aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2019-02-07 18:09:05 -0500
committerLibravatar Tad <tad@spotco.us>2019-02-07 18:09:05 -0500
commit4bb7dee499f78f312f6abf37ca64b5e0087f28a2 (patch)
tree763baa64489dc132aec547b802bd670688ad6649 /etc
parentmove more copyright statements to 2019 (diff)
downloadfirejail-4bb7dee499f78f312f6abf37ca64b5e0087f28a2.tar.gz
firejail-4bb7dee499f78f312f6abf37ca64b5e0087f28a2.tar.zst
firejail-4bb7dee499f78f312f6abf37ca64b5e0087f28a2.zip
small changes
- merges - klavaro nitpick - vscodium alias for code, from ParrotSec downstream fork
Diffstat (limited to 'etc')
-rw-r--r--etc/code.profile1
-rw-r--r--etc/disable-programs.inc1
-rw-r--r--etc/klavaro.profile2
-rw-r--r--etc/vscodium.profile8
4 files changed, 11 insertions, 1 deletions
diff --git a/etc/code.profile b/etc/code.profile
index 6528b63ff..293308187 100644
--- a/etc/code.profile
+++ b/etc/code.profile
@@ -6,6 +6,7 @@ include code.local
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.vscode 8noblacklist ${HOME}/.vscode
9noblacklist ${HOME}/.vscode-oss
9noblacklist ${HOME}/.config/Code 10noblacklist ${HOME}/.config/Code
10 11
11include disable-common.inc 12include disable-common.inc
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index c62524175..32c3ddb07 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -28,6 +28,7 @@ blacklist ${HOME}/.Steampid
28blacklist ${HOME}/.TelegramDesktop 28blacklist ${HOME}/.TelegramDesktop
29blacklist ${HOME}/.ViberPC 29blacklist ${HOME}/.ViberPC
30blacklist ${HOME}/.VirtualBox 30blacklist ${HOME}/.VirtualBox
31blacklist ${HOME}/.VSCodium
31blacklist ${HOME}/.WebStorm* 32blacklist ${HOME}/.WebStorm*
32blacklist ${HOME}/.Wolfram Research 33blacklist ${HOME}/.Wolfram Research
33blacklist ${HOME}/.ZAP 34blacklist ${HOME}/.ZAP
diff --git a/etc/klavaro.profile b/etc/klavaro.profile
index fe0bd1556..890cde3db 100644
--- a/etc/klavaro.profile
+++ b/etc/klavaro.profile
@@ -42,7 +42,7 @@ shell none
42tracelog 42tracelog
43 43
44disable-mnt 44disable-mnt
45private-bin klavaro,tclsh,tclsh* 45private-bin klavaro,tclsh,tclsh*,bash
46private-cache 46private-cache
47private-dev 47private-dev
48private-etc fonts 48private-etc fonts
diff --git a/etc/vscodium.profile b/etc/vscodium.profile
new file mode 100644
index 000000000..954510113
--- /dev/null
+++ b/etc/vscodium.profile
@@ -0,0 +1,8 @@
1# Firejail profile alias for Visual Studio Code
2# This file is overwritten after every install/update
3
4
5noblacklist ${HOME}/.VSCodium
6
7# Redirect
8include code.profile