Kaydet (Commit) 24cf61f0 authored tarafından Bahadır Kandemir's avatar Bahadır Kandemir

Set UID to 0, DBus needs it

üst 81be150b
......@@ -424,6 +424,7 @@ def mount(part, args):
#
def startDBus():
os.setuid(0)
ui.info("Starting DBus...")
if not os.path.exists("/var/lib/dbus/machine-id"):
run("/usr/bin/dbus-uuidgen", "--ensure")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment