mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #131] Set different rights on folders #86
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#86
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 (Nov 11, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/131
Hi!
I don't know if you've heard the bad news but our favourite OS is now targeted by ransomware.
Even though it only targets servers for now, that might change in the future.
So to prevent this, would it be possible to create a new option on folders in order to protect files:
in profile files
permission <octal> <folder>e.g.permission 300 ~/Downloads. It would allow Firefox to download files but prevent badware/scripts from erasing/encrypting personal files.If feasible, it'd be very useful for browsers.
Thanks.
@netblue30 commented on GitHub (Nov 11, 2015):
I'm not to worried about ransomware, the only folder visible in home directory is Downloads and the rest of the system is basically read-only. Making Downloads octal 300 will break several extensions (user downloads a file and plays it in vlc or other player).