Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/vsftpd.xml

    r853ae3e5 re7d893b  
    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.