aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Hank Leininger <hlein@korelogic.com>2021-12-02 18:44:19 -0700
committerLibravatar Hank Leininger <hlein@korelogic.com>2021-12-02 21:20:03 -0700
commitb91f03463d84e35c00a12e28b30683dc552cf8be (patch)
treeb15270691d9f3d1557d8d73b8fa76baf0ddaae5e
parentMerge pull request #4730 from glitsj16/profstats (diff)
downloadfirejail-b91f03463d84e35c00a12e28b30683dc552cf8be.tar.gz
firejail-b91f03463d84e35c00a12e28b30683dc552cf8be.tar.zst
firejail-b91f03463d84e35c00a12e28b30683dc552cf8be.zip
etc/profile-a-l/display.profile: additions needed on Gentoo
Various .so's are needed to allow execution, /etc/ImageMagick-7/ is needed for various policy XML files, and /usr/$(libdir)/ImageMagick-x.y.z/ is needed in order to have access to decoders. Tested on Gentoo; I don't know if other distros put the relevant bits in different paths. Signed-off-by: Hank Leininger <hlein@korelogic.com>
-rw-r--r--etc/profile-a-l/display.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/profile-a-l/display.profile b/etc/profile-a-l/display.profile
index 8a8d816a3..1def961b2 100644
--- a/etc/profile-a-l/display.profile
+++ b/etc/profile-a-l/display.profile
@@ -40,7 +40,8 @@ shell none
40private-bin display,python* 40private-bin display,python*
41private-dev 41private-dev
42# On Debian-based systems, display is a symlink in /etc/alternatives 42# On Debian-based systems, display is a symlink in /etc/alternatives
43private-etc alternatives,ld.so.cache,ld.so.preload 43private-etc alternatives,ImageMagick-6,ImageMagick-7,ld.so.cache,ld.so.preload
44private-lib gcc/*/*/libgcc_s.so.*,gcc/*/*/libgomp.so.*,ImageMagick*,libfreetype.so.*,libltdl.so.*,libMagickWand-*.so.*,libXext.so.*
44private-tmp 45private-tmp
45 46
46dbus-user none 47dbus-user none