mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-21 17:35:50 +01:00
fix: borg profile mounting issues.
fix 431
This commit is contained in:
parent
28d5ea034e
commit
7d9ae262c9
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,9 @@ profile borg @{exec_path} {
|
||||||
network inet6 dgram,
|
network inet6 dgram,
|
||||||
network netlink raw,
|
network netlink raw,
|
||||||
|
|
||||||
|
mount fstype=fuse options=(ro nosuid nodev) borgfs -> @{MOUNTS}/,
|
||||||
|
mount fstype=fuse options=(ro nosuid nodev) borgfs -> @{MOUNTS}/*/,
|
||||||
|
|
||||||
@{exec_path} r,
|
@{exec_path} r,
|
||||||
|
|
||||||
@{bin}/ r,
|
@{bin}/ r,
|
||||||
|
@ -107,6 +110,9 @@ profile borg @{exec_path} {
|
||||||
|
|
||||||
/etc/fuse.conf r,
|
/etc/fuse.conf r,
|
||||||
|
|
||||||
|
@{MOUNTS}/ r,
|
||||||
|
@{MOUNTS}/*/ r,
|
||||||
|
|
||||||
@{PROC}/@{pids}/mounts r,
|
@{PROC}/@{pids}/mounts r,
|
||||||
|
|
||||||
/dev/fuse rw,
|
/dev/fuse rw,
|
||||||
|
|
Loading…
Add table
Reference in a new issue