summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-06-15 09:17:12 +0200
committerLennart Poettering <lennart@poettering.net>2021-06-15 21:30:36 +0200
commit8156422c8f0d94d3444043282f01551084271b22 (patch)
tree26c28bceeeebe9e6bd984f71bcb6a21756922917
parent742240562308880cf4c3bbbc47ca428a3e0a5478 (diff)
downloadsystemd-8156422c8f0d94d3444043282f01551084271b22.tar.gz
seccomp: drop quotactl_path() again from filter sets
In the light of https://lwn.net/Articles/859679/ let's drop quotactl_path() again from the filter set list, as it got backed out again in 5.13-rc3. It's likely going to be replaced by quotactl_fd() eventually, but that hasn't made its way into the tree yet, hence let's not replace the entry for now. This partially reverts 34254e599a28529bdb89f91571adeaf7c76d9f43.
-rw-r--r--src/shared/seccomp-util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c
index 6da856872b..e0f88aec73 100644
--- a/src/shared/seccomp-util.c
+++ b/src/shared/seccomp-util.c
@@ -691,7 +691,6 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
"open_by_handle_at\0"
"pivot_root\0"
"quotactl\0"
- "quotactl_path\0"
"setdomainname\0"
"setfsuid\0"
"setfsuid32\0"