1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

apparmor: abstractions/base expects pid variable

Add 'pid' variable pointing to 'self' to allow parsing of profile to succeed

Docker-DCO-1.1-Signed-off-by: Michael Brown <michael.brown@discourse.org> (github: Supermathie)
This commit is contained in:
Michael Brown 2014-04-07 02:47:43 -04:00
parent e35c23311f
commit 320b3e0d21

View file

@ -16,6 +16,7 @@ const DefaultProfile = `
#@{HOMEDIRS}+=
@{multiarch}=*-linux-gnu*
@{PROC}=/proc/
@{pid}=self
profile docker-default flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>