mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(profile): add missing enchant abs.
This commit is contained in:
parent
d283ef5196
commit
8fe2bf4c20
3 changed files with 3 additions and 7 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue