aboutsummaryrefslogtreecommitdiffstats
path: root/etc/exiftool.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/exiftool.profile')
-rw-r--r--etc/exiftool.profile9
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/exiftool.profile b/etc/exiftool.profile
index f694ea212..e76a4ca4c 100644
--- a/etc/exiftool.profile
+++ b/etc/exiftool.profile
@@ -6,12 +6,8 @@ include exiftool.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9blacklist /tmp/.X11-unix 9# Allow perl (blacklisted by disable-interpreters.inc)
10 10include allow-perl.inc
11# Allow access to perl
12noblacklist ${PATH}/perl
13noblacklist /usr/lib/perl*
14noblacklist /usr/share/perl*
15 11
16include disable-common.inc 12include disable-common.inc
17include disable-devel.inc 13include disable-devel.inc
@@ -39,6 +35,7 @@ protocol unix
39seccomp 35seccomp
40shell none 36shell none
41tracelog 37tracelog
38x11 none
42 39
43# To support exiftool in private-bin on Arch Linux (and derivatives), symlink /usr/bin/vendor_perl/exiftool to /usr/bin/exiftool and uncomment the below. 40# To support exiftool in private-bin on Arch Linux (and derivatives), symlink /usr/bin/vendor_perl/exiftool to /usr/bin/exiftool and uncomment the below.
44# Users on non-Arch Linux distributions can safely uncomment (or put in exiftool.local) the line below to enable extra hardening. 41# Users on non-Arch Linux distributions can safely uncomment (or put in exiftool.local) the line below to enable extra hardening.