Files
Ikey Doherty 62da42dac6 swupd: Ensure we use sudo only when necessary
It may happen that python-swupd is used in an EUID 0 root process, as such
running sudo is not appropriate. With this change, we introduce a command
builder that will insert sudo as appropriate, depending on the current
EUID.

Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2016-07-27 17:17:32 +01:00
..