Update tech support protected paths: remove root/.lnd, sparrow, bisq; add /home
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/c1303e8b-ff51-4951-b64c-2162d9e9a805 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
159238f4f8
commit
2a105edf04
@@ -80,13 +80,10 @@ WALLET_UNLOCK_DURATION_DEFAULT = 3600 # seconds (1 hour)
|
||||
|
||||
# Wallet paths protected by default from the support user
|
||||
PROTECTED_WALLET_PATHS: list[str] = [
|
||||
"/var/lib/lnd",
|
||||
"/root/.lnd",
|
||||
"/var/lib/sparrow",
|
||||
"/root/.sparrow",
|
||||
"/root/.bisq",
|
||||
"/etc/nix-bitcoin-secrets",
|
||||
"/var/lib/bitcoind",
|
||||
"/var/lib/lnd",
|
||||
"/home",
|
||||
]
|
||||
|
||||
CATEGORY_ORDER = [
|
||||
|
||||
Reference in New Issue
Block a user