parent
5edde91d44
commit
87e82b1505
1 changed files with 10 additions and 3 deletions
|
|
@ -10,14 +10,21 @@ include <tunables/global>
|
||||||
profile fuse-overlayfs @{exec_path} {
|
profile fuse-overlayfs @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
|
||||||
capability sys_admin,
|
capability chown,
|
||||||
capability dac_override,
|
capability dac_override,
|
||||||
capability dac_read_search,
|
capability dac_read_search,
|
||||||
capability chown,
|
capability fowner,
|
||||||
|
capability setfcap,
|
||||||
|
capability setuid,
|
||||||
|
capability sys_admin,
|
||||||
|
|
||||||
|
mount fstype=fuse.* options=(rw,nodev,noatime) @{user_share_dirs}/containers/storage/overlay/**/merged/ -> **,
|
||||||
|
mount fstype=fuse.overlayfs options=(rw,nodev,noatime) fuse-overlayfs -> @{user_share_dirs}/containers/storage/overlay/**/merged/,
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
mount fstype=fuse.* options=(rw,nodev,noatime) @{user_share_dirs}/containers/storage/overlay/**/merged/ -> **,
|
@{bin}/mount rix,
|
||||||
|
@{bin}/umount rix,
|
||||||
|
|
||||||
owner @{user_share_dirs}/containers/storage/overlay/{,**} rwl,
|
owner @{user_share_dirs}/containers/storage/overlay/{,**} rwl,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue