Default UNIX permissions on ~/.abra/servers are too open #580
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thanks @voltrate for the report.
Default UNIX permissions on
~/.abra/servers
are644
, which means other system users can read files there. Given that some recipes store secrets in.env
files, this may not be ideal. Changing to600
seems like it would improve security, for no reduction in usability that I can think of.Woops,
abra
needs+x
to create subdirs like~/.abra/servers/foo
. I changed it to0700
.We can keepWow, got that wrong again, even subdirs need0600
for subdirs because we only have.env
files there afterwards. See #599 for more chaos 🤸0700
8a3be01c3e