summaryrefslogtreecommitdiffstats
path: root/etc/shellcheck.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/shellcheck.profile')
-rw-r--r--etc/shellcheck.profile39
1 files changed, 39 insertions, 0 deletions
diff --git a/etc/shellcheck.profile b/etc/shellcheck.profile
new file mode 100644
index 000000000..6827b0baf
--- /dev/null
+++ b/etc/shellcheck.profile
@@ -0,0 +1,39 @@
1# Firejail profile for shellcheck
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include /etc/firejail/shellcheck.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-programs.inc
16include /etc/firejail/disable-xdg.inc
17
18caps.drop all
19ipc-namespace
20net none
21no3d
22nodbus
23nodvd
24nogroups
25nonewprivs
26noroot
27nosound
28notv
29novideo
30protocol unix
31seccomp
32shell none
33
34private-dev
35private-tmp
36
37memory-deny-write-execute
38noexec ${HOME}
39noexec /tmp