Mailinglist Archive: opensuse-bugs (14787 mails)

< Previous Next >
[Bug 220265] New: resmgr not functional after restarting PolicyKit
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sun, 12 Nov 2006 07:36:00 -0700 (MST)
  • Message-id: <bug-220265-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=220265

Summary: resmgr not functional after restarting PolicyKit
Product: openSUSE 10.2
Version: Beta 2
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Security
AssignedTo: lnussel@xxxxxxxxxx
ReportedBy: hmacht@xxxxxxxxxx
QAContact: qa@xxxxxxx
CC: thoenig@xxxxxxxxxx


When restarting the PolicyKit daemon (rcpolkit restart), it somehow loses it's
permissions. After restarting resmgr (rcresmgr restart), everything works as
again as expected. The same happens when restarting dbus. So it seems that
resmgr is not able to successfully reconnect to the D-Bus daemon.

root@homac2:~ # polkit-is-privileged -v -u hmacht -p hal-power-cpufreq
user = 'hmacht'
privilege = 'hal-power-cpufreq'
resource = '(null)'
result 0
is_allowed 1
root@homac2:~ # rcpolicykitd restart
Shutting down PolicyKit done
Starting PolicyKit daemon done
root@homac2:~ # polkit-is-privileged -v -u hmacht -p hal-power-cpufreq
user = 'hmacht'
privilege = 'hal-power-cpufreq'
resource = '(null)'
result 0
is_allowed 0
root@homac2:~ # rcresmgr restart
Shutting down resource manager done
Starting resource manager done
root@homac2:~ # polkit-is-privileged -v -u hmacht -p hal-power-cpufreq
user = 'hmacht'
privilege = 'hal-power-cpufreq'
resource = '(null)'
result 0
is_allowed 1


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >