[systemd-devel] [PATCH] shared: add statx(2) to @file-system syscall filter list

Cristian Rodríguez crrodriguez at opensuse.org
Sat Sep 2 19:47:54 UTC 2017


---
 src/shared/seccomp-util.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c
index 29eb2b17d..0857f5907 100644
--- a/src/shared/seccomp-util.c
+++ b/src/shared/seccomp-util.c
@@ -403,6 +403,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
                 "stat64\0"
                 "stat\0"
                 "statfs\0"
+                "statx\0"
                 "symlink\0"
                 "symlinkat\0"
                 "truncate64\0"
-- 
2.14.1



More information about the systemd-devel mailing list