home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / PolicyKit / policy / org.freedesktop.hal.killswitch.policy < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-05  |  1.5 KB  |  47 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  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. Policy definitions for HAL's RF kill switch mechanism
  8.  
  9. Copyright (c) 2007 David Zeuthen <david@fubar.dk>
  10.  
  11. HAL is licensed to you under your choice of the the Academic Free
  12. License Version 2.1, or the GNU General Public License version 2. Some
  13. individual source files may be under the GPL only. See COPYING for
  14. details.
  15. -->
  16.  
  17. <policyconfig>
  18.  
  19.   <action id="org.freedesktop.hal.killswitch.bluetooth">
  20.     <description>Turn Bluetooth radio On/Off</description>
  21.     <message>System policy prevents turning the Bluetooth radio On/Off</message>
  22.     <defaults>
  23.       <allow_inactive>no</allow_inactive>
  24.       <allow_active>yes</allow_active>
  25.     </defaults>
  26.   </action>
  27.  
  28.   <action id="org.freedesktop.hal.killswitch.wlan">
  29.     <description>Turn WLAN radio On/Off</description>
  30.     <message>System policy prevents turning the WLAN radio On/Off</message>
  31.     <defaults>
  32.       <allow_inactive>no</allow_inactive>
  33.       <allow_active>yes</allow_active>
  34.     </defaults>
  35.   </action>
  36.  
  37.   <action id="org.freedesktop.hal.killswitch.wwan">
  38.     <description>Turn WWAN radio On/Off</description>
  39.     <message>System policy prevents turning the WWAN radio On/Off</message>
  40.     <defaults>
  41.       <allow_inactive>no</allow_inactive>
  42.       <allow_active>yes</allow_active>
  43.     </defaults>
  44.   </action>
  45.  
  46. </policyconfig>
  47.