Merge pull request #39991 from thaJeztah/apparmor_remove_linkgraph
AppArmor: remove rules for linkgraph.db SQLite database
This commit is contained in:
commit
32c32b6982
1 changed files with 0 additions and 2 deletions
|
@ -29,10 +29,8 @@ 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 non-root client use:
|
||||
/dev/urandom r,
|
||||
|
|
Loading…
Add table
Reference in a new issue