mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1498] Atril doesn't launch anymore in firejail, but there's a workaround #1002
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1002
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pizzadude on GitHub (Aug 28, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1498
Atril doesn't launch anymore in firejail, after a recent profile update. I use Ubuntu MATE 17.04. I found a workaround though.
Reading profile /etc/firejail/atril.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Parent pid 3385, child pid 3386
Blacklist violations are logged to syslog
Child process initialized in 92.19 ms
/usr/bin/atril: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
Parent is shutting down, bye...
If I comment out private-etc and uncomment private-tmp, it runs. I don't think I need to uncomment private-tmp, but I do that anyway. (It's private-etc that's the issue)
@Fred-Barclay commented on GitHub (Aug 28, 2017):
Thanks for the report! What version of firejail are you using? (Check with
firejail --version).@pizzadude commented on GitHub (Aug 28, 2017):
firejail --version
firejail version 0.9.50~rc1
Latest from git.
@Fred-Barclay commented on GitHub (Aug 28, 2017):
It should be fixed now. Thanks!
I could replicate it on Lubuntu 17.04 but not on LMDE 2. The private-etc filter was blocking access to ld.so.cache, which possibly newer versions of atril require.
@pizzadude commented on GitHub (Aug 28, 2017):
:)