mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
AppArmor: remove rules for linkgraph.db SQLite database
Commit0f9f99500c
removed the use of SQLite for managing container links, and commitf8119bb7a7
removed the migration tool, and SQLite dependency. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
4e9cffae05
commit
e553a03627
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…
Reference in a new issue