feat(profile): general update.
This commit is contained in:
parent
1edf507abf
commit
dd1d9107e8
13 changed files with 41 additions and 15 deletions
|
|
@ -50,8 +50,8 @@ profile snap @{exec_path} {
|
|||
@{bin}/systemctl rPx -> child-systemctl,
|
||||
|
||||
/snap/{,**} rw,
|
||||
/snap/snapd/@{int}/usr/lib/snapd/snap-confine rPx,
|
||||
@{lib}/snapd/snap-confine rPx,
|
||||
/snap/snapd/@{int}/usr/lib/snapd/snap-confine rPx -> /snap/snapd/@{int}/usr/lib/snapd/snap-confine,
|
||||
@{lib}/snapd/snap-confine rPx -> /usr/lib/snapd/snap-confine,
|
||||
|
||||
@{lib_dirs}/snapd/snap-seccomp rPx,
|
||||
@{lib_dirs}/snapd/snapd rPx,
|
||||
|
|
|
|||
|
|
@ -51,7 +51,8 @@ profile spice-vdagent @{exec_path} {
|
|||
|
||||
owner @{user_config_dirs}/user-dirs.dirs r,
|
||||
|
||||
@{run}/spice-vdagentd/spice-vdagent-sock rw,
|
||||
@{run}/spice-vdagentd/spice-vdagent-sock rw,
|
||||
owner @{run}/user/@{uid}/pipewire-@{int} rw,
|
||||
|
||||
@{sys}/devices/@{pci}/{device,vendor} r,
|
||||
|
||||
|
|
|
|||
|
|
@ -23,8 +23,9 @@ profile wpa-supplicant @{exec_path} flags=(attach_disconnected) {
|
|||
capability net_raw,
|
||||
capability sys_module,
|
||||
|
||||
network packet raw,
|
||||
network netlink raw,
|
||||
network packet dgram,
|
||||
network packet raw,
|
||||
|
||||
dbus bind bus=system name=fi.w1.wpa_supplicant1,
|
||||
dbus receive bus=system path=/fi/w1/wpa_supplicant1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue