mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
shuffle
https://forums.whonix.org/t/restrict-hardware-information-to-root/7329/80
This commit is contained in:
parent
28a440091d
commit
b05663c5f6
@ -23,12 +23,12 @@ create_whitelist() {
|
||||
fi
|
||||
|
||||
if grep -q "${1}" /etc/group; then
|
||||
chmod o-rwx "${whitelist_path}"
|
||||
|
||||
## Changing the permissions of /sys recursively
|
||||
## causes errors as the permissions of /sys/kernel/debug
|
||||
## and /sys/fs/cgroup cannot be changed.
|
||||
chgrp -fR "${1}" "${whitelist_path}" || true
|
||||
|
||||
chmod o-rwx "${whitelist_path}"
|
||||
else
|
||||
echo "ERROR: The ${1} group does not exist, the ${1} whitelist was not created."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user