aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-03 23:28:19 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-03 23:28:19 +0000
commit64b843d9d0fc37f559fbaf9a6bad0d3975919450 (patch)
tree6d6e87ac2a1115226c23a00d378def0675ea831f
parentMinor firecfg.config updates (diff)
downloadfirejail-64b843d9d0fc37f559fbaf9a6bad0d3975919450.tar.gz
firejail-64b843d9d0fc37f559fbaf9a6bad0d3975919450.tar.zst
firejail-64b843d9d0fc37f559fbaf9a6bad0d3975919450.zip
Fix regextester (#2508)
Fixed the profile as per comments in https://github.com/netblue30/firejail/pull/2488.
-rw-r--r--etc/regextester.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/regextester.profile b/etc/regextester.profile
index bbd4560e2..ff983df3f 100644
--- a/etc/regextester.profile
+++ b/etc/regextester.profile
@@ -22,7 +22,7 @@ ipc-namespace
22machine-id 22machine-id
23net none 23net none
24no3d 24no3d
25nodbus 25# nodbus - makes settings immutable
26nodvd 26nodvd
27nogroups 27nogroups
28nonewprivs 28nonewprivs
@@ -47,3 +47,6 @@ private-tmp
47memory-deny-write-execute 47memory-deny-write-execute
48noexec ${HOME} 48noexec ${HOME}
49noexec /tmp 49noexec /tmp
50
51# never write anything
52read-only ${HOME}