Changeset 099a8d0


Ignore:
Timestamp:
05/05/2012 08:47:59 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
55200eb
Parents:
45439b9
Message:

Add configuration file to fuse instructions.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r45439b9 r099a8d0  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Added configuration file to fuse instructions.
     49          Fixes <ulink url="&blfs-ticket-root;2815">#2815</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[abenton] - Updated Libreoffice to 3.5.3.2.</para>
    4953        </listitem>
  • postlfs/filesystems/fuse.xml

    r45439b9 r099a8d0  
    132132    </para>
    133133  </sect2>
     134
     135  <sect2 role="configuration">
     136    <title>Configuring fuse</title>
     137
     138    <sect3 id="fuse-config">
     139      <title>Config Files</title>
     140
     141      <para>Some options regarding mount policy can be set in the file
     142      <filename>/etc/suse.conf</filename>.  To install the file run the
     143      following command as the  <systemitem class="username">root</systemitem>
     144      user:</para>
     145
     146<screen role="root"><userinput>cat &gt; /etc/fuse.conf &lt;&lt; "EOF"
     147# Set the maximum number of FUSE mounts allowed to non-root users.
     148# The default is 1000.
     149#
     150#mount_max = 1000
     151
     152# Allow non-root users to specify the 'allow_other' or 'allow_root'
     153# mount options.
     154#
     155#user_allow_other
     156EOF</userinput></screen>
     157
     158      <para>Additional information about the meaning of the configuration
     159      options are found in the man page.</para>
     160
     161    </sect3>
     162
     163  </sect2>
     164
    134165
    135166  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.