aboutsummaryrefslogtreecommitdiffstats
path: root/etc/patch.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-07-24 21:29:15 -0400
committerLibravatar Tad <tad@spotco.us>2018-07-24 21:29:15 -0400
commita063ddc59e0eb5f61263af984b9a7478924cd2f2 (patch)
tree646de78ebf19105a328035a716bbc1f8c5ba6f3d /etc/patch.profile
parentFew disable-xdg.inc fixes (diff)
downloadfirejail-a063ddc59e0eb5f61263af984b9a7478924cd2f2.tar.gz
firejail-a063ddc59e0eb5f61263af984b9a7478924cd2f2.tar.zst
firejail-a063ddc59e0eb5f61263af984b9a7478924cd2f2.zip
Add profile for patch and shellcheck
Diffstat (limited to 'etc/patch.profile')
-rw-r--r--etc/patch.profile39
1 files changed, 39 insertions, 0 deletions
diff --git a/etc/patch.profile b/etc/patch.profile
new file mode 100644
index 000000000..3e8045bd4
--- /dev/null
+++ b/etc/patch.profile
@@ -0,0 +1,39 @@
1# Firejail profile for patch
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include /etc/firejail/patch.local
6# Persistent global definitions
7include /etc/firejail/globals.local
8
9noblacklist ${DOCUMENTS}
10
11include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-devel.inc
13include /etc/firejail/disable-interpreters.inc
14include /etc/firejail/disable-passwdmgr.inc
15include /etc/firejail/disable-xdg.inc
16
17caps.drop all
18ipc-namespace
19net none
20no3d
21nodbus
22nodvd
23nogroups
24nonewprivs
25noroot
26nosound
27notv
28novideo
29protocol unix
30seccomp
31shell none
32
33private-bin patch,red
34private-dev
35private-lib
36
37memory-deny-write-execute
38noexec ${HOME}
39noexec /tmp