feat(tunable): unify some XDG and user dirs varibale name.
This commit is contained in:
parent
cb86f1c076
commit
044f80b1db
11 changed files with 77 additions and 69 deletions
|
|
@ -31,13 +31,13 @@ profile virtiofsd @{exec_path} {
|
|||
|
||||
mount options=(rw, rbind) -> @{user_publicshare_dirs}/,
|
||||
mount options=(rw, rbind) -> @{user_vm_dirs}/,
|
||||
mount options=(rw, rbind) -> @{user_vm_shares}/,
|
||||
mount options=(rw, rbind) -> @{user_vmshare_dirs}/,
|
||||
|
||||
umount /,
|
||||
|
||||
pivot_root @{user_publicshare_dirs}/, # TODO: -> pivoted,
|
||||
pivot_root @{user_vm_dirs}/,
|
||||
pivot_root @{user_vm_shares}/,
|
||||
pivot_root @{user_vmshare_dirs}/,
|
||||
|
||||
signal (receive) set=term peer=libvirtd,
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ profile virtiofsd @{exec_path} {
|
|||
|
||||
@{user_publicshare_dirs}/{,**} r,
|
||||
@{user_vm_dirs}/{,**} r,
|
||||
@{user_vm_shares}/{,**} r,
|
||||
@{user_vmshare_dirs}/{,**} r,
|
||||
|
||||
owner @{run}/libvirt/qemu/*.pid rw,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue