remove dbus from apparmor profile
This removes the dbus entry from the apparmor profile Docker creates. Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
This commit is contained in:
parent
d3bbd78cc5
commit
b359efd9ec
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ profile docker-default flags=(attach_disconnected,mediate_deleted) {
|
||||||
capability,
|
capability,
|
||||||
file,
|
file,
|
||||||
umount,
|
umount,
|
||||||
dbus,
|
|
||||||
|
|
||||||
# ignore DENIED message on / remount
|
# ignore DENIED message on / remount
|
||||||
deny mount options=(ro, remount) -> /,
|
deny mount options=(ro, remount) -> /,
|
||||||
|
|
Loading…
Reference in a new issue