feat(profile): general update.
This commit is contained in:
parent
a99fbaa0be
commit
c7181ecadf
32 changed files with 152 additions and 158 deletions
|
|
@ -35,16 +35,6 @@ profile bluetoothd @{exec_path} flags=(attach_disconnected) {
|
|||
member=GetManagedObjects
|
||||
peer=(name=:*, label=pulseaudio),
|
||||
|
||||
dbus send bus=system path=/MediaEndpoint/{A2DPSink,A2DPSource}/*
|
||||
interface=org.bluez.MediaEndpoint1
|
||||
member=Release
|
||||
peer=(name=:*, label=pulseaudio),
|
||||
|
||||
dbus send bus=system path=/Profile/{HFPAGProfile,HSPHSProfile}
|
||||
interface=org.bluez.MediaEndpoint1
|
||||
member=Release
|
||||
peer=(name=:*, label=pulseaudio),
|
||||
|
||||
dbus send bus=system path=/
|
||||
interface=org.freedesktop.DBus.ObjectManager
|
||||
member=InterfacesRemoved
|
||||
|
|
|
|||
|
|
@ -29,18 +29,18 @@ profile cemu @{exec_path} flags=(attach_disconnected) {
|
|||
owner @{user_config_dirs}/Cemu/{,**} rw,
|
||||
owner @{user_share_dirs}/Cemu/{,**} rw,
|
||||
|
||||
owner @{PROC}/@{pid}/cmdline r,
|
||||
owner @{PROC}/@{pid}/fd r,
|
||||
owner @{PROC}/@{pid}/mountinfo r,
|
||||
owner @{PROC}/@{pid}/statm r,
|
||||
|
||||
owner @{sys}/class/ r,
|
||||
@{sys}/class/ r,
|
||||
@{sys}/class/input/ r,
|
||||
@{sys}/devices/@{pci}/usb@{int}/**/input@{int}/capabilities/abs r,
|
||||
@{sys}/devices/@{pci}/usb@{int}/**/input@{int}/capabilities/ev r,
|
||||
@{sys}/devices/@{pci}/usb@{int}/**/input@{int}/capabilities/key r,
|
||||
@{sys}/devices/@{pci}/usb@{int}/**/input@{int}/capabilities/rel r,
|
||||
|
||||
owner @{PROC}/@{pid}/cmdline r,
|
||||
owner @{PROC}/@{pid}/fd r,
|
||||
owner @{PROC}/@{pid}/mountinfo r,
|
||||
owner @{PROC}/@{pid}/statm r,
|
||||
|
||||
/dev/input/ r,
|
||||
/dev/input/event@{int} rw,
|
||||
/dev/input/js@{int} rw,
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ profile dkms @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/update-secureboot-policy rPUx,
|
||||
@{bin}/zstd rix,
|
||||
|
||||
@{lib}/gcc/@{multiarch}/@{int}*/* rix,
|
||||
@{lib}/gcc/@{multiarch}/@{version}/* rix,
|
||||
@{lib}/linux-kbuild-*/scripts/** rix,
|
||||
@{lib}/linux-kbuild-*/tools/objtool/objtool rix,
|
||||
@{lib}/llvm-[0-9]*/bin/clang rix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue