diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-04-18 21:19:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-14 17:44:20 +0200 |
commit | 705268414f6ba6aa96c56d6c39b5ebf74426e847 (patch) | |
tree | 2269d0bc9a7ffee385bfca234500ce0f6ba22d1d /units | |
parent | f3ab1d39b1a5766f4dbbca5fe652df7e23e3c8fe (diff) | |
download | systemd-705268414f6ba6aa96c56d6c39b5ebf74426e847.tar.gz systemd-705268414f6ba6aa96c56d6c39b5ebf74426e847.tar.bz2 systemd-705268414f6ba6aa96c56d6c39b5ebf74426e847.zip |
seccomp: add new system call filter, suitable as default whitelist for system services
Currently we employ mostly system call blacklisting for our system
services. Let's add a new system call filter group @system-service that
helps turning this around into a whitelist by default.
The new group is very similar to nspawn's default filter list, but in
some ways more restricted (as sethostname() and suchlike shouldn't be
available to most system services just like that) and in others more
relaxed (for example @keyring is blocked in nspawn since it's not
properly virtualized yet in the kernel, but is fine for regular system
services).
Diffstat (limited to 'units')
0 files changed, 0 insertions, 0 deletions