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:
parent
7e43b7e4f4
commit
d704e4a9c7
|
@ -16,6 +16,7 @@ const DefaultProfile = `
|
||||||
#@{HOMEDIRS}+=
|
#@{HOMEDIRS}+=
|
||||||
@{multiarch}=*-linux-gnu*
|
@{multiarch}=*-linux-gnu*
|
||||||
@{PROC}=/proc/
|
@{PROC}=/proc/
|
||||||
|
@{pid}=self
|
||||||
|
|
||||||
profile docker-default flags=(attach_disconnected,mediate_deleted) {
|
profile docker-default flags=(attach_disconnected,mediate_deleted) {
|
||||||
#include <abstractions/base>
|
#include <abstractions/base>
|
||||||
|
|
Loading…
Reference in New Issue