From bd2ab3f4f67d51c56d6d2813e8ae4802c5a59575 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Dec 2016 14:26:55 +0100 Subject: seccomp: add two new filter sets: @reboot and @swap These groupe reboot()/kexec() and swapon()/swapoff() respectively --- man/systemd.exec.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man/systemd.exec.xml') diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 812e615530..202b912b55 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1424,10 +1424,18 @@ @raw-io Raw I/O port access (ioperm2, iopl2, pciconfig_read(), …) + + @reboot + System calls for rebooting and reboot preparation (reboot2, kexec(), …) + @resources System calls for changing resource limits, memory and scheduling parameters (setrlimit2, setpriority2, …) + + @swap + System calls for enabling/disabling swap devices (swapon2, swapoff2) + -- cgit v1.2.3-54-g00ecf