Ignore:
Timestamp:
04/23/2023 01:31:12 PM (12 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
45d1335
Parents:
1b61cd1 (diff), ed48f326 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/eudev.xml

    r1b61cd1 rc2596a4  
    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.