Skip to content

What is the diffrence between noblacklist and whitelist? #4247

Answered by rusty-snake
rusty-snake asked this question in Q&A
Discussion options

You must be logged in to vote

noblacklist

noblacklist ${HOME}/foo/bar makes that all following blacklist ${HOME}/foo/bar commands are ignored.
It is, if you will, only syntactic-sugar for ignore blacklist ${HOME}/foo/bar.

  • Having a noblacklist ${HOME}/foo/bar without blacklist ${HOME}/foo/bar in a include disable-*.inc is just useless.
  • noblacklist ${HOME}/foo/bar and blacklist ${HOME}/foo does not work. You can only noblacklist a path that is blackliste
    d.

whitelist

whitelist ${HOME}/foo/bar enables whitelisting in ${HOME} (i.e. everything without a explicit whitelist is hidden and discard on close) and makes ${HOME}/foo/bar and persistent.

  • blacklist ${HOME}/foo/bar is still applied, even with whitelist ${HOME}/foo/bar

Replies: 3 comments 1 reply

Comment options

rusty-snake
May 5, 2021
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by rusty-snake
Comment options

rusty-snake
May 5, 2021
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rusty-snake
Comment options

rusty-snake May 7, 2021
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants