This commit is contained in:
Patrick Schleizer 2021-03-01 09:15:44 -05:00
parent 3382192b89
commit a1819e8cab
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48
2 changed files with 5 additions and 0 deletions

View File

@ -8,4 +8,5 @@
#cpuinfo_whitelist=0
## Disable selinux mode.
## https://www.whonix.org/wiki/Security-misc#selinux
#selinux=0

View File

@ -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