Block a user
215032f32c
enable_no_fs(): Fix corresponding test by adding missing default policy
411e00715d
Rename qssb_append_default_syscall_policy() to better distinguish it from qssb_append_syscall_default_policy()
8a9b1730de
test: Remove argc,argv from tests as there was no use for them
b2b501d97e
test: Refactor: Put seccomp tests into child processes ; Simplfy .sh
26f391f736
test: implement test_seccomp_errno()
411e00715d
Rename qssb_append_default_syscall_policy() to better distinguish it from qssb_append_syscall_default_policy()
8a9b1730de
test: Remove argc,argv from tests as there was no use for them
b2b501d97e
test: Refactor: Put seccomp tests into child processes ; Simplfy .sh
26f391f736
test: implement test_seccomp_errno()
68fd1a0a87
test: test_seccomp_blacklisted_call_permitted(): Add missing default policy
b0d0beab22
README.md: Update
83487c1699
test: implement test_seccomp_errno()
430044bb95
test: test_seccomp_blacklisted_call_permitted(): Add missing default policy
443203aac4
README.md: Update
da19843875
test: Add test ensuring seccomp ends with default rule, minor fixes
89c5496fab
README.md: Update
f79e3f42c4
test: Add test ensuring seccomp adds with default rule, minor fixes
06218966ac
check_policy_sanity(): Add syscall policy checks
18940b312c
test.sh: Log exit code, print yes/no instead of 1/0
b6c3171619
fixup! WIP! Rewrite syscall policy logic
8f222d93a0
fixup! policy: Add disable_syscall_filter policy. Add defaults only on enable.
ad9afc6de4
fixup! policy: Add disable_syscall_filter policy. Add defaults only on enable.
0f9bf246a9
policy: Add disable_syscall_filter policy. Add defaults only on enable.
b2a0c1f39d
qssb_entry_append(): Check for overflow
seccomp: support Deny -> Permit -> Default Deny
51844ea3ab
bpf: Deny x32 system calls for now
66c6d28dcd
bpf: Check arch value
5cd45c09b7
bpf: Use SECCOMP_RET_KILL_PROCESS instead SECCOMP_RET_KILL
fa06287b13
Use new qssb_append_*_syscall functions, remove old fields
68694723fe
Begin qssb_append_*_syscall family of functions
4a4d551e75
Introduce "no_fs" and "no_new_fd" options.