1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/hack
Eric Windisch 80d99236c1 Move AppArmor policy to contrib & deb packaging
The automatic installation of AppArmor policies prevents the
management of custom, site-specific apparmor policies for the
default container profile. Furthermore, this change will allow
a future policy for the engine itself to be written without demanding
the engine be able to arbitrarily create and manage AppArmor policies.

- Add deb package suggests for apparmor.
- Ubuntu postinst use aa-status & fix policy path
- Add the policies to the debian packages.
- Add apparmor tests for writing proc files
Additional restrictions against modifying files in proc
are enforced by AppArmor. Ensure that AppArmor is preventing
access to these files, not simply Docker's configuration of proc.
- Remove /proc/k?mem from AA policy
The path to mem and kmem are in /dev, not /proc
and cannot be restricted successfully through AppArmor.
The device cgroup will need to be sufficient here.
- Load contrib/apparmor during integration tests
Note that this is somewhat dirty because we
cannot restore the host to its original configuration.
However, it should be noted that prior to this patch
series, the Docker daemon itself was loading apparmor
policy from within the tests, so this is no dirtier or
uglier than the status-quo.

Signed-off-by: Eric Windisch <eric@windisch.us>
2015-07-21 11:05:53 -04:00
..
make Move AppArmor policy to contrib & deb packaging 2015-07-21 11:05:53 -04:00
.vendor-helpers.sh Update vendored go.net to use golang.org/x/net canonical path 2015-06-16 11:40:04 -04:00
dind hack: quote all parameters with variable interpolation 2015-04-15 10:14:14 +02:00
generate-authors.sh
install.sh Merge pull request #14556 from Evalle/14497-fix-install-script 2015-07-13 13:47:08 -07:00
make.sh Increase timeout to run tests on slow platforms 2015-07-13 21:13:17 +00:00
release.sh Merge pull request #14343 from Pensu/14232-Add-Warning-To-Ubuntu-Script 2015-07-13 14:38:58 -07:00
vendor.sh Update libcontainer to v0.0.2 2015-07-17 15:05:17 -07:00