Merge pull request #34 from madaidan/whitelist

Add a whitelist for /sys and /proc/cpuinfo
This commit is contained in:
Patrick Schleizer 2019-10-17 09:59:12 +00:00 committed by GitHub
commit 8a42c5b023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 67 additions and 1 deletions

View 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