Files
docker-cli/components/engine/contrib
Jessica Frazelle 4b9793bd14 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>
Upstream-commit: 68c9ebdf1f4691a7d5bf5fb9f40021f977ca8f3f
Component: engine
2015-11-25 11:32:00 -08:00
..
2015-11-14 08:50:58 -08:00
2015-11-05 17:09:57 -05:00
2015-06-10 13:43:35 -07:00
2015-11-23 17:15:54 -08:00
2015-11-05 17:09:57 -05:00
2015-06-10 13:43:35 -07:00

The `contrib` directory contains scripts, images, and other helpful things
which are not part of the core docker distribution. Please note that they
could be out of date, since they do not receive the same attention as the
rest of the repository.