aboutsummaryrefslogtreecommitdiffstats
path: root/etc/code.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2019-04-24 12:25:36 -0400
committerLibravatar Tad <tad@spotco.us>2019-04-24 12:25:36 -0400
commit590f661715c991af40fb2de8b5bfe3b2bf2a606c (patch)
tree2903a2dea16c9f3e8fe5b257ed6859189c405c4f /etc/code.profile
parentMerge branch 'master' of github.com:netblue30/firejail (diff)
downloadfirejail-590f661715c991af40fb2de8b5bfe3b2bf2a606c.tar.gz
firejail-590f661715c991af40fb2de8b5bfe3b2bf2a606c.tar.zst
firejail-590f661715c991af40fb2de8b5bfe3b2bf2a606c.zip
Revert "Merge branch 'master' of github.com:netblue30/firejail"
Diffstat (limited to 'etc/code.profile')
-rw-r--r--etc/code.profile47
1 files changed, 46 insertions, 1 deletions
diff --git a/etc/code.profile b/etc/code.profile
index 04eb6aff4..16678459e 100644
--- a/etc/code.profile
+++ b/etc/code.profile
@@ -1 +1,46 @@
1]0;firejail /usr/bin/meld ./etc/code_LOCAL_29017.profile ./etc/code_BASE_29017.profile ./etc/code_REMOTE_29017.profile  \ No newline at end of file 1# Firejail profile for Visual Studio Code
2# This file is overwritten after every install/update
3# Persistent local customizations
4include code.local
5# Persistent global definitions
6include globals.local
7
8noblacklist ${HOME}/.cargo/config
9noblacklist ${HOME}/.cargo/registry
10noblacklist ${HOME}/.config/Code
11noblacklist ${HOME}/.config/Code - OSS
12noblacklist ${HOME}/.config/git
13noblacklist ${HOME}/.gitconfig
14noblacklist ${HOME}/.git-credentials
15noblacklist ${HOME}/.pythonrc.py
16noblacklist ${HOME}/.vscode
17noblacklist ${HOME}/.vscode-oss
18
19include disable-common.inc
20include disable-passwdmgr.inc
21include disable-programs.inc
22
23caps.drop all
24net none
25netfilter
26nodvd
27nogroups
28nonewprivs
29noroot
30nosound
31notv
32nou2f
33novideo
34protocol unix,inet,inet6,netlink
35seccomp
36shell none
37
38private-cache
39private-dev
40private-tmp
41
42# Disabling noexec ${HOME} for now since it will
43# probably interfere with running some programmes
44# in VS Code
45# noexec ${HOME}
46noexec /tmp