aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-07-17 19:05:40 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-07-18 09:36:20 +0200
commit26aa2f91f92c5cc50136c04293c834f2f6a5bacd (patch)
tree181069b72f38f981ba208b5f017158863b998967
parentHarden gnome-schedule (diff)
downloadfirejail-26aa2f91f92c5cc50136c04293c834f2f6a5bacd.tar.gz
firejail-26aa2f91f92c5cc50136c04293c834f2f6a5bacd.tar.zst
firejail-26aa2f91f92c5cc50136c04293c834f2f6a5bacd.zip
use allow-debuggers in spectre-meltdown-checker
-rw-r--r--etc/spectre-meltdown-checker.profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/spectre-meltdown-checker.profile b/etc/spectre-meltdown-checker.profile
index ca2c2b435..cb4a74e11 100644
--- a/etc/spectre-meltdown-checker.profile
+++ b/etc/spectre-meltdown-checker.profile
@@ -6,8 +6,6 @@ include spectre-meltdown-checker.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9# sudo firejail --allow-debuggers spectre-meltdown-checker
10
11noblacklist ${PATH}/mount 9noblacklist ${PATH}/mount
12noblacklist ${PATH}/umount 10noblacklist ${PATH}/umount
13 11
@@ -24,6 +22,7 @@ include disable-xdg.inc
24 22
25include whitelist-var-common.inc 23include whitelist-var-common.inc
26 24
25allow-debuggers
27caps.keep sys_rawio 26caps.keep sys_rawio
28ipc-namespace 27ipc-namespace
29net none 28net none