diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-05 22:06:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-05 22:06:39 +0200 |
commit | 082827e6c6ca6272473450a8c1390dfc6054be78 (patch) | |
tree | 6c4314cdd306e9e01e2148fea40046fc124683f4 /NEWS | |
parent | acc7b2325660a6ab740c73ceb7942903e46b6cf6 (diff) | |
parent | af0f047ba8e8334e3e3b0863025ae02f9dbd8b52 (diff) | |
download | systemd-082827e6c6ca6272473450a8c1390dfc6054be78.tar.gz |
Merge pull request #6999 from poettering/seccomp-newgroups
add three new syscall groups, and port @privileged to make use of more existing ones
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,8 +118,8 @@ CHANGES WITH 235: each time the service is restarted due to Restart=, and may be queried using "systemctl show -p NRestarts …". - * New system call filter groups @setuid, @memlock, @signal and - @timer have been added, for usage with SystemCallFilter= + * New system call filter groups @aio, @sync, @chown, @setuid, @memlock, + @signal and @timer have been added, for usage with SystemCallFilter= in unit files and the new --system-call-filter= command line option of systemd-nspawn (see above). |