mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #833] read-only behaves inconsistently #565
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#565
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 @nick75e on GitHub (Oct 3, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/833
Hi!
firejail --whitelist=${HOME}/foo --read-only=${HOME}/fooworks as expected,firejail --whitelist=${HOME}/foo --read-only=${HOME}only locks /home/$USER,firejail --whitelist=${HOME}/foo --read-only=${HOME}/*does nothing while e.g.--read-only=/media/$USER/*locks all subdirectories.Is it possible to make
--read-only=${HOME}/*lock all files and subdirectories?@netblue30 commented on GitHub (Oct 5, 2016):
It is a known issue. It has something to do with the way the order directory mounts are stacked one on top of another - both whitelist and read-only are implemented as filesystem mounts. This is why in "man firejail" we have this description:
@nick75e commented on GitHub (Oct 5, 2016):
Sorry, I didn't notice the warning.
Closing...