summaryrefslogtreecommitdiff
path: root/data/etc
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-05-17 03:13:58 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-05-18 21:45:20 +0900
commit4723f7e4a720af17a9dde25c9c2046159eee5fe9 (patch)
treedbcdce303d7175d96b9f7aa6bfa2f26cd7c3d135 /data/etc
parentf20762a82d1ade3dac10ef175f78c2777b97260e (diff)
downloadenlightenment-4723f7e4a720af17a9dde25c9c2046159eee5fe9.tar.gz
add rfkill actions to sysactions.conf - necessary for bluez
so bluez itself wont go rfkill block or unblock the bt device. you have to rfkill unblock separately if it's blocked. this is needed to make bluez at a minimum work right. possibly should be added to connman too. but this is the first step.
Diffstat (limited to 'data/etc')
-rw-r--r--data/etc/sysactions.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/etc/sysactions.conf.in b/data/etc/sysactions.conf.in
index bcbd032c49..4b799679ce 100644
--- a/data/etc/sysactions.conf.in
+++ b/data/etc/sysactions.conf.in
@@ -51,6 +51,8 @@ action: /bin/mount @MOUNT@
action: /bin/umount @UMOUNT@
action: /usr/bin/eject @EJECT@
action: l2ping /usr/bin/l2ping
+action: rfkill-unblock /bin/rfkill unblock
+action: rfkill-block /bin/rfkill block
# root is allowed to do anything - but it needs to be here explicitly anyway
user: root allow: *