sm8450-common: Allow setsockopt syscall for qcom c2audio

```
$ strace -f vendor/bin/hw/vendor.qti.media.c2audio@1.0-service
[...]
[pid  5194] socket(AF_UNIX, SOCK_SEQPACKET|SOCK_CLOEXEC, 0) = 13
[pid  5194] setsockopt(13, SOL_SOCKET, SO_SNDTIMEO, "\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 13
[pid  5194] --- SIGSYS {si_signo=SIGSYS, si_code=SYS_SECCOMP, si_call_addr=0x7a905a365c, si_syscall=__NR_setsockopt, si_arch=AUDIT_ARCH_AARCH64} ---
```

Change-Id: Ifa0420883cbf663f8c7576798b1f35031f660f54
This commit is contained in:
Arian 2024-09-18 18:28:43 +02:00
parent 988a094caa
commit 011cb852fe

View File

@ -34,3 +34,4 @@ _llseek: 1
sysinfo: 1
getcwd: 1
getdents64: 1
setsockopt: 1