Merge pull request #45766 from bartier/45518-fix-disagreement

remove name_to_handle_at(2) from filtered syscalls
This commit is contained in:
Bjorn Neergaard 2023-06-27 11:33:47 -06:00 committed by GitHub
commit 5f48fc36e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -601,7 +601,6 @@
"mount",
"mount_setattr",
"move_mount",
"name_to_handle_at",
"open_tree",
"perf_event_open",
"quotactl",

View file

@ -592,7 +592,6 @@ func DefaultProfile() *Seccomp {
"mount",
"mount_setattr",
"move_mount",
"name_to_handle_at",
"open_tree",
"perf_event_open",
"quotactl",