mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
spectre-meltdown-checker: fixes (#5546)
This commit is contained in:
parent
5bb73dbcdd
commit
c350abfc71
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ blacklist ${RUNUSER}/wayland-*
|
|||
|
||||
noblacklist ${PATH}/mount
|
||||
noblacklist ${PATH}/umount
|
||||
noblacklist /proc/config.gz
|
||||
|
||||
# Allow perl (blacklisted by disable-interpreters.inc)
|
||||
include allow-perl.inc
|
||||
|
|
@ -41,7 +42,7 @@ x11 none
|
|||
|
||||
disable-mnt
|
||||
private
|
||||
private-bin awk,bzip2,cat,coreos-install,cpucontrol,cut,dd,dirname,dmesg,dnf,echo,grep,gunzip,gz,gzip,head,id,kldload,kldstat,liblz4-tool,lzop,mktemp,modinfo,modprobe,mount,nm,objdump,od,perl,printf,readelf,rm,sed,seq,sh,sort,spectre-meltdown-checker,spectre-meltdown-checker.sh,stat,strings,sysctl,tail,test,toolbox,tr,uname,which,xz-utils
|
||||
private-bin awk,basename,bzip2,cat,coreos-install,cpucontrol,cut,dd,dirname,dmesg,dnf,echo,grep,gunzip,gz,gzip,head,id,kldload,kldstat,liblz4-tool,lzop,mktemp,modinfo,modprobe,mount,nm,objdump,od,perl,printf,ps,readelf,rm,sed,seq,sh,sort,spectre-meltdown-checker,spectre-meltdown-checker.sh,stat,strings,sysctl,tail,test,toolbox,tr,uname,unzstd,which,xz-utils
|
||||
private-cache
|
||||
private-tmp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue