revert apparmor changes back to how it was in 1.7.1, but keep tests

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
(cherry picked from commit ed248207d7)
This commit is contained in:
Jessica Frazelle
2015-08-06 19:55:05 -07:00
committed by David Calavera
parent da4b336233
commit 5916664220
14 changed files with 9 additions and 30 deletions
+1 -2
View File
@@ -198,9 +198,8 @@ func (d *driver) setPrivileged(container *configs.Config) (err error) {
container.Devices = hostDevices
if apparmor.IsEnabled() {
container.AppArmorProfile = "docker-unconfined"
container.AppArmorProfile = "unconfined"
}
return nil
}