Re: vsftpd config

From: Roger Grosswiler (roger_at_gwch.net)
Date: 07/29/05

  • Next message: Matthijs van der Klip: "Re: malloc and 'Active' memory"
    Date: Fri, 29 Jul 2005 07:28:30 +0200 (CEST)
    To: korgull@home.nl, "For users of Fedora Core releases" <fedora-list@redhat.com>
    
    

    > On Thursday 28 July 2005 21:13, Alexander Dalloz wrote:
    >> Please check in which mode your SELinux runs by looking into
    >> /etc/sysconfig/selinux. With system-config-securitylevel you can check
    >> how services are configured. Maybe a "grep vsftpd
    >> /etc/selinux/*/boolean" is helpful. There are too man pages for using
    >> "setsebool".
    >>
    >> Alexander
    >
    > SELINUX=Enforcing
    > SELINUXTYPE=targeted
    >
    > in "booleans"
    > ftpd_is_daemon=1
    > ftp_home_dir=1
    >
    getsebool -a | grep ftp shows you all booleans for ftp. In my opinion, for
    your issue, you could for a short time disable selinux-support for vsftpd.

    ftpd_disable_trans --> inactive

    this is the one to change. Do this either in system-config-securitylevel
    or in the shell do:

    setsebool ftpd_disable_trans=1

    now, you can try with vsftpd to connect anonymously. Do not forget to put
    it back right afterwards.

    HTH
    Roger

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Matthijs van der Klip: "Re: malloc and 'Active' memory"
    Loading