From 1a1b13c9573b8cd30a4ab8dca2ec7961e460f083 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 Nov 2016 01:29:12 +0100 Subject: seccomp: add @filesystem syscall group (#4537) @filesystem groups various file system operations, such as opening files and directories for read/write and stat()ing them, plus renaming, deleting, symlinking, hardlinking. --- man/systemd.exec.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 2ea4a53d18..03e55a7aff 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1355,6 +1355,10 @@ @debug Debugging, performance monitoring and tracing functionality (ptrace2, perf_event_open2 and related calls) + + @file-system + File system operations: opening, creating files and directories for read and write, renaming and removing them, reading file properties, or creating hard and symbolic links. + @io-event Event loop system calls (poll2, select2, epoll7, eventfd2 and related calls) -- cgit v1.2.3-54-g00ecf