aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar veloute <21003408+veloute@users.noreply.github.com>2019-03-14 01:25:29 +0000
committerLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-14 01:25:29 +0000
commit077c7db212fbe8de96465fdd533a8d850336584b (patch)
tree518115d40e5fdf55c726937ee8c9375afd9098a7 /etc
parentMerge pull request #2587 from lskrejci/cmdline-arg-fix (diff)
downloadfirejail-077c7db212fbe8de96465fdd533a8d850336584b.tar.gz
firejail-077c7db212fbe8de96465fdd533a8d850336584b.tar.zst
firejail-077c7db212fbe8de96465fdd533a8d850336584b.zip
exiftool needs access to the /usr/bin/vendor_perl directory in archlinux (#2581)
* exiftool needs access to the /usr/bin/vendor_perl directory in archlinux * add comments provided by glitsj16
Diffstat (limited to 'etc')
-rw-r--r--etc/exiftool.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/exiftool.profile b/etc/exiftool.profile
index 62eff69ab..2ee4aae6f 100644
--- a/etc/exiftool.profile
+++ b/etc/exiftool.profile
@@ -40,7 +40,9 @@ seccomp
40shell none 40shell none
41tracelog 41tracelog
42 42
43private-bin exiftool,perl 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.
44# Users on non-Arch Linux distributions can safely uncomment the below to enable extra hardening.
45#private-bin exiftool,perl
44private-cache 46private-cache
45private-dev 47private-dev
46private-etc alternatives 48private-etc alternatives