diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-12-27 14:26:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-27 18:09:37 +0100 |
commit | bd2ab3f4f67d51c56d6d2813e8ae4802c5a59575 (patch) | |
tree | 8c1605a40cc69bd58b48d71d3f6fd2601cd6f68f /src/shared/seccomp-util.h | |
parent | 27e2e3231fc1edbbaa9f73be363900701ab4598d (diff) |
seccomp: add two new filter sets: @reboot and @swap
These groupe reboot()/kexec() and swapon()/swapoff() respectively
Diffstat (limited to 'src/shared/seccomp-util.h')
-rw-r--r-- | src/shared/seccomp-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/seccomp-util.h b/src/shared/seccomp-util.h index 01cf331b29..2e9980e74b 100644 --- a/src/shared/seccomp-util.h +++ b/src/shared/seccomp-util.h @@ -56,7 +56,9 @@ enum { SYSCALL_FILTER_SET_PRIVILEGED, SYSCALL_FILTER_SET_PROCESS, SYSCALL_FILTER_SET_RAW_IO, + SYSCALL_FILTER_SET_REBOOT, SYSCALL_FILTER_SET_RESOURCES, + SYSCALL_FILTER_SET_SWAP, _SYSCALL_FILTER_SET_MAX }; |