feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-04-08 19:28:10 +01:00
parent f96e5a9713
commit 900ef19cff
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
36 changed files with 59 additions and 17 deletions

View file

@ -16,6 +16,8 @@ profile mousepad @{exec_path} {
@{exec_path} mr,
@{open_path} rPx -> child-open-help,
owner @{user_config_dirs}/Mousepad/ rw,
owner @{user_config_dirs}/Mousepad/{,**} rw,

View file

@ -22,6 +22,9 @@ profile thunar @{exec_path} {
@{bin}/thunar-volman rPx,
@{open_path} rPx -> child-open,
/usr/share/ r,
/usr/share/Thunar/{,**} r,
/etc/fstab r,
/etc/timezone r,

View file

@ -10,11 +10,12 @@ include <tunables/global>
profile xfce-about @{exec_path} {
include <abstractions/base>
include <abstractions/graphics>
include <abstractions/nameservice-strict>
include <abstractions/xfce>
@{exec_path} mr,
@{open_path} rPx -> child-open-browsers,
@{open_path} rPx -> child-open-help,
include if exists <local/xfce-about>
}

View file

@ -13,6 +13,8 @@ profile xfce-clipman-settings @{exec_path} {
@{exec_path} mr,
@{open_path} rPx -> child-open-help,
/etc/xdg/xfce4/panel/xfce4-clipman-actions.xml r,
owner @{user_config_dirs}/xfce4/panel/xfce4-clipman-actions.xml rw,

View file

@ -16,6 +16,8 @@ profile xfce-terminal @{exec_path} {
@{exec_path} mr,
@{open_path} rPx -> child-open-help,
# The shell is not confined on purpose.
@{bin}/@{shells} rUx,

View file

@ -11,6 +11,7 @@ profile xfdesktop @{exec_path} {
include <abstractions/base>
include <abstractions/app-launcher-user>
include <abstractions/nameservice-strict>
include <abstractions/thumbnails-cache-read>
include <abstractions/xfce>
@{exec_path} mr,