]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.exec.xml
core: improve seccomp syscall grouping a bit
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Jun 2016 15:43:38 +0000 (17:43 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 13 Jun 2016 14:25:54 +0000 (16:25 +0200)
commit1f9ac68b5bc671f1f8b0a32084810d39394208a6
tree265be3fb33a2d24bb17008a866aa2032d7460f88
parent50b52222f2d54a3c4d81e0e5987a0400cbcefb53
core: improve seccomp syscall grouping a bit

This adds three new seccomp syscall groups: @keyring for kernel keyring access,
@cpu-emulation for CPU emulation features, for exampe vm86() for dosemu and
suchlike, and @debug for ptrace() and related calls.

Also, the @clock group is updated with more syscalls that alter the system
clock. capset() is added to @privileged, and pciconfig_iobase() is added to
@raw-io.

Finally, @obsolete is a cleaned up. A number of syscalls that never existed on
Linux and have no number assigned on any architecture are removed, as they only
exist in the man pages and other operating sytems, but not in code at all.
create_module() is moved from @module to @obsolete, as it is an obsolete system
call. mem_getpolicy() is removed from the @obsolete list, as it is not
obsolete, but simply a NUMA API.
man/systemd.exec.xml
src/shared/seccomp-util.c