Skip to content

Commit f8304e2

Browse files
committed
[seccomp] Allow additional keys
1 parent 80a7ca2 commit f8304e2

File tree

1 file changed

+2
-0
lines changed
  • components/ws-daemon/seccomp-profile-installer

1 file changed

+2
-0
lines changed

components/ws-daemon/seccomp-profile-installer/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ func main() {
4040
"sethostname",
4141
"unshare",
4242
"keyctl",
43+
"add_key",
44+
"request_key",
4345
},
4446
Action: specs.ActAllow,
4547
},

0 commit comments

Comments
 (0)