canonical / canonical/script-exporter-operator
Change the path of script-exporter-script
Open
good first issue
Status: Triage
Type: Enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
### Enhancement Proposal
Usually the `/etc/` folder is for configuration and not binaries. Although the binary is a charm config that ends up at `/etc/script-exporter-script`, IMO it's not the adequate place for it. Placing executables in `/etc/` can lead to unexpected privilege escalation or security vulnerabilities.
Maybe placing it at /opt/ or /usr/bin/ can be more adequate.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.