Merge pull request #45833 from neersighted/backport/45766/24.0

[24.0 backport] seccomp: always allow name_to_handle_at(2)
This commit is contained in:
Sebastiaan van Stijn 2023-06-28 18:34:09 +02:00 committed by GitHub
commit 3f9d07570a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -237,6 +237,7 @@
"munlock",
"munlockall",
"munmap",
"name_to_handle_at",
"nanosleep",
"newfstatat",
"_newselect",
@ -601,7 +602,6 @@
"mount",
"mount_setattr",
"move_mount",
"name_to_handle_at",
"open_tree",
"perf_event_open",
"quotactl",

View file

@ -229,6 +229,7 @@ func DefaultProfile() *Seccomp {
"munlock",
"munlockall",
"munmap",
"name_to_handle_at",
"nanosleep",
"newfstatat",
"_newselect",
@ -592,7 +593,6 @@ func DefaultProfile() *Seccomp {
"mount",
"mount_setattr",
"move_mount",
"name_to_handle_at",
"open_tree",
"perf_event_open",
"quotactl",