summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-10-05 22:06:39 +0200
committerGitHub <noreply@github.com>2017-10-05 22:06:39 +0200
commit082827e6c6ca6272473450a8c1390dfc6054be78 (patch)
tree6c4314cdd306e9e01e2148fea40046fc124683f4 /NEWS
parentacc7b2325660a6ab740c73ceb7942903e46b6cf6 (diff)
parentaf0f047ba8e8334e3e3b0863025ae02f9dbd8b52 (diff)
downloadsystemd-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--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3fc52b31bf..57ad34c187 100644
--- a/NEWS
+++ b/NEWS
@@ -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).