aboutsummaryrefslogtreecommitdiffstats
path: root/etc/disable-common.inc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-22 13:04:24 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-22 13:04:24 +0200
commit8dfe3eb5656e17af51d700038cb2bc29a9a53a0c (patch)
tree4b98edf23ce15da6c67ee928465773505bfcfac2 /etc/disable-common.inc
parentEnable private-bin in transmission-daemon (diff)
downloadfirejail-8dfe3eb5656e17af51d700038cb2bc29a9a53a0c.tar.gz
firejail-8dfe3eb5656e17af51d700038cb2bc29a9a53a0c.tar.zst
firejail-8dfe3eb5656e17af51d700038cb2bc29a9a53a0c.zip
various fixes and improvements
- install contrib/syscalls.sh - add GitLab-CI status to README.md - read-only ${HOME}/.cargo/env - move blacklist ${HOME}/.cargo/registry, ${HOME}/.cargo/config to disable-programs - typo in man firejail firejail-profiles firecfg - better descriptions in man firejail-profiles - fixes in man firejail - template descriptions in firejail-profiles
Diffstat (limited to 'etc/disable-common.inc')
-rw-r--r--etc/disable-common.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index e1762719f..5fc65193a 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -284,8 +284,7 @@ read-only ${HOME}/bin
284read-only ${HOME}/.bin 284read-only ${HOME}/.bin
285read-only ${HOME}/.local/bin 285read-only ${HOME}/.local/bin
286read-only ${HOME}/.cargo/bin 286read-only ${HOME}/.cargo/bin
287blacklist ${HOME}/.cargo/registry 287read-only ${HOME}/.cargo/env
288blacklist ${HOME}/.cargo/config
289 288
290# Write-protection for desktop entries 289# Write-protection for desktop entries
291read-only ${HOME}/.config/menus 290read-only ${HOME}/.config/menus