mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 23:05:11 +01:00
borg: allow cat.
This commit is contained in:
parent
1f11e6398b
commit
b373c0ec63
1 changed files with 5 additions and 4 deletions
|
@ -29,14 +29,15 @@ profile borg @{exec_path} {
|
||||||
@{exec_path} r,
|
@{exec_path} r,
|
||||||
/{usr/,}bin/python3.[0-9]* r,
|
/{usr/,}bin/python3.[0-9]* r,
|
||||||
|
|
||||||
/usr/bin/uname rix,
|
/{usr/,}bin/uname rix,
|
||||||
|
/{usr/,}bin/cat rix,
|
||||||
/{usr/,}{s,}bin/ldconfig rix,
|
/{usr/,}{s,}bin/ldconfig rix,
|
||||||
/{usr/,}bin/{,@{multiarch}-}ld.bfd rix,
|
/{usr/,}bin/{,@{multiarch}-}ld.bfd rix,
|
||||||
|
|
||||||
/usr/bin/pass rPUx,
|
/{usr/,}bin/pass rPUx,
|
||||||
/usr/bin/ssh rPx,
|
/{usr/,}bin/ssh rPx,
|
||||||
/{usr/,}bin/ccache rCx -> ccache,
|
/{usr/,}bin/ccache rCx -> ccache,
|
||||||
/usr/bin/fusermount{,3} rCx -> fusermount,
|
/{usr/,}bin/fusermount{,3} rCx -> fusermount,
|
||||||
|
|
||||||
mount fstype=fuse -> @{MOUNTS}/*/,
|
mount fstype=fuse -> @{MOUNTS}/*/,
|
||||||
mount fstype=fuse -> @{MOUNTS}/*/*/,
|
mount fstype=fuse -> @{MOUNTS}/*/*/,
|
||||||
|
|
Loading…
Reference in a new issue