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 264a89788c
commit 0bcebe0347

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>