Replace .bigbrother with .implant in all identity strings — avoid tool name exposure on fresh flash
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ from pathlib import Path
|
||||
logger = logging.getLogger("sensor.state")
|
||||
|
||||
_DEFAULT_DB = os.path.join(
|
||||
os.path.expanduser("~"), ".bigbrother", "state.db"
|
||||
os.path.expanduser("~"), ".implant", "state.db"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user