mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2118] Firejail - Apparmor problem with missing slash #1435
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#1435
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 @wofwofwof on GitHub (Sep 21, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2118
Hello,
not sure whats the reason for this problem. I've created an apparmor profile for thunderbird and it runs fine without firejail.
In combination with firejail I get following messages:
Sep 21 10:43:49 test12 kernel: [377872.848619] audit: type=1400 audit(1537519429.838:168): apparmor="DENIED" operation="getattr" info="Failed name lookup - disconnected path" error=-13 profile="/usr/lib64/thunderbird/thunderbird" name="dev/dri/card0" pid=29762 comm="GLXVsyncThread" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0In the apparmor profile I have following entry:
For firejail I use an empty profile.
The interesting thing is the missing / for dev/dri/card0 not sure if this is the reason, still.
cheers
wof
@Vincent43 commented on GitHub (Sep 21, 2018):
You need to add
flags=(attach_disconnected)to your thunderbird apparmor profile, see https://github.com/netblue30/firejail/blob/master/etc/firejail-default#L13 as an example. That being said using both standalone AppArmor confinement with firejail is bad idea as they will block each other as you can see. Choose one.@wofwofwof commented on GitHub (Sep 21, 2018):
Thanks a lot for the clarification.
cheers
wof