mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #635] make read-write opposite of read-only #441
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#441
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 (Jul 15, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/635
Hi!
Is it possible to make
read-writegeneric so that it can work with any top directory and counter the effect ofread-onlyon subfolders, e.g.:read-only /media/user/*andread-write /media/user/foo/read-only ~/andread-write ~/foo.barThanks.
@netblue30 commented on GitHub (Jul 16, 2016):
Sure, I'll put it in.
@netblue30 commented on GitHub (Jul 16, 2016):
Sorry, it is already done in git - somebody requested it a while back.
@nick75e commented on GitHub (Jul 16, 2016):
The first part is misleading since it says
Use this option [...] inside the system directories. I thought it was only for these directories.Also can you remove the requirement to be root for directories owned by the user?
@netblue30 commented on GitHub (Jul 16, 2016):
Yes, it is kind of misleading. I'll allow the option in the user home directory.
@nick75e commented on GitHub (Jul 16, 2016):
I personally also need it for files under
/media/$USERand from what I've read from other users/data/would also be useful.@netblue30 commented on GitHub (Jul 17, 2016):
OK, let's do it this way: if the file or directory is owned by the user, I'll set it read/write.
@netblue30 commented on GitHub (Jul 20, 2016):
Fixed in git. The text in the man page is: