mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-03-09 20:30:23 +07:00
comment
This commit is contained in:
parent
3382192b89
commit
a1819e8cab
@ -8,4 +8,5 @@
|
||||
#cpuinfo_whitelist=0
|
||||
|
||||
## Disable selinux mode.
|
||||
## https://www.whonix.org/wiki/Security-misc#selinux
|
||||
#selinux=0
|
||||
|
@ -7,6 +7,8 @@ set -e
|
||||
|
||||
sysfs_whitelist=1
|
||||
cpuinfo_whitelist=1
|
||||
|
||||
## https://www.whonix.org/wiki/Security-misc#selinux
|
||||
selinux=1
|
||||
|
||||
shopt -s nullglob
|
||||
@ -78,6 +80,8 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
## https://www.whonix.org/wiki/Security-misc#selinux
|
||||
##
|
||||
## on SELinux systems, at least /sys/fs/selinux
|
||||
## must be visible to unprivileged users, else
|
||||
## SELinux userspace utilities will not function
|
||||
|
Loading…
Reference in New Issue
Block a user