feat(profile): add missing enchant abs.

This commit is contained in:
Alexandre Pujol 2024-06-11 00:00:51 +01:00
parent d283ef5196
commit 8fe2bf4c20
Failed to generate hash of commit
3 changed files with 3 additions and 7 deletions

View file

@ -11,13 +11,12 @@ profile gnome-text-editor @{exec_path} {
include <abstractions/base>
include <abstractions/bus/org.freedesktop.FileManager1>
include <abstractions/common/gnome>
include <abstractions/enchant>
include <abstractions/user-read-strict>
include <abstractions/user-write-strict>
@{exec_path} mr,
/usr/share/enchant-*/{,**} r,
owner @{user_share_dirs}/org.gnome.TextEditor/{,**} rw,
owner @{PROC}/@{pid}/mountinfo r,

View file

@ -10,6 +10,7 @@ include <tunables/global>
profile mousepad @{exec_path} {
include <abstractions/base>
include <abstractions/dconf-write>
include <abstractions/enchant>
include <abstractions/user-read-strict>
include <abstractions/user-write-strict>
include <abstractions/xfce>
@ -18,14 +19,9 @@ profile mousepad @{exec_path} {
@{open_path} rPx -> child-open-help,
/usr/share/hunspell/{,**} r,
owner @{user_config_dirs}/Mousepad/ rw,
owner @{user_config_dirs}/Mousepad/** rwk,
owner @{user_config_dirs}/enchant/ rw,
owner @{user_config_dirs}/enchant/ rwk,
owner @{user_share_dirs}/Mousepad/ rw,
owner @{user_share_dirs}/Mousepad/** rwk,

View file

@ -13,6 +13,7 @@ profile libreoffice @{exec_path} {
include <abstractions/bus-session>
include <abstractions/dconf-write>
include <abstractions/desktop>
include <abstractions/enchant>
include <abstractions/nameservice-strict>
include <abstractions/ssl_certs>
include <abstractions/user-read-strict>