ignore another python path in big brother disk ministry

This commit is contained in:
Kevin F 2022-02-10 17:37:58 -06:00
parent d388bba646
commit ed6e2d05b4
1 changed files with 1 additions and 1 deletions

View File

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