-
Notifications
You must be signed in to change notification settings - Fork 584
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
Create allow-INTERPETER.inc #2736
Create allow-INTERPETER.inc #2736
Conversation
* allow-lua.inc * allow-perl.inc * allow-python2.inc * allow-python3.inc
|
This comment has been minimized.
This comment has been minimized.
meld, natron, qutebrowser, ranger need to be updated. |
…rusty-snake/firejail into create-allow-interpreter-includes
That should be it. I should probably rewrite the program from #1427 and run it again. |
I think NOBLACKLISTS + ALLOW INCLUDES should be before BLACKLISTS otherwise they won't work 😃 |
@Vincent43 to have the following in a profile make no sense:
BLACKLIST means |
To accomodate Arch Linux's Perl policy I'm wondering whether we should add
to the new allow-perl.inc. |
@glitsj16 I think we should |
@glitsj16 feel free to commit. |
The opposite order also doesn't make sense. It doesn't make sense having noblacklist and blacklist for the same path in profile in general but noblacklist rule should precede blacklist one to be effective elsewhere and I think keeping that order here wold be consistent. |
@Vincent43 to do that to have a consistent/consequent order sounds good. I use this order above because every profile with OK then lets have the following: HEADER @glitsj16 where do we |
@rusty-snake At present we don't blacklist site_perl and vendor_perl, although I think we should. I forgot that part, nice catch. To keep this draft PR clean, would you be so kind as to add those to the current /etc/firejail/disable-interpreters.inc? |
some profiles have comments on their use |
Ignoring placement, are we OK with this to merge? |
@SkewedZeppelin I think so. |
See #2735 (comment)