mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4382] Error chown: fs_logger.c:117 fs_logger_change_owner: Read-only file system #2645
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#2645
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 @jonleivent on GitHub (Jul 3, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4382
One of my profiles that works in 0.9.58.2 fails with this error in 0.9.64.2:
Error chown: fs_logger.c:117 fs_logger_change_owner: Read-only file systemThe profile (below) is for a forgetful firefox. Is there a workaround?
@rusty-snake commented on GitHub (Jul 3, 2021):
Let's look at the place where this occurs:
633378e103/src/firejail/fs_logger.c (L115-L118)and what
RUN_FSLOGGER_FILEis:0562ceb658/src/include/rundefs.h (L95)Relevant commits:
769129a7a288132d9dfba5a02b708eWhy do you
read-only /run/firejail? Does it work if you drop this line?@jonleivent commented on GitHub (Jul 3, 2021):
It works if I drop that line, thanks. As to why I had that line: that was several years ago, and I have no notes on that line specifically. Probably just being very aggressive about protecting /run, which at the time (earlier versions of firejail) looked like a place where info could leak out of firejails. I think I asked around that time for something like a private-run akin to private-tmp.
@rusty-snake commented on GitHub (Jul 3, 2021):
It was #3189 which is now solved with firejail 0.9.66.
So we can close here, right?
@jonleivent commented on GitHub (Jul 3, 2021):
Agreed. So I guess I should look into 0.9.66. Do you publish release notes or something else (other than scanning the git commit logs) where I can figure what new/changed behaviors map to what versions?
@rusty-snake commented on GitHub (Jul 3, 2021):
https://github.com/netblue30/firejail/blob/master/RELNOTES