Skip to content

Commit

Permalink
Merge pull request #1081 from landlock-lsm/landlock
Browse files Browse the repository at this point in the history
seccomp: Allow Landlock syscalls
  • Loading branch information
openshift-ci[bot] authored Jun 30, 2022
2 parents 7ff7fd9 + afff1d6 commit 178929c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/seccomp/default_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ func DefaultProfile() *Seccomp {
"ipc",
"keyctl",
"kill",
"landlock_add_rule",
"landlock_create_ruleset",
"landlock_restrict_self",
"lchown",
"lchown32",
"lgetxattr",
Expand Down
3 changes: 3 additions & 0 deletions pkg/seccomp/seccomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@
"ipc",
"keyctl",
"kill",
"landlock_add_rule",
"landlock_create_ruleset",
"landlock_restrict_self",
"lchown",
"lchown32",
"lgetxattr",
Expand Down

0 comments on commit 178929c

Please sign in to comment.