mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-06 13:17:44 +03:00
nspawn: Include arm_fadvise64_64 in syscall allow_list
Add the `arm_fadvise64_64` syscall to the allow_list, in addition to the existing `fadvise64` and `fadvise64_64` syscalls, as this is the syscall actually defined for `arm` architecture. Adding it fixes the syscall being rejected in arm32 containers. Fixes #35194 (cherry picked from commit 7fd70a532681c0ea4cd6ff04d1a7950dae3efc8c) (cherry picked from commit 964ced4100fb5f5b5d41b988512f681a1b0b20f7) (cherry picked from commit8bf58cddbf
) (cherry picked from commita775463cf1
)
This commit is contained in:
parent
9754409f30
commit
49e993e55d
@ -56,6 +56,7 @@ static int add_syscall_filters(
|
||||
{ CAP_IPC_LOCK, "@memlock" },
|
||||
|
||||
/* Plus a good set of additional syscalls which are not part of any of the groups above */
|
||||
{ 0, "arm_fadvise64_64" },
|
||||
{ 0, "brk" },
|
||||
{ 0, "capget" },
|
||||
{ 0, "capset" },
|
||||
|
Loading…
Reference in New Issue
Block a user