Explorar el Código

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)
unclejack hace 11 años
padre
commit
46fdb6af8e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      pkg/libcontainer/apparmor/setup.go

+ 0 - 1
pkg/libcontainer/apparmor/setup.go

@@ -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) -> /,