diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-06 19:33:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-06 19:34:43 +0000 |
commit | ae1d45935e92e8b2ea7880c5b38915c5e01be5b0 (patch) | |
tree | 3d91e45cc9cadae69c55f9be9e5ede58fc18d061 /testing/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules | |
parent | 16fa086e0b4b5e5502d6ef8057d9e9c7165c6387 (diff) | |
download | aports-ae1d45935e92e8b2ea7880c5b38915c5e01be5b0.tar.bz2 aports-ae1d45935e92e8b2ea7880c5b38915c5e01be5b0.tar.xz |
testing/gnome-bluetooth: new aport
The GNOME Bluetooth Subsystem
http://live.gnome.org/GnomeBluetooth
Diffstat (limited to 'testing/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules')
-rw-r--r-- | testing/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules b/testing/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules new file mode 100644 index 000000000..a76c1e73c --- /dev/null +++ b/testing/gnome-bluetooth/61-gnome-bluetooth-rfkill.rules @@ -0,0 +1,11 @@ +# Get access to /dev/rfkill for users +# See https://bugzilla.redhat.com/show_bug.cgi?id=514798 +# +# Updated for udev >= 154 +# http://bugs.debian.org/582188 +# https://bugzilla.redhat.com/show_bug.cgi?id=588660 + +ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end" +ACTION!="add|change", GOTO="gnome_bluetooth_end" +KERNEL=="rfkill", TAG+="udev-acl" +LABEL="gnome_bluetooth_end" |