Explorar el Código

Remove ipc rule in docker-engine apparmor profile

On a ubuntu 15.04 machine with apparmor_parser version 2.10 I get
```
Syntax Error: Unknown line found in file:
/etc/apparmor.d/docker-engine line: 26
```
when running `aa-complain /etc/apparmor.d/docker-engine`.

It's super weird because ipc is documented in the apparmor manual, but it
doesnt seem to be working at all. Tested on a few servers.

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Jessica Frazelle hace 9 años
padre
commit
68c9ebdf1f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      contrib/apparmor/template.go

+ 0 - 1
contrib/apparmor/template.go

@@ -25,7 +25,6 @@ profile /usr/bin/docker (attach_disconnected, complain) {
   signal (receive) peer=unconfined,
   signal (send),
 {{end}}{{end}}
-  ipc rw,
   network,
   capability,
   owner /** rw,