use /etc/firejail/globals.local

Existing users can delete the old disable-more.inc file.

    # rm /usr/local/etc/firejail/disable-more.inc
This commit is contained in:
Pig Monkey 2017-07-29 15:58:46 -07:00
parent 9e1022e4f8
commit 5a184332be
3 changed files with 11 additions and 9 deletions

View file

@ -96,9 +96,9 @@ as in the third example above. It will not modify any existing user profiles.
### Blacklisting
The `firejail.blacklist` variable is used to generate a list of blacklisted
files and directories at `/usr/local/etc/firejail/disable-more.inc`. This file
is included in most of the provided security profiles, causing those locations
The `firejail.blacklist` variable is used to populate
`/etc/firejail/globals.local` with a list of blacklisted files and directories.
This file is included by all security profiles, causing the specified locations
to be inaccessible to jailed programs.
## MAC Spoofing