~ubuntu-branches/ubuntu/oneiric/pulseaudio/oneiric

« back to all changes in this revision

Viewing changes to src/daemon/PulseAudio.policy

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mto: (1.15.1 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071204005608-3lzrrrpxi186kgx4
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
29
  <action id="org.pulseaudio.acquire-real-time">
 
30
    <description>Real-time scheduling for the PulseAudio daemon</description>
 
31
    <message>System policy prevents PulseAudio from acquiring real-time scheduling.</message>
 
32
    <defaults>
 
33
      <allow_any>no</allow_any>
 
34
      <allow_inactive>no</allow_inactive>
 
35
      <allow_active>auth_admin_keep_always</allow_active>
 
36
    </defaults>
 
37
  </action>
 
38
 
 
39
  <action id="org.pulseaudio.acquire-high-priority">
 
40
    <description>High-priority scheduling (negative Unix nice level) for the PulseAudio daemon</description>
 
41
    <message>System policy prevents PulseAudio from acquiring high-priority scheduling.</message>
 
42
    <defaults>
 
43
      <allow_any>no</allow_any>
 
44
      <allow_inactive>no</allow_inactive>
 
45
      <allow_active>auth_admin_keep_always</allow_active>
 
46
    </defaults>
 
47
  </action>
 
48
 
 
49
</policyconfig>