]> code.delx.au - pulseaudio/blob - src/daemon/org.pulseaudio.policy
507a2cb106e413e49b431ba55abb4f359f934820
[pulseaudio] / src / daemon / org.pulseaudio.policy
1 <?xml version="1.0" encoding="UTF-8"?><!--*-nxml-*-->
2 <!DOCTYPE policyconfig PUBLIC
3 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4 "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
5
6 <!-- $Id$ -->
7
8 <!--
9 This file is part of PulseAudio.
10
11 PulseAudio is free software; you can redistribute it and/or modify it
12 under the terms of the GNU Lesser General Public License as
13 published by the Free Software Foundation; either version 2.1 of the
14 License, or (at your option) any later version.
15
16 PulseAudio is distributed in the hope that it will be useful, but WITHOUT
17 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
18 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
19 Public License for more details.
20
21 You should have received a copy of the GNU Lesser General Public
22 License along with PulseAudio; if not, write to the Free Software
23 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
24 USA.
25 -->
26
27 <policyconfig>
28 <vendor>The PulseAudio Project</vendor>
29 <vendor_url>http://pulseaudio.org/</vendor_url>
30 <icon_name>audio-card</icon_name>
31
32 <action id="org.pulseaudio.acquire-real-time">
33 <description>Real-time scheduling for the PulseAudio daemon</description>
34 <message>System policy prevents PulseAudio from acquiring real-time scheduling.</message>
35 <defaults>
36 <allow_any>no</allow_any>
37 <allow_inactive>no</allow_inactive>
38 <allow_active>no</allow_active>
39 </defaults>
40 </action>
41
42 <action id="org.pulseaudio.acquire-high-priority">
43 <description>High-priority scheduling (negative Unix nice level) for the PulseAudio daemon</description>
44 <message>System policy prevents PulseAudio from acquiring high-priority scheduling.</message>
45 <defaults>
46 <allow_any>no</allow_any>
47 <allow_inactive>no</allow_inactive>
48 <allow_active>no</allow_active>
49 </defaults>
50 </action>
51
52 </policyconfig>