From 72a2abee7a963bef52561766131e1b52a85409a3 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 26 Feb 2008 14:18:22 -0500 Subject: rename policy file --- data/ConsoleKit.policy | 48 ---------------------------------- data/org.freedesktop.consolekit.policy | 48 ++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 data/ConsoleKit.policy create mode 100644 data/org.freedesktop.consolekit.policy (limited to 'data') diff --git a/data/ConsoleKit.policy b/data/ConsoleKit.policy deleted file mode 100644 index e691b0b..0000000 --- a/data/ConsoleKit.policy +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - Stop the system - System policy prevents stopping the system - - no - yes - - - - - Stop the system when multiple users are logged in - System policy prevents stopping the when other users are logged in - - no - auth_admin - - - - - Restart the system - System policy prevents restarting the system - - no - yes - - - - - Restart the system when multiple users are logged in - System policy prevents restarting the system when other users are logged in - - no - auth_admin - - - - diff --git a/data/org.freedesktop.consolekit.policy b/data/org.freedesktop.consolekit.policy new file mode 100644 index 0000000..e691b0b --- /dev/null +++ b/data/org.freedesktop.consolekit.policy @@ -0,0 +1,48 @@ + + + + + + + + + Stop the system + System policy prevents stopping the system + + no + yes + + + + + Stop the system when multiple users are logged in + System policy prevents stopping the when other users are logged in + + no + auth_admin + + + + + Restart the system + System policy prevents restarting the system + + no + yes + + + + + Restart the system when multiple users are logged in + System policy prevents restarting the system when other users are logged in + + no + auth_admin + + + + -- cgit