Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/eudev.xml

    rb17680d ra4b0c6d  
    4040  <sect2 role="installation">
    4141    <title>Installation of Eudev</title>
    42 
    43    
    4442
    4543    <para>First fix the location of udev rules in the .pc file:</para>
     
    8886      <secondary>configuring</secondary>
    8987    </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>
     101EOF</userinput></screen>
    90102
    91103    <indexterm zone="conf-eudev">
Note: See TracChangeset for help on using the changeset viewer.