Merge pull request #43199 from Xyene/allow-landlock
seccomp: add support for Landlock syscalls in default policy
This commit is contained in:
commit
e9712464ad
2 changed files with 6 additions and 0 deletions
|
@ -183,6 +183,9 @@
|
|||
"io_uring_setup",
|
||||
"ipc",
|
||||
"kill",
|
||||
"landlock_add_rule",
|
||||
"landlock_create_ruleset",
|
||||
"landlock_restrict_self",
|
||||
"lchown",
|
||||
"lchown32",
|
||||
"lgetxattr",
|
||||
|
|
|
@ -175,6 +175,9 @@ func DefaultProfile() *Seccomp {
|
|||
"io_uring_setup",
|
||||
"ipc",
|
||||
"kill",
|
||||
"landlock_add_rule",
|
||||
"landlock_create_ruleset",
|
||||
"landlock_restrict_self",
|
||||
"lchown",
|
||||
"lchown32",
|
||||
"lgetxattr",
|
||||
|
|
Loading…
Reference in a new issue