[20.10 backport] seccomp: always allow name_to_handle_at(2)
@@ -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",
@@ -227,6 +227,7 @@ func DefaultProfile() *Seccomp {
@@ -540,7 +541,6 @@ func DefaultProfile() *Seccomp {