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