seccomp: add name_to_handle_at to allowlist
@@ -237,6 +237,7 @@
"munlock",
"munlockall",
"munmap",
+ "name_to_handle_at",
"nanosleep",
"newfstatat",
"_newselect",
@@ -229,6 +229,7 @@ func DefaultProfile() *Seccomp {