BeyondCodeBootcamp / BeyondCodeBootcamp/DuckDNS.sh
security(minor): chmod 0700 ~/.config/duckdns.sh
Open
- Dominant language
- Shell
- Stars
- 32
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When we create the directories we should change the permissions to be more strict.
```sh
chmod 0700 ~/.config/duckdns.sh
chmod 0600 ~/.config/duckdns.sh/*.env
```
In most cases people will use this on single-user systems, so it's not _that_ big of a deal, but it's a nice thing to do for when someone serves up their home directory, y'know.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.