policy: Remove policy for removed features

This commit is contained in:
Bastien Nocera 2013-10-10 12:09:35 +02:00
parent e981026d99
commit ababfa2aaf
3 changed files with 0 additions and 45 deletions

View file

@ -1,7 +1,6 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
[encoding: UTF-8]
policy/org.freedesktop.upower.policy.in
policy/org.freedesktop.upower.qos.policy.in
src/up-main.c
tools/up-tool.c

View file

@ -1,6 +1,5 @@
polkit_policydir = $(datadir)/polkit-1/actions
polkit_policy_DATA = \
org.freedesktop.upower.policy \
org.freedesktop.upower.qos.policy
# You will need a recent intltool or the patch from this bug
@ -8,11 +7,9 @@ polkit_policy_DATA = \
@INTLTOOL_POLICY_RULE@
EXTRA_DIST = \
org.freedesktop.upower.policy.in \
org.freedesktop.upower.qos.policy.in
DISTCLEANFILES = \
org.freedesktop.upower.policy \
org.freedesktop.upower.qos.policy
clean-local :

View file

@ -1,41 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
<!--
Policy definitions for UPower
Copyright (c) 2008 David Zeuthen <david@fubar.dk>
Copyright (c) 2008-2010 Richard Hughes <richard@hughsie.com>
NOTE: If you make changes to this file, make sure to validate the file
using the polkit-policy-file-validate(1) tool. Changes made to this
file are instantly applied.
-->
<policyconfig>
<vendor>The UPower Project</vendor>
<vendor_url>http://upower.freedesktop.org/</vendor_url>
<icon_name>system-suspend</icon_name>
<action id="org.freedesktop.upower.suspend">
<_description>Suspend the system</_description>
<_message>Authentication is required to suspend the system</_message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
<action id="org.freedesktop.upower.hibernate">
<_description>Hibernate the system</_description>
<_message>Authentication is required to hibernate the system</_message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
</policyconfig>