ignore another python path in big brother disk ministry
This commit is contained in:
parent
d388bba646
commit
ed6e2d05b4
@ -25,7 +25,7 @@ def detect_disk_access(info):
|
||||
|
||||
if '/dev/null' == info[0]: return
|
||||
|
||||
whitelist = [identify_home(), 'onionr/src/', '/site-packages/', '/usr/lib64/']
|
||||
whitelist = [identify_home(), 'onionr/src/', '/site-packages/', '/usr/lib64/', '/usr/local/lib/python']
|
||||
|
||||
for item in whitelist:
|
||||
if item in info[0]:
|
||||
|
Loading…
Reference in New Issue
Block a user