From 077c7db212fbe8de96465fdd533a8d850336584b Mon Sep 17 00:00:00 2001 From: veloute <21003408+veloute@users.noreply.github.com> Date: Thu, 14 Mar 2019 01:25:29 +0000 Subject: 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 --- etc/exiftool.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 shell none tracelog -private-bin exiftool,perl +# 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. +# Users on non-Arch Linux distributions can safely uncomment the below to enable extra hardening. +#private-bin exiftool,perl private-cache private-dev private-etc alternatives -- cgit v1.2.3-54-g00ecf