Okay you got that problem fixed, here's another
Mar 28 00:18:58 src@soup grsec: From 64.218.236.121: denied open of /etc/.pwd.lock for writing by (passwd:27280) UID(0) EUID(0), parent (bash:22283) UID(1006) EUID(1006)
New password:
Re-enter new password:
Cannot lock the password file; try again later.
***SNIP***
/usr/bin/passwd o {
/var/run/utmp rw
/usr/share/zoneinfo/US/Central r
/proc
/lib/libnss_compat-2.2.5.so rx
/lib/libnsl-2.2.5.so rx
/lib/libcrypt-2.2.5.so rx
/lib/libc-2.2.5.so rx
/lib/ld-2.2.5.so x
/etc rw
/etc/shadow rw
/etc/passwd rw
/etc/nsswitch.conf r
/etc/login.defs r
/etc/ld.so.cache r
/etc/* h
/dev/tty rw
/dev/log rw
/usr/bin/passwd x
/ h
-CAP_ALL
+CAP_CHOWN
+CAP_FSETID
+CAP_SETUID
+CAP_SYS_RESOURCE
connect {
disabled
}
bind {
disabled
}
}
******
.pwd.lock doesnt exist when the ACL is loaded into grsec so it appears that grsec might not be handling files that begin with a . properly
-TGK