fix: borg profile mounting issues.

fix 431
This commit is contained in:
Alexandre Pujol 2024-08-02 14:54:32 +02:00
parent 28d5ea034e
commit 7d9ae262c9
Failed to generate hash of commit

View file

@ -21,6 +21,9 @@ profile borg @{exec_path} {
network inet6 dgram,
network netlink raw,
mount fstype=fuse options=(ro nosuid nodev) borgfs -> @{MOUNTS}/,
mount fstype=fuse options=(ro nosuid nodev) borgfs -> @{MOUNTS}/*/,
@{exec_path} r,
@{bin}/ r,
@ -107,6 +110,9 @@ profile borg @{exec_path} {
/etc/fuse.conf r,
@{MOUNTS}/ r,
@{MOUNTS}/*/ r,
@{PROC}/@{pids}/mounts r,
/dev/fuse rw,