Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/eudev.xml

    ra4b0c6d rb17680d  
    4040  <sect2 role="installation">
    4141    <title>Installation of Eudev</title>
     42
     43   
    4244
    4345    <para>First fix the location of udev rules in the .pc file:</para>
     
    8688      <secondary>configuring</secondary>
    8789    </indexterm>
    88 
    89     <indexterm zone="conf-eudev">
    90       <primary sortas="e-/etc/udev/rules.d/65-kvm.rules">/etc/udev/rules.d/65-kvm.rules</primary>
    91     </indexterm>
    92 
    93     <para>
    94       The default udev rule installed by Eudev would allow all users to
    95       access <filename class='devicefile'>/dev/kvm</filename>.  The editors
    96       consider it dangerous.  Create a configuration file to override it:
    97     </para>
    98 
    99 <screen><userinput remap="configure">cat > /etc/udev/rules.d/65-kvm.rules &lt;&lt; "EOF"
    100 <literal>KERNEL=="kvm", GROUP="kvm", MODE="0660", TAG+="uaccess"</literal>
    101 EOF</userinput></screen>
    10290
    10391    <indexterm zone="conf-eudev">
Note: See TracChangeset for help on using the changeset viewer.