Changeset 3261d55d for gnome


Ignore:
Timestamp:
07/20/2012 03:52:34 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
be522520
Parents:
bcd2922
Message:

Update to ConsoleKit 0.4.6 git snapshot in order to get udev-acl tool which was removed from udev 182+ and really fix it's behaviour.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10431 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-bluetooth.xml

    rbcd2922 r3261d55d  
    127127
    128128<screen role="root"><userinput>make install</userinput></screen>
     129
     130    <para>
     131      Create <application>Udev</application> rule that will allow
     132      normal users to write to <filename>/dev/rfkill</filename>
     133      with the following command as the
     134      <systemitem class="username">root</systemitem> user:
     135    </para>
     136
     137<screen role="root"><userinput>cat &gt; /lib/udev/rules.d/61-gnome-bluetooth.rules &lt;&lt; "EOF"
     138# Get access to /dev/rfkill for users
     139# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
     140#
     141# Updated for udev &gt;= 154
     142# http://bugs.debian.org/582188
     143# https://bugzilla.redhat.com/show_bug.cgi?id=588660
     144
     145ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
     146ACTION!="add|change", GOTO="gnome_bluetooth_end"
     147KERNEL=="rfkill", TAG+="udev-acl"
     148LABEL="gnome_bluetooth_end"
     149EOF</userinput></screen>
    129150
    130151  </sect2>
Note: See TracChangeset for help on using the changeset viewer.