/etc/system-image/config.d created with too restricted permissions
Bug #1454447 reported by
Barry Warsaw
on 2015-05-12
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Ubuntu system image |
High
|
Barry Warsaw | ||
Bug Description
You want to be able to do `system-image-cli --info` as non-root on a si 3.0 system, however this fails with a permission problem because /etc/system-
I'm not sure this can be changed after the fact by a system image update. I may have to fix it on the server for new installs and tweak the permissions in the client for existing installs.
Related branches
lp:~barry/ubuntu-system-image/lp1454447
- Steve Langasek: Pending requested 2015-05-15
-
Diff: 93 lines (+49/-6)2 files modifiedlib/systemimage/tests/test_tools.py (+39/-0)
lib/systemimage/tools.py (+10/-6)
| Barry Warsaw (barry) wrote : | #1 |
| tags: | added: client server |
| Changed in ubuntu-system-image: | |
| status: | New → Triaged |
| importance: | Undecided → Critical |
| assignee: | nobody → Barry Warsaw (barry) |
| importance: | Critical → High |
Barry Warsaw (barry)
on 2015-05-21
| Changed in ubuntu-system-image: | |
| status: | Triaged → Fix Released |
To post a comment you must log in.

Note that this isn't a critical bug for functionality, since system-image-dbus always runs as root (it's a system service). It's just inconvenient for command line use.