aboutsummaryrefslogtreecommitdiffstats
path: root/etc/allow-common-devel.inc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-01-25 22:18:04 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-25 22:18:04 +0000
commitebe7dca1c0d0422ac38f4689ae13a2f8af847b20 (patch)
tree9767f67f657825953c38bdd69d19de29afbe1ed8 /etc/allow-common-devel.inc
parentblacklist gjs in disable-interpreters (#3186) (diff)
downloadfirejail-ebe7dca1c0d0422ac38f4689ae13a2f8af847b20.tar.gz
firejail-ebe7dca1c0d0422ac38f4689ae13a2f8af847b20.tar.zst
firejail-ebe7dca1c0d0422ac38f4689ae13a2f8af847b20.zip
allow-*.local customizations (#3187)
* local customizations for allow-common-devel.inc * local customizations for allow-java.inc * local customizations for allow-lua.inc * local customizations for allow-perl.inc * local customizations for allow-python2.inc * local customizations for allow-python3.inc * local customizations for allow-ruby.inc
Diffstat (limited to 'etc/allow-common-devel.inc')
-rw-r--r--etc/allow-common-devel.inc16
1 files changed, 10 insertions, 6 deletions
diff --git a/etc/allow-common-devel.inc b/etc/allow-common-devel.inc
index 1d794462c..63174eda6 100644
--- a/etc/allow-common-devel.inc
+++ b/etc/allow-common-devel.inc
@@ -1,17 +1,21 @@
1# Rust 1# This file is overwritten during software install.
2noblacklist ${HOME}/.cargo/config 2# Persistent customizations should go in a .local file.
3noblacklist ${HOME}/.cargo/registry 3include allow-common-devel.local
4 4
5# Git 5# Git
6noblacklist ${HOME}/.config/git 6noblacklist ${HOME}/.config/git
7noblacklist ${HOME}/.gitconfig 7noblacklist ${HOME}/.gitconfig
8noblacklist ${HOME}/.git-credentials 8noblacklist ${HOME}/.git-credentials
9 9
10# Java
11noblacklist ${HOME}/.gradle
12noblacklist ${HOME}/.java
13
10# Python 14# Python
11noblacklist ${HOME}/.python-history 15noblacklist ${HOME}/.python-history
12noblacklist ${HOME}/.python_history 16noblacklist ${HOME}/.python_history
13noblacklist ${HOME}/.pythonhist 17noblacklist ${HOME}/.pythonhist
14 18
15# Java 19# Rust
16noblacklist ${HOME}/.gradle 20noblacklist ${HOME}/.cargo/config
17noblacklist ${HOME}/.java 21noblacklist ${HOME}/.cargo/registry