aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-10-13 18:17:59 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-10-13 18:17:59 +0200
commit973247449c462fe62d066a31ad4ac7cee1330786 (patch)
treeecfb53c5f1df1e95a59fb6c8a9dcfbeddc024a9b
parentadd tracelog to some profiles (diff)
downloadfirejail-973247449c462fe62d066a31ad4ac7cee1330786.tar.gz
firejail-973247449c462fe62d066a31ad4ac7cee1330786.tar.zst
firejail-973247449c462fe62d066a31ad4ac7cee1330786.zip
harden pandoc & shellcheck
-rw-r--r--etc/pandoc.profile1
-rw-r--r--etc/shellcheck.profile3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/pandoc.profile b/etc/pandoc.profile
index 788324855..8c9c1e818 100644
--- a/etc/pandoc.profile
+++ b/etc/pandoc.profile
@@ -45,6 +45,7 @@ disable-mnt
45private-bin context,latex,mktexfmt,pandoc,pdflatex,pdfroff,prince,weasyprint,wkhtmltopdf 45private-bin context,latex,mktexfmt,pandoc,pdflatex,pdfroff,prince,weasyprint,wkhtmltopdf
46private-cache 46private-cache
47private-dev 47private-dev
48rivate-etc alternatives,texlive
48private-tmp 49private-tmp
49 50
50memory-deny-write-execute 51memory-deny-write-execute
diff --git a/etc/shellcheck.profile b/etc/shellcheck.profile
index da5b4258b..2fcd69d3b 100644
--- a/etc/shellcheck.profile
+++ b/etc/shellcheck.profile
@@ -21,6 +21,7 @@ include whitelist-var-common.inc
21 21
22caps.drop all 22caps.drop all
23ipc-namespace 23ipc-namespace
24machine-id
24net none 25net none
25no3d 26no3d
26nodbus 27nodbus
@@ -35,8 +36,10 @@ novideo
35protocol unix 36protocol unix
36seccomp 37seccomp
37shell none 38shell none
39tracelog
38x11 none 40x11 none
39 41
42private-cache
40private-dev 43private-dev
41private-tmp 44private-tmp
42 45