[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
proftpd logs
- From: Paul Howarth <paul city-fan org>
- To: fedora-selinux-list redhat com
- Subject: proftpd logs
- Date: Fri, 07 Apr 2006 14:05:39 +0100
proftpd likes to handle its own logging, and needs the following before
it will work:
module proftpd 0.2;
require {
class dir { getattr search };
type ftpd_t;
type xferlog_t;
};
allow ftpd_t xferlog_t:dir { getattr search };
This is for the following proftpd log setup:
ExtendedLog /var/log/proftpd/access.log WRITE,READ default
ExtendedLog /var/log/proftpd/auth.log AUTH auth
This is the default in the Extras package if you uncomment the anonymous
ftp server bits from the included configuration file:
http://cvs.fedora.redhat.com/viewcvs/devel/proftpd/proftpd.conf?root=extras&view=markup
Paul.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]