mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2071] [bug] Whitelisting a file leads to inability to write to it #1399
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#1399
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 @chiraag-nataraj on GitHub (Jul 28, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2071
Currently running firejail 0.9.55. When I whitelist a file (not a directory), I get errors like "Couldn't write to file" (when I whitelisted
~/.config/akregatorrc). I got similar errors from Google Earth [Pro] as well. I'm going to try to investigate, but just wanted to put this on the radar.@chiraag-nataraj commented on GitHub (Jul 28, 2018):
Apparently the program gets an
EBUSYwhen it tries to rename a temporary file (which it actually writes to) to the actual configuration file. Is there any way to deal with this besides just whitelisting the entire.configdirectory?@smitsohu commented on GitHub (Jul 29, 2018):
Is this possibly the same as #1793 and #1355?
@chiraag-nataraj commented on GitHub (Jul 29, 2018):
Yes, I think so. This seems to be an issue with certain programs which write a temp file before moving it to the actual location.
@chiraag-nataraj commented on GitHub (Dec 9, 2018):
Closing since this seems to be a dup of some of the others.