[GH-ISSUE #1135] Possibility to override whitelist defined in system-wide profile #783

Closed
opened 2026-05-05 06:39:13 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @msva on GitHub (Mar 8, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1135

Hi!

I think, it will be nice to have option like noblacklist for blacklist, but having same effect on whitelist instead.

So, it will be possible to include system-wide profiles in custom one, but override some whitelist directives defined there (for example, ${DOWNLOADS} or ${HOME}/Downloads).

May be useful if user do not want to expose whole downloads dir to application, but wants to only whitelist "personal" subdir inside.

Originally created by @msva on GitHub (Mar 8, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1135 Hi! I think, it will be nice to have option like `noblacklist` for `blacklist`, but having same effect on `whitelist` instead. So, it will be possible to include system-wide profiles in custom one, but override some `whitelist` directives defined there (for example, `${DOWNLOADS}` or `${HOME}/Downloads`). May be useful if user do not want to expose whole downloads dir to application, but wants to only whitelist "personal" subdir inside.
gitea-mirror 2026-05-05 06:39:13 -06:00
Author
Owner

@netblue30 commented on GitHub (Mar 9, 2017):

I'll bring it in as "nowhitelist".

<!-- gh-comment-id:285353242 --> @netblue30 commented on GitHub (Mar 9, 2017): I'll bring it in as "nowhitelist".
Author
Owner

@netblue30 commented on GitHub (Mar 10, 2017):

You can try it out:

       --nowhitelist=dirname_or_filename
              Disable whitelist for this directory or file.

and a "nowhitelist" command for profile files.

<!-- gh-comment-id:285535284 --> @netblue30 commented on GitHub (Mar 10, 2017): You can try it out: ````` --nowhitelist=dirname_or_filename Disable whitelist for this directory or file. ````` and a "nowhitelist" command for profile files.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#783
No description provided.