aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/digikam.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/digikam.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/digikam.profile')
-rw-r--r--etc/profile-a-l/digikam.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/digikam.profile b/etc/profile-a-l/digikam.profile
index f1056482c..c1f0e3a14 100644
--- a/etc/profile-a-l/digikam.profile
+++ b/etc/profile-a-l/digikam.profile
@@ -13,6 +13,9 @@ noblacklist ${HOME}/.kde4/share/apps/digikam
13noblacklist ${HOME}/.local/share/kxmlgui5/digikam 13noblacklist ${HOME}/.local/share/kxmlgui5/digikam
14noblacklist ${PICTURES} 14noblacklist ${PICTURES}
15 15
16# Allow perl (blacklisted by disable-interpreters.inc)
17include allow-perl.inc
18
16include disable-common.inc 19include disable-common.inc
17include disable-devel.inc 20include disable-devel.inc
18include disable-exec.inc 21include disable-exec.inc