mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: seamonkey: sort profile
Related commits: *63c35052b("Add '$HOME/.local/share/pki' to blacklist", 2019-02-03) *324c73ea4("ordering fixes", 2022-01-06) / PR #4830
This commit is contained in:
parent
a16c867e7e
commit
c4bd0b9c12
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.cache/mozilla
|
||||
noblacklist ${HOME}/.gnupg
|
||||
noblacklist ${HOME}/.mozilla
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
noblacklist ${HOME}/.mozilla
|
||||
noblacklist ${HOME}/.pki
|
||||
|
||||
include disable-common.inc
|
||||
|
|
@ -19,8 +19,8 @@ include disable-programs.inc
|
|||
|
||||
mkdir ${HOME}/.cache/mozilla
|
||||
mkdir ${HOME}/.gnupg
|
||||
mkdir ${HOME}/.mozilla
|
||||
mkdir ${HOME}/.local/share/pki
|
||||
mkdir ${HOME}/.mozilla
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${HOME}/.cache/gnome-mplayer/plugin
|
||||
whitelist ${HOME}/.cache/mozilla
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue