fix(profile): minor fixes.

see #410
This commit is contained in:
Alexandre Pujol 2024-07-14 12:34:12 +01:00
parent a270b7c6d4
commit 68da315ac2
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 10 additions and 7 deletions

View file

@ -10,6 +10,7 @@ include <tunables/global>
@{exec_path} = @{bin}/wmctrl
profile wmctrl @{exec_path} {
include <abstractions/base>
include <abstractions/X-strict>
@{exec_path} mr,

View file

@ -11,6 +11,7 @@ include <tunables/global>
profile xsel @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/X-strict>
@{exec_path} mr,
@ -18,9 +19,6 @@ profile xsel @{exec_path} {
owner @{user_cache_dirs}/ rw,
owner @{user_cache_dirs}/xsel.log rw,
owner @{HOME}/.Xauthority r,
owner @{tmp}/xauth-@{int}-_[0-9] r,
# file_inherit
owner /dev/tty@{int} rw,
owner @{HOME}/.xsession-errors w,