Skip to content

Commit

Permalink
feat(profile): initial support for gimp 3.
Browse files Browse the repository at this point in the history
see #656
  • Loading branch information
roddhjav committed Jan 26, 2025
1 parent df8ac22 commit c427765
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apparmor.d/profiles-g-l/gimp
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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,
Expand Down

0 comments on commit c427765

Please sign in to comment.