Merge pull request #45837 from neersighted/allow_name_to_handle_at

seccomp: add name_to_handle_at to allowlist
This commit is contained in:
Bjorn Neergaard 2023-06-28 10:27:55 -06:00 committed by GitHub
commit d2452c2102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -237,6 +237,7 @@
"munlock",
"munlockall",
"munmap",
"name_to_handle_at",
"nanosleep",
"newfstatat",
"_newselect",

View file

@ -229,6 +229,7 @@ func DefaultProfile() *Seccomp {
"munlock",
"munlockall",
"munmap",
"name_to_handle_at",
"nanosleep",
"newfstatat",
"_newselect",