Merge pull request #45766 from bartier/45518-fix-disagreement
remove name_to_handle_at(2) from filtered syscalls
This commit is contained in:
commit
5f48fc36e1
2 changed files with 0 additions and 2 deletions
|
@ -601,7 +601,6 @@
|
|||
"mount",
|
||||
"mount_setattr",
|
||||
"move_mount",
|
||||
"name_to_handle_at",
|
||||
"open_tree",
|
||||
"perf_event_open",
|
||||
"quotactl",
|
||||
|
|
|
@ -592,7 +592,6 @@ func DefaultProfile() *Seccomp {
|
|||
"mount",
|
||||
"mount_setattr",
|
||||
"move_mount",
|
||||
"name_to_handle_at",
|
||||
"open_tree",
|
||||
"perf_event_open",
|
||||
"quotactl",
|
||||
|
|
Loading…
Reference in a new issue