aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/geeqie.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-15 10:08:06 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-17 09:32:08 -0300
commit2aa9bbb4e5d447288389ac1d4ffa69cd15741627 (patch)
treec2babde35fac01eb6a24af02ccfd6f7b5b240260 /etc/profile-a-l/geeqie.profile
parentdocs: man: Note that some commands can be disabled in firejail.config (#5366) (diff)
downloadfirejail-2aa9bbb4e5d447288389ac1d4ffa69cd15741627.tar.gz
firejail-2aa9bbb4e5d447288389ac1d4ffa69cd15741627.tar.zst
firejail-2aa9bbb4e5d447288389ac1d4ffa69cd15741627.zip
profiles: allow perl/exiftool on the relevant profiles
Programs that seem to support exiftool: $ LC_ALL=C pacman -Sii perl-image-exiftool | grep -e '^Version' -e '^Required' -e '^Optional For' | head -n 3 Version : 12.42-1 Required By : digikam geotag gitlab-workhorse mat2 rapid-photo-downloader Optional For : darktable geeqie gpsprune hugin jpeg-archive ranger recoll shutter Environment: Artix Linux. Note for hugin.profile: Does not currently work with private-bin on Arch/Artix; see the private-bin comment on etc/profile-a-l/exiftool.profile. Relates to #5365.
Diffstat (limited to 'etc/profile-a-l/geeqie.profile')
-rw-r--r--etc/profile-a-l/geeqie.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/geeqie.profile b/etc/profile-a-l/geeqie.profile
index 81574517d..268c3b334 100644
--- a/etc/profile-a-l/geeqie.profile
+++ b/etc/profile-a-l/geeqie.profile
@@ -10,6 +10,9 @@ noblacklist ${HOME}/.cache/geeqie
10noblacklist ${HOME}/.config/geeqie 10noblacklist ${HOME}/.config/geeqie
11noblacklist ${HOME}/.local/share/geeqie 11noblacklist ${HOME}/.local/share/geeqie
12 12
13# Allow perl (blacklisted by disable-interpreters.inc)
14include allow-perl.inc
15
13include disable-common.inc 16include disable-common.inc
14include disable-devel.inc 17include disable-devel.inc
15include disable-interpreters.inc 18include disable-interpreters.inc