summaryrefslogtreecommitdiff
path: root/policy
diff options
context:
space:
mode:
authorFaidon Liambotis <paravoid@debian.org>2008-01-25 17:01:50 +0100
committerDanny Kukawka <danny.kukawka@web.de>2008-01-25 17:01:50 +0100
commitebd33452ff434252758db2b88def82432373be53 (patch)
treefde61c91c70bdae5bf6539842361a4716291b126 /policy
parent947df17b48147b9447b22d9bc67ca232ca2d8ac6 (diff)
add a WWAN (Wireless WAN/Cellular) killswitch for Dell laptops
HAL is already using dellWirelessCtl to control Dell's kill switch for Bluetooth and WLAN. The same utility allows the switching of the WWAN (Wireless WAN aka Cellular) cards shipped in some laptops. Include this in HAL, mostly for completness right now. It may get more useful in the feature; other vendors have began shipping WWAN too.
Diffstat (limited to 'policy')
-rw-r--r--policy/hal-killswitch.policy9
1 files changed, 9 insertions, 0 deletions
diff --git a/policy/hal-killswitch.policy b/policy/hal-killswitch.policy
index dce0339d..713bb0d4 100644
--- a/policy/hal-killswitch.policy
+++ b/policy/hal-killswitch.policy
@@ -34,4 +34,13 @@ details.
</defaults>
</action>
+ <action id="org.freedesktop.hal.killswitch.wwan">
+ <description>Turn WWAN radio On/Off</description>
+ <message>System policy prevents turning the WWAN radio On/Off</message>
+ <defaults>
+ <allow_inactive>no</allow_inactive>
+ <allow_active>yes</allow_active>
+ </defaults>
+ </action>
+
</policyconfig>