Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3542110
By: hulder

This looks good. The problem must be within the powersave dbus config file then.
Please replace the content of /etc/dbus-1/system.d/powersave.conf with
the following:

-----------------------snip---------------------

<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd";>
<busconfig>

  <!-- This configuration file specifies the required security policies
       for the powersave daemone to work. -->

  <policy context="default">
     <deny own="com.novell.powersave"/>
     <deny own="com.novell.powersave.manager"/>
     <deny own="com.novell.powersave.request"/>
     <deny own="com.novell.powersave.action"/>
     <deny own="com.novell.powersave.scripts"/>
     <deny own="com.novell.powersave.admin"/>

     <allow send_interface="com.novell.powersave"/>
     <allow send_interface="com.novell.powersave.manager"/>
     <allow send_interface="com.novell.powersave.request"/>
     <allow send_interface="com.novell.powersave.action"/>

     <allow receive_interface="com.novell.powersave"/>
     <allow receive_interface="com.novell.powersave.manager"/>
     <allow receive_interface="com.novell.powersave.request"/>
     <allow receive_interface="com.novell.powersave.action"/>
  </policy>

  <!-- Only root is allowed to own the powersave service -->
  <policy user="root">
    <allow own="com.novell.powersave"/>
    <allow own="com.novell.powersave.manager"/>
    <allow own="com.novell.powersave.request"/>
    <allow own="com.novell.powersave.action"/>
    <allow own="com.novell.powersave.scripts"/>
    <allow own="com.novell.powersave.admin"/>

    <allow send_interface="com.novell.powersave"/>
    <allow send_interface="com.novell.powersave.manager"/>
    <allow send_interface="com.novell.powersave.request"/>
    <allow send_interface="com.novell.powersave.action"/>
    <allow send_interface="com.novell.powersave.scripts"/>
    <allow send_interface="com.novell.powersave.admin"/>

    <allow receive_interface="com.novell.powersave"/>
    <allow receive_interface="com.novell.powersave.manager"/>
    <allow receive_interface="com.novell.powersave.request"/>
    <allow receive_interface="com.novell.powersave.action"/>
    <allow receive_interface="com.novell.powersave.scripts"/>
    <allow receive_interface="com.novell.powersave.admin"/>
  </policy>

</busconfig>

-------------------------snip-------------------------------

Regards,
  Holger

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=424162
_______________________________________________
powersave-devel mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/powersave-devel

Reply via email to