mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-22 08:50:36 -04:00
Merge pull request #34 from madaidan/whitelist
Add a whitelist for /sys and /proc/cpuinfo
This commit is contained in:
commit
8a42c5b023
4 changed files with 67 additions and 1 deletions
8
etc/hide-hardware-info.d/30_whitelist.conf
Normal file
8
etc/hide-hardware-info.d/30_whitelist.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
## Copyright (C) 2012 - 2018 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
## Disable the /sys whitelist.
|
||||
#sysfs_whitelist=0
|
||||
|
||||
## Disable the /proc/cpuinfo whitelist.
|
||||
#cpuinfo_whitelist=0
|
Loading…
Add table
Add a link
Reference in a new issue