diff --git a/profiles/seccomp/default.json b/profiles/seccomp/default.json index dbf1fa86f1..bf58ad33de 100644 --- a/profiles/seccomp/default.json +++ b/profiles/seccomp/default.json @@ -232,6 +232,7 @@ "munlock", "munlockall", "munmap", + "name_to_handle_at", "nanosleep", "newfstatat", "_newselect", @@ -607,7 +608,6 @@ "mount", "mount_setattr", "move_mount", - "name_to_handle_at", "open_tree", "perf_event_open", "quotactl", diff --git a/profiles/seccomp/default_linux.go b/profiles/seccomp/default_linux.go index a7e2c8049a..18d8f5af94 100644 --- a/profiles/seccomp/default_linux.go +++ b/profiles/seccomp/default_linux.go @@ -227,6 +227,7 @@ func DefaultProfile() *Seccomp { "munlock", "munlockall", "munmap", + "name_to_handle_at", "nanosleep", "newfstatat", "_newselect", @@ -540,7 +541,6 @@ func DefaultProfile() *Seccomp { "mount", "mount_setattr", "move_mount", - "name_to_handle_at", "open_tree", "perf_event_open", "quotactl",