diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index 358960d5c4..b22ef7cec1 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -272,6 +272,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { .name = "@default", .help = "System calls that are always permitted", .value = + "cacheflush\0" "clock_getres\0" "clock_getres_time64\0" "clock_gettime\0"