/etc/system-image/config.d created with too restricted permissions
Bug #1454447 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu system image |
Fix Released
|
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://qastaging/~barry/ubuntu-system-image/lp1454447
- Steve Langasek: Pending requested
-
Diff: 93 lines (+49/-6)2 files modifiedlib/systemimage/tests/test_tools.py (+39/-0)
lib/systemimage/tools.py (+10/-6)
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.