feat(profile): general update.
This commit is contained in:
parent
4d9ea026c7
commit
db87c56f37
21 changed files with 72 additions and 14 deletions
|
|
@ -10,7 +10,8 @@ include <tunables/global>
|
|||
profile plymouthd @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/dri-common>
|
||||
include <abstractions/dri>
|
||||
include <abstractions/fonts>
|
||||
|
||||
capability checkpoint_restore,
|
||||
capability dac_override,
|
||||
|
|
@ -52,7 +53,6 @@ profile plymouthd @{exec_path} {
|
|||
@{sys}/class/ r,
|
||||
@{sys}/class/drm/ r,
|
||||
@{sys}/class/graphics/ r,
|
||||
@{sys}/devices/@{pci}/{,uevent,vendor,device} r,
|
||||
@{sys}/devices/virtual/graphics/fbcon/uevent r,
|
||||
@{sys}/devices/virtual/tty/console/active r,
|
||||
@{sys}/firmware/acpi/bgrt/{,*} r,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ abi <abi/3.0>,
|
|||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{bin}/xprop
|
||||
profile xprop @{exec_path} {
|
||||
profile xprop @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/freedesktop.org>
|
||||
include <abstractions/X-strict>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ profile xsetroot @{exec_path} {
|
|||
|
||||
capability dac_read_search,
|
||||
|
||||
signal (receive) set=(kill) peer=sddm,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/usr/share/icons/{,**} r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue