mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-06 18:25:05 +01:00
parent
df8ac22e0c
commit
c427765909
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,7 @@ profile gimp @{exec_path} {
|
|||
include <abstractions/bus/org.freedesktop.FileManager1>
|
||||
include <abstractions/desktop>
|
||||
include <abstractions/graphics>
|
||||
include <abstractions/python>
|
||||
include <abstractions/thumbnails-cache-write>
|
||||
include <abstractions/user-download-strict>
|
||||
|
||||
|
@ -23,7 +24,12 @@ profile gimp @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/env rix,
|
||||
@{bin}/gjs-console rix,
|
||||
@{bin}/lua rix,
|
||||
@{lib}/gimp/@{version}/extensions/*/* rix,
|
||||
@{lib}/gimp/*/plug-ins/** rix,
|
||||
@{python_path} rix,
|
||||
|
||||
@{bin}/xsane-gimp rPx,
|
||||
@{open_path} rPx -> child-open-help,
|
||||
|
|
Loading…
Reference in a new issue