Skip to content

Commit

Permalink
fix(apparmor): add dbus to baseline apparmor host/privileged profile
Browse files Browse the repository at this point in the history
Signed-off-by: daemon1024 <[email protected]>
  • Loading branch information
daemon1024 committed Dec 5, 2024
1 parent a42103e commit 9881b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions KubeArmor/enforcer/appArmorEnforcer.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ umount,
signal,
unix,
ptrace,
dbus,
file,
network,
Expand Down
1 change: 1 addition & 0 deletions KubeArmor/enforcer/appArmorTemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ profile {{$v := $.Name | split "."}}{{$v._0}}_{{ regexReplaceAllLiteral "[^a-z A
signal,
unix,
ptrace,
dbus,
{{end}}
{{ if .File}}file,{{end}}
{{ if .Network}}network,{{end}}
Expand Down

0 comments on commit 9881b02

Please sign in to comment.