Merge pull request #40564 from thaJeztah/19.03_backport_apparmor_fixes
[19.03 backport] AppArmor fixes
This commit is contained in:
commit
1db5199ddc
1 changed files with 3 additions and 2 deletions
|
@ -29,10 +29,11 @@ profile /usr/bin/docker (attach_disconnected, complain) {
|
|||
capability,
|
||||
owner /** rw,
|
||||
@{DOCKER_GRAPH_PATH}/** rwl,
|
||||
@{DOCKER_GRAPH_PATH}/linkgraph.db k,
|
||||
@{DOCKER_GRAPH_PATH}/network/files/boltdb.db k,
|
||||
@{DOCKER_GRAPH_PATH}/network/files/local-kv.db k,
|
||||
@{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/linkgraph.db k,
|
||||
# For user namespaces:
|
||||
@{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/network/files/boltdb.db k,
|
||||
@{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/network/files/local-kv.db k,
|
||||
|
||||
# For non-root client use:
|
||||
/dev/urandom r,
|
||||
|
|
Loading…
Add table
Reference in a new issue