Skip to content

Commit

Permalink
Merge pull request #1907 from daemon1024/fix-dbus-apparmor
Browse files Browse the repository at this point in the history
fix(apparmor): add dbus to baseline apparmor host/privileged profile
  • Loading branch information
DelusionalOptimist authored Dec 5, 2024
2 parents a42103e + 9881b02 commit f20ae6b
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 f20ae6b

Please sign in to comment.