Skip to content

Commit

Permalink
Merge pull request #145 from mdegat01/aa-docker-root-debian
Browse files Browse the repository at this point in the history
Allow access on docker root paths in debian
  • Loading branch information
mdegat01 authored Feb 1, 2022
2 parents fc8ce00 + 376554b commit 47becd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loki/apparmor.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
include <tunables/global>

# Docker overlay
@{fs_root}=/ /docker/overlay2/*/diff/
@{docker_root}=/docker/ /var/lib/docker/
@{fs_root}=/ @{docker_root}/overlay2/*/diff/
@{do_etc}=@{fs_root}/etc/
@{do_opt}=@{fs_root}/opt/
@{do_run}=@{fs_root}/{run,var/run}/
Expand Down

0 comments on commit 47becd7

Please sign in to comment.