default permissions for $CHARM_DIR
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
High
|
Dave Cheney |
Bug Description
Please default charm directory permissions to 755 (or at least 711) instead of 700.
Charm directories are owned by root and default to 700. This causes problems for some charms that run as non-root users, but try to read files from the charm directory (nrpe).
related to https:/
---
ubuntu@
total 32
drwxr-xr-x 4 root root 4096 Aug 12 18:05 .
drwxr-xr-x 5 root root 4096 Aug 12 18:04 ..
-rw------- 1 root root 13089 Aug 12 18:02 agent.conf
drwx------ 7 root root 4096 Aug 12 18:05 charm
drwxr-xr-x 5 root root 4096 Aug 12 18:05 state
ubuntu@
total 32
drwxr-xr-x 4 root root 4096 Aug 12 18:05 .
drwxr-xr-x 5 root root 4096 Aug 12 18:04 ..
-rw------- 1 root root 13087 Aug 12 18:04 agent.conf
drwx------ 6 root root 4096 Aug 12 18:05 charm
drwxr-xr-x 5 root root 4096 Aug 12 18:05 state
Changed in juju-core: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Dave Cheney (dave-cheney) |