juju logs should allow 'adm' group read access
Bug #1679479 reported by
Haw Loeung
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Wishlist
|
Nam Nguyen |
Bug Description
Hi,
Currently, the permissions for juju logs are as follows:
| -rw------- 1 syslog syslog 264329978 Apr 4 04:38 machine-0.log
| -rw------- 1 syslog syslog 25797037 Apr 4 04:43 unit-ntp-0.log
| -rw------- 1 syslog syslog 25361028 Apr 4 04:38 unit-ubuntu-0.log
Any chance we could allow users in %adm read access saving an extra "sudo" step? e.g.
| -rw-r----- 1 syslog adm 264329978 Apr 4 04:38 machine-0.log
| -rw-r----- 1 syslog adm 25797037 Apr 4 04:43 unit-ntp-0.log
| -rw-r----- 1 syslog adm 25361028 Apr 4 04:38 unit-ubuntu-0.log
Thanks,
Haw
Changed in juju: | |
status: | New → Triaged |
tags: | added: bitesize logging talisman |
Changed in juju: | |
assignee: | nobody → Nam Nguyen (nammn) |
milestone: | none → 2.7-beta1 |
Changed in juju: | |
milestone: | 2.7-beta1 → 2.7-rc1 |
Changed in juju: | |
milestone: | none → 2.7-beta1 |
To post a comment you must log in.
pr https:/ /github. com/juju/ juju/pull/ 10699