mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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>
This commit is contained in:
parent
e3258c2009
commit
b91f03463d
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ shell none
|
|||
private-bin display,python*
|
||||
private-dev
|
||||
# On Debian-based systems, display is a symlink in /etc/alternatives
|
||||
private-etc alternatives,ld.so.cache,ld.so.preload
|
||||
private-etc alternatives,ImageMagick-6,ImageMagick-7,ld.so.cache,ld.so.preload
|
||||
private-lib gcc/*/*/libgcc_s.so.*,gcc/*/*/libgomp.so.*,ImageMagick*,libfreetype.so.*,libltdl.so.*,libMagickWand-*.so.*,libXext.so.*
|
||||
private-tmp
|
||||
|
||||
dbus-user none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue