mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
blacklist .git-credentials & .config/git (#2663) …
and noblacklist they in all profiles with noblacklist .gitconfig
This commit is contained in:
parent
bb5e52040c
commit
63efb454a4
16 changed files with 33 additions and 1 deletions
|
|
@ -7,7 +7,9 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.AndroidStudio*
|
||||
noblacklist ${HOME}/.android
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.gradle
|
||||
noblacklist ${HOME}/.jack-server
|
||||
noblacklist ${HOME}/.jack-settings
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.android
|
||||
noblacklist ${HOME}/.bash_history
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.gradle
|
||||
noblacklist ${HOME}/.jack-server
|
||||
noblacklist ${HOME}/.jack-settings
|
||||
|
|
|
|||
|
|
@ -8,9 +8,11 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.atom
|
||||
noblacklist ${HOME}/.config/Atom
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.cargo/config
|
||||
noblacklist ${HOME}/.cargo/registry
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.pythonrc.py
|
||||
|
||||
include disable-common.inc
|
||||
|
|
|
|||
|
|
@ -12,7 +12,9 @@ noblacklist ${HOME}/.config/Brackets
|
|||
# or put it in your brackets.local
|
||||
#noblacklist ${HOME}/.cargo/config
|
||||
#noblacklist ${HOME}/.cargo/registry
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
|
||||
include disable-common.inc
|
||||
include disable-passwdmgr.inc
|
||||
|
|
|
|||
|
|
@ -6,7 +6,9 @@ include clion.local
|
|||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.CLion*
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.java
|
||||
noblacklist ${HOME}/.local/share/JetBrains
|
||||
noblacklist ${HOME}/.ssh
|
||||
|
|
|
|||
|
|
@ -9,7 +9,9 @@ noblacklist ${HOME}/.cargo/config
|
|||
noblacklist ${HOME}/.cargo/registry
|
||||
noblacklist ${HOME}/.config/Code
|
||||
noblacklist ${HOME}/.config/Code - OSS
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.pythonrc.py
|
||||
noblacklist ${HOME}/.vscode
|
||||
noblacklist ${HOME}/.vscode-oss
|
||||
|
|
|
|||
|
|
@ -168,6 +168,7 @@ blacklist ${HOME}/.config/gedit
|
|||
blacklist ${HOME}/.config/geeqie
|
||||
blacklist ${HOME}/.config/ghb
|
||||
blacklist ${HOME}/.config/ghostwriter
|
||||
blacklist ${HOME}/.config/git
|
||||
blacklist ${HOME}/.config/globaltime
|
||||
blacklist ${HOME}/.config/gnome-mplayer
|
||||
blacklist ${HOME}/.config/gnome-mpv
|
||||
|
|
@ -332,6 +333,7 @@ blacklist ${HOME}/.freecol
|
|||
blacklist ${HOME}/.freemind
|
||||
blacklist ${HOME}/.frozen-bubble
|
||||
blacklist ${HOME}/.gimp*
|
||||
blacklist ${HOME}/.git-credentials
|
||||
blacklist ${HOME}/.git-credential-cache
|
||||
blacklist ${HOME}/.gitconfig
|
||||
blacklist ${HOME}/.gnome/gnome-schedule
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ include geany.local
|
|||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.config/geany
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.python-history
|
||||
noblacklist ${HOME}/.pythonrc.py
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.config/enchant
|
||||
noblacklist ${HOME}/.config/gedit
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.python-history
|
||||
noblacklist ${HOME}/.pythonrc.py
|
||||
|
||||
|
|
|
|||
|
|
@ -9,10 +9,12 @@ include globals.local
|
|||
|
||||
blacklist /tmp/.X11-unix
|
||||
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.config/nano
|
||||
noblacklist ${HOME}/.emacs
|
||||
noblacklist ${HOME}/.emacs.d
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.gnupg
|
||||
noblacklist ${HOME}/.nanorc
|
||||
noblacklist ${HOME}/.oh-my-zsh
|
||||
|
|
|
|||
|
|
@ -6,7 +6,9 @@ include gitg.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.local/share/gitg
|
||||
noblacklist ${HOME}/.ssh
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,10 @@ include github-desktop.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.config/GitHub Desktop
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
|
||||
include disable-common.inc
|
||||
include disable-passwdmgr.inc
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.cargo/config
|
||||
noblacklist ${HOME}/.cargo/registry
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.python-history
|
||||
noblacklist ${HOME}/.pythonrc.py
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.IdeaIC*
|
||||
noblacklist ${HOME}/.android
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.gradle
|
||||
noblacklist ${HOME}/.jack-server
|
||||
noblacklist ${HOME}/.jack-settings
|
||||
|
|
|
|||
|
|
@ -16,7 +16,9 @@ noblacklist /usr/lib/python3*
|
|||
noblacklist /usr/local/lib/python2*
|
||||
noblacklist /usr/local/lib/python3*
|
||||
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.ssh
|
||||
noblacklist ${HOME}/.subversion
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.WebStorm*
|
||||
noblacklist ${HOME}/.android
|
||||
noblacklist ${HOME}/.config/git
|
||||
noblacklist ${HOME}/.gitconfig
|
||||
noblacklist ${HOME}/.git-credentials
|
||||
noblacklist ${HOME}/.gradle
|
||||
noblacklist ${HOME}/.java
|
||||
noblacklist ${HOME}/.local/share/JetBrains
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue