feat(profile): general update.
This commit is contained in:
parent
4ada6f5879
commit
239d5efe63
14 changed files with 22 additions and 46 deletions
|
|
@ -16,8 +16,6 @@ profile borg @{exec_path} {
|
|||
|
||||
capability dac_override,
|
||||
capability dac_read_search,
|
||||
capability fowner,
|
||||
capability sys_admin,
|
||||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
|
|
@ -77,6 +75,7 @@ profile borg @{exec_path} {
|
|||
owner /var/tmp/tmp*/idx rw,
|
||||
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
owner @{PROC}/@{pid}/stat r,
|
||||
|
||||
/dev/fuse rw,
|
||||
|
||||
|
|
@ -103,8 +102,8 @@ profile borg @{exec_path} {
|
|||
|
||||
capability sys_admin,
|
||||
|
||||
mount fstype=fuse borgfs -> @{MOUNTS}/,
|
||||
mount fstype=fuse borgfs -> @{MOUNTS}/*/,
|
||||
mount fstype=fuse options=(ro nosuid nodev) borgfs -> @{MOUNTS}/,
|
||||
mount fstype=fuse options=(ro nosuid nodev) borgfs -> @{MOUNTS}/*/,
|
||||
|
||||
umount @{MOUNTS}/,
|
||||
umount @{MOUNTS}/*/,
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ profile flatpak-session-helper @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/flatpak rPx,
|
||||
@{bin}/ps rPx,
|
||||
@{bin}/p11-kit rix,
|
||||
@{bin}/pkexec rPx,
|
||||
@{bin}/pkexec rPx, # TODO: too wide, rCx.
|
||||
@{lib}/p11-kit/p11-kit-remote rix,
|
||||
@{lib}/p11-kit/p11-kit-server rix,
|
||||
/var/lib/flatpak/app/*/**/@{bin}/** rPx -> flatpak-app,
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ profile fwupdmgr @{exec_path} flags=(attach_disconnected,complain) {
|
|||
|
||||
owner @{HOME}/.Xauthority r,
|
||||
|
||||
include if exists <local/fwupdmgr_dbus>
|
||||
}
|
||||
|
||||
include if exists <local/fwupdmgr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue