-
Notifications
You must be signed in to change notification settings - Fork 588
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
Fix Brave's native sandbox #3087
Conversation
Honestly I don't believe |
|
@Vincent43 I've updated the PR, implementing your suggestions. |
For me this looks fine now. It would be appreciated if any of the reviewers could merge this after checking the updated commits. TIA. |
@glitsj16 looks fine to me however the commits may be cleaned up to not introduce changes that are later reverted. Alternatively the whole thing may be squashed. |
@netblue30 Do we need to backport this to the release-0.9.62 branch? |
* Allow user access to /proc/config.gz * Fix Brave's native sandbox * Move /proc/config.gz to disable-common.inc * Move /proc/config.gz to disable-common.inc
IMPORTANT: leave this unmerged until collaborators have had ample opportunity to review.
This is a tentative fix for #2944. The patch enables using
noblacklist /proc/config.gz
in/etc/firejail/brave.profile
. Momentarily this is only needed for that one profile, so I'm not entirely convinced this is the best way to fix #2914. Thoughts?