Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 20666c2

Browse files
committed
AppArmor: remove rules for linkgraph.db SQLite database
Commit 0f9f995 removed the use of SQLite for managing container links, and commit f8119bb removed the migration tool, and SQLite dependency. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit e553a03627c20cbedb97f5f8cb4b02a0ff47c54e) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: fbb08f525feb63d0f101537cdbaa00e00830458c Component: engine
1 parent d9f362f commit 20666c2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

components/engine/contrib/apparmor/template.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ profile /usr/bin/docker (attach_disconnected, complain) {
2929
capability,
3030
owner /** rw,
3131
@{DOCKER_GRAPH_PATH}/** rwl,
32-
@{DOCKER_GRAPH_PATH}/linkgraph.db k,
3332
@{DOCKER_GRAPH_PATH}/network/files/boltdb.db k,
3433
@{DOCKER_GRAPH_PATH}/network/files/local-kv.db k,
35-
@{DOCKER_GRAPH_PATH}/[0-9]*.[0-9]*/linkgraph.db k,
3634
3735
# For non-root client use:
3836
/dev/urandom r,

0 commit comments

Comments
 (0)