extern void put_seccomp_filter(struct task_struct *tsk); extern void seccomp_filter_release(struct task_struct *tsk); extern void get_seccomp_filter(struct task_struct *tsk); #else /* CONFIG_SECCOMP_FILTER */ static inline void put_seccomp_filter(struct task_struct *tsk) static inline void...
This release is no longer supported upsteam, please use a more recent release ChangeLog Version 2.5.0 - July 20, 2020 Add support for the seccomp user notifications, see the seccomp_notify_alloc(3), seccomp_notify_receive(3), seccomp_notify_respond(3) manpages for more information Add suppor...
Filter generation for both multiplexed and direct socket syscalls on x86 Support for the musl libc implementation Additions to the API to enable runtime version checking of the library Enable the use of seccomp() instead of prctl() on supported systems Added additional tests to the regression test...
Sign in Sign up seccomp/libseccompPublic Notifications Fork149 Star633 Compare pcmoorereleased thisJul 09, 2015 v2.2.3 7932b4f This release is no longer supported upsteam, please use a more recent release ChangeLog Version 2.2.3 - July 8, 2015 ...