mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1813] [private-dev] xsession-errors log is chowned by root #1232
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#1232
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 @Vincent43 on GitHub (Mar 13, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1813
I noticed that in some circumstances
.xsession-errorslog file is getting chowned by root while using firejail. I found thatprivate-devoption is causing such issues when using with graphical apps started from file manager on KDE plasma. I didn't bisected it buta9c3a772b7dda8b2dbafb21763636aare potential candidates for causing regression.To reproduce with KDE:
/usr/bin/dolphin.xsession-errorsattributes:touch aaa.txtkate aaa.txtfrom terminal doesn't cause issues).xsession-errorsattributes again:I reproduced it with kate, kwrite, okular and gwenview with firejail from git.
@netblue30 commented on GitHub (Mar 13, 2018):
Let's mark it as a bug, we need to look into it.
@Vincent43 commented on GitHub (Mar 13, 2018):
@netblue30 I bisected it to
a9c3a772b7@Fred-Barclay commented on GitHub (Mar 13, 2018):
Same here - Fedora 27 Cinnamon.
@netblue30 commented on GitHub (Mar 14, 2018):
Thanks guys, reverted back to the old version:
ea1ba191ef@Vincent43: I am thinking about bringing in apparmor by default in a larger number of applications, something like vlc and mpv profiles in this commit:
31550dd0b3I would say if you still have apparmor running on your box, just put it in for all applications you have it enabled.@Vincent43 commented on GitHub (Mar 17, 2018):
@netblue30 sorry for the delay but I was busy recently. I added more apps in
d8b4a63320.Generally I have apparmor enabled globally in firejail and it's working good. I think we may even add it to default profile. The things which are supposed to break with apparmor currently are:
/home,/usr/shareor/etc.Those cases can be handled locally through
/etc/apparmor.d/local/firejail-local config