mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 22:46:40 +01:00
This changes file reation mode on admin macaroon from 0600 to 0640. The reason is to make permission management easier. Closes #4385 **Is this safe?** Yes, it is. Assuming a reasonably secure Linux system, it will have a separate group for each user. E.g. a new user `lnd` gets assigned group `lnd` which nothing else belongs to. A system that does not do this is inherently broken already. Since there is no other user in the group, no other user can read admin macaroon unless the administrator explicitly allowed it. Thus there's no harm allowing group read. |
||
---|---|---|
.. | ||
grpc | ||
release-notes | ||
rest | ||
code_contribution_guidelines.md | ||
configuring_tor.md | ||
debugging_lnd.md | ||
DOCKER.md | ||
etcd.md | ||
fuzz.md | ||
INSTALL.md | ||
key_import.md | ||
leader_election.md | ||
macaroons.md | ||
MAKEFILE.md | ||
nat_traversal.md | ||
psbt.md | ||
recovery.md | ||
release.md | ||
ruby-thing.rb | ||
safety.md | ||
wallet.md | ||
watchtower.md |