mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add /bin/tar to apparmor profile
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
8022d1159d
commit
602498d1b0
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ profile /usr/bin/docker (attach_disconnected, complain) {
|
||||||
/bin/kmod rCx,
|
/bin/kmod rCx,
|
||||||
/usr/bin/xz rCx,
|
/usr/bin/xz rCx,
|
||||||
/bin/ps rCx,
|
/bin/ps rCx,
|
||||||
|
/bin/tar rCx,
|
||||||
/bin/cat rCx,
|
/bin/cat rCx,
|
||||||
/sbin/zfs rCx,
|
/sbin/zfs rCx,
|
||||||
/sbin/apparmor_parser rCx,
|
/sbin/apparmor_parser rCx,
|
||||||
|
|
Loading…
Reference in a new issue