Thanks I did that too. I now have a new problem regarding ftpd. I tried to make my own ACL but it didn't seem to work:
- Code: Select all
/usr/sbin/proftpd {
/var/run/utmp rw
/var/run/wtmp rw
/var/log/proftpd.log rw
/var/run/proftpd rw
/var/log r
/proc r
/etc/login.defs r
/usr/share/zoneinfo r
/lib rx
/usr/lib rx
/usr/lib/cracklib_dict.pwi r
/usr/lib/cracklib_dict.pwd r
/usr/lib/cracklib_dict.hwm r
/etc rx
/dev/log rw
/usr/sbin/proftpd x
/etc/grsec h
/
/etc/proftpd.conf r
-CAP_ALL
+CAP_CHOWN
+CAP_FSETID
+CAP_SYS_RESOURCE
+CAP_SETGID
+CAP_SETUID
}
Does anyone know what I'm doing wrong here? miha, I was wondering if you had an ACL for proftpd to run under Slackware 9? At first I was receiving more error messages, now the only ones I receive are:
grsec: From 64.202.110.30: attempted socket(2,1,0) by (tcpd:17504) UID(0) EUID(0), parent (inetd:6175) UID(0) EUID(0)
grsec: From 64.202.110.30: attempted socket(2,1,6) by (proftpd:17504) UID(0) EUID(99), parent (inetd:6175) UID(0) EUID(0)
Any help on this issue would be greatly appreciated. Thanks.