Skip to content

Commit

Permalink
Add chroot to runc baseprofile
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Dec 13, 2024
1 parent 2e27bdf commit fc76684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/apparmorprofile-sleep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
- setgid
- setpcap
- sys_admin
- sys_chroot
executable:
allowedExecutables:
- /bin/busybox
Expand Down
1 change: 1 addition & 0 deletions examples/baseprofile-runc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
- capget
- capset
- chdir
- chroot
- clone
- clone3
- close
Expand Down

0 comments on commit fc76684

Please sign in to comment.