Skip to content

Cannot access whitelisted directories [solved: add noblacklist for them] #4195

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

You must be logged in to vote

Hi, I made thunderbird.profile in .config/firejail, and type following:
include /etc/firejail/thunderbird.profile
whitelist ${HOME}/Documents/upload
whitelist ${HOME}/Pictures/upload

Name it thunderbird.local and skip the include /etc/firejail/thunderbird.profile, unless you use firejail < 0.9.58.

Permission denied

Because they are blacklisted by include disable-xdg.inc, add the following:

noblacklist ${DOCUMENTS}
noblacklist ${PICTURES}

sorry for unreadable snippets:

Source:

Inline `code` in markdown

```
Multi line
code
in markdown
```

Rendered:

Inline code in markdown

Multi line
code
in markdown

Replies: 2 comments 1 reply

This comment has been hidden.

Comment options

You must be logged in to vote
1 reply
@Tus1688
Comment options

Answer selected by rusty-snake
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
Converted from issue

This discussion was converted from issue #4194 on April 15, 2021 07:53.