mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
21 lines
502 B
PHP
21 lines
502 B
PHP
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-common-devel.local
|
|
|
|
# Git
|
|
noblacklist ${HOME}/.config/git
|
|
noblacklist ${HOME}/.gitconfig
|
|
noblacklist ${HOME}/.git-credentials
|
|
|
|
# Java
|
|
noblacklist ${HOME}/.gradle
|
|
noblacklist ${HOME}/.java
|
|
|
|
# Python
|
|
noblacklist ${HOME}/.python-history
|
|
noblacklist ${HOME}/.python_history
|
|
noblacklist ${HOME}/.pythonhist
|
|
|
|
# Rust
|
|
noblacklist ${HOME}/.cargo/config
|
|
noblacklist ${HOME}/.cargo/registry
|