diff --git a/src/bigbrother/ministry/ofdisk.py b/src/bigbrother/ministry/ofdisk.py index b32dd3c5..e09f0c2b 100644 --- a/src/bigbrother/ministry/ofdisk.py +++ b/src/bigbrother/ministry/ofdisk.py @@ -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]: