feat(profile): general update.
This commit is contained in:
parent
f14ed2f024
commit
788d865939
34 changed files with 57 additions and 27 deletions
|
|
@ -95,7 +95,7 @@ profile monitorix @{exec_path} {
|
|||
@{PROC}/@{pids}/io r,
|
||||
|
||||
@{sys}/class/i2c-adapter/ r,
|
||||
@{sys}/devices/@{pci}/i2c-@{int}/name r,
|
||||
@{sys}/devices/@{pci}/i2c-@{int}/{,**/}name r,
|
||||
@{sys}/class/hwmon/ r,
|
||||
@{sys}/devices/**/thermal*/{,**} r,
|
||||
@{sys}/devices/**/hwmon*/{,**} r,
|
||||
|
|
|
|||
|
|
@ -9,9 +9,11 @@ include <tunables/global>
|
|||
@{exec_path} = /opt/Mullvad*/resources/mullvad-setup
|
||||
profile mullvad-setup @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{PROC}/@{pid}/mountinfo r,
|
||||
owner @{PROC}/@{pid}/cgroup r,
|
||||
|
||||
# File Inherit
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ profile qnapi @{exec_path} {
|
|||
|
||||
/tmp/ r,
|
||||
owner @{tmp}/@{hex}.* rw,
|
||||
owner @{tmp}/** rw,
|
||||
owner @{tmp}/#@{int} rw,
|
||||
owner @{tmp}/QNapi-*-rc wl -> /tmp/#@{int},
|
||||
owner @{tmp}/QNapi-*-rc.lock rwk,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue