-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
whitelist
and noblacklist
seems to have no effect
#2419
Comments
Is |
What exactly do you mean?
Can I not make programs see files and directories under my home directory? :/ I think it is a bug because the same Edit: I changed many things, I am not sure why but I don't want to create another issue for this but this is odd. Look at
Is this intentional, if so, what is the reasoning behind this? |
It's partly a redundant security fail-safe so that if someone decides to un-whitelist the wire profile, sensitive files still won't be visible inside the sandbox. It's really important that ~/.config/Wire isn't visible to most programs running in firejail, so we blacklist it in
See #1569 for a historical note on the subject if you're interested. 😄 Cheers! |
Suggestion to close this. |
@odiferousmint |
Config:
Then I tried:
and
both together, and separately.
The program I used is
VSCodium
. I tried to open a file that exists inside/home/odiferousmint/foo
, but there are no directories in/home/odiferousmint
.Why?
I would also like to note that my configurations were not persistent/permanent either, even though I tried whitelisting and noblacklisting the directory in which the configuration files are placed. Workaround for using the right configurations upon startup is start the program without
firejail
, configure the program, then start again withfirejail
. Seems messy. I had no such issues in earlier versions offirejail
.The text was updated successfully, but these errors were encountered: