Apparmor: Update to use the runtime default profile
This moves from using the docker profile to the default runtime profile - which allows container engines other than docker to work out of the box. Change-Id: Ica5a48f8c43b90f07969b41e10dc472a772b5b43 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
@@ -139,11 +139,11 @@ pod:
|
||||
mandatory_access_control:
|
||||
type: apparmor
|
||||
elasticsearch-master:
|
||||
elasticsearch-master: localhost/docker-default
|
||||
elasticsearch-master: runtime/default
|
||||
elasticsearch-data:
|
||||
elasticsearch-data: localhost/docker-default
|
||||
elasticsearch-data: runtime/default
|
||||
elasticsearch-client:
|
||||
elasticsearch-client: localhost/docker-default
|
||||
elasticsearch-client: runtime/default
|
||||
security_context:
|
||||
exporter:
|
||||
pod:
|
||||
|
||||
Reference in New Issue
Block a user