diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-08-20 19:48:08 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-08-20 19:48:08 -0400 |
commit | f0fb2d1cfd0f0ea3ad922175e895a9e751498a03 (patch) | |
tree | 53a0d3ac526a9eada70bfa7c21b58045cde8bf15 /data | |
parent | cb445f89d64d2171c1050dbf8ba1280f2260bc9c (diff) | |
download | ConsoleKit2-f0fb2d1cfd0f0ea3ad922175e895a9e751498a03.tar.gz |
allow calling method SetIdleHint by default
Diffstat (limited to 'data')
-rw-r--r-- | data/ConsoleKit.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/ConsoleKit.conf b/data/ConsoleKit.conf index dbe29f8..710d32a 100644 --- a/data/ConsoleKit.conf +++ b/data/ConsoleKit.conf @@ -91,6 +91,8 @@ send_member="GetIdleHint"/> <allow send_interface="org.freedesktop.ConsoleKit.Session" send_member="GetIdleSinceHint"/> + <allow send_interface="org.freedesktop.ConsoleKit.Session" + send_member="SetIdleHint"/> </policy> </busconfig> |