Permissions on /var/log/trove, and /var/cache/trove directories are incorrect
Bug #1308943 reported by
Nikhil Manchanda
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-trove (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Trusty |
Triaged
|
High
|
Unassigned | ||
Utopic |
Fix Released
|
High
|
Unassigned |
Bug Description
When the trove packages are installed, the /var/log/trove, and /var/cache/trove are created.
These directories need to be rwx by the trove user, but this is not the case.
Current permissions:
$ ls -al /var/log/trove
d------r-x 2 trove adm 4096 Apr 16 03:24 .
drwxrwxr-x 13 root syslog 4096 Apr 17 00:15 ..
Expected permissions:
$ ls -al /var/log/trove
drwxr-x--- 2 trove adm 4096 Apr 16 03:24 .
drwxrwxr-x 13 root syslog 4096 Apr 17 00:15 ..
Related branches
Changed in openstack-trove (Ubuntu Utopic): | |
importance: | Undecided → High |
Changed in openstack-trove (Ubuntu Trusty): | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in openstack-trove (Ubuntu Utopic): | |
status: | Confirmed → Triaged |
Changed in openstack-trove (Ubuntu Utopic): | |
status: | Triaged → Fix Committed |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.