firejail/etc/profile-a-l/geeqie.profile
Kelvin M. Klann fda7560c49 profiles: standardize on just "GTK" on comments
For consistency and to reduce confusion.

The toolkit has been renamed from "GTK+" to just "GTK" in 2019[1].

Note: This also fixes some adjacent typos.

Commands used to search and replace:

    $ git grep -lz 'G[Tt][Kk]' -- etc | xargs -0 -I '{}' sh -c \
      "printf '%s\n' \"\$(sed -E \
        -e 's/G[Tt][Kk]\+?/GTK/g' \
        -e 's/GTK-.\.0/GTK/g' \
        -e 's/GTK base/GTK-base/g' \
        -e 's/GTK-base /GTK-based /g' \
        -e 's/Light weight/Lightweight/g' \
        -e 's/client with GTK/client made with GTK/g' '{}')\" >'{}'"

Misc: I noticed this on #5722.

[1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
2023-04-19 17:17:35 -03:00

38 lines
753 B
Text

# Firejail profile for geeqie
# Description: Image viewer using GTK
# This file is overwritten after every install/update
# Persistent local customizations
include geeqie.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.cache/geeqie
noblacklist ${HOME}/.config/geeqie
noblacklist ${HOME}/.local/share/geeqie
# Allow perl (blacklisted by disable-interpreters.inc)
include allow-perl.inc
include disable-common.inc
include disable-devel.inc
include disable-interpreters.inc
include disable-programs.inc
caps.drop all
nodvd
nogroups
noinput
nonewprivs
noroot
nosound
notv
nou2f
novideo
# remove inet,inet6 to disable network access
protocol unix,inet,inet6
seccomp
# private-bin geeqie
private-dev
restrict-namespaces