- Fix /dev/rfkill permissions when using newer udev >= 154 (#588660) (with
thanks to Sven Arvidsson and Debian)
This commit is contained in:
parent
eae8669d0d
commit
8aa056a8b9
@ -1,3 +1,11 @@
|
|||||||
# Get access to /dev/rfkill for users
|
# Get access to /dev/rfkill for users
|
||||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
|
||||||
KERNEL=="rfkill", ENV{ACL_MANAGE}="1"
|
#
|
||||||
|
# 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"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 2.30.0
|
Version: 2.30.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Bluetooth graphical utilities
|
Summary: Bluetooth graphical utilities
|
||||||
|
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
@ -223,6 +223,10 @@ fi
|
|||||||
%{_bindir}/bluetooth-panel
|
%{_bindir}/bluetooth-panel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 03 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-2
|
||||||
|
- Fix /dev/rfkill permissions when using newer udev >= 154 (#588660)
|
||||||
|
(with thanks to Sven Arvidsson and Debian)
|
||||||
|
|
||||||
* Mon Mar 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
|
* Mon Mar 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
|
||||||
- Update to 2.30.0
|
- Update to 2.30.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user