Changeset 21a30d1 for server


Ignore:
Timestamp:
03/26/2019 06:41:55 PM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ee77a2cd
Parents:
74d706dc
Message:

Workaround vsftpd seccomp issue on recent kernels

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/vsftpd.xml

    r74d706dc r21a30d1  
    182182EOF</userinput></screen>
    183183
     184      <!-- recheck this issue when vsftpd is updated -->
     185      <para>The vsftpd daemon uses seccomp to improve security by default.
     186      But it's known to cause vsftpd unable to handle ftp
     187      <literal>LIST</literal> command with recent kernel versions.  Append
     188      a line to <filename>/etc/vsftpd.conf</filename> (as the
     189      <systemitem class="username">root</systemitem> user) to disable
     190      seccomp and workaround this issue:</para>
     191
     192<screen role="root"><userinput>cat &gt;&gt; /etc/vsftpd.conf &lt;&lt; "EOF"
     193<literal>seccomp_sandbox=NO</literal>
     194EOF</userinput></screen>
     195
    184196      <para>To enable local logins, append the following to the
    185197      <filename>/etc/vsftpd.conf</filename> file (as the
Note: See TracChangeset for help on using the changeset viewer.