* Tracking account lockouts and permission denied
@ 2008-10-01 19:58 Starr-Renee Corbin
2008-10-01 20:25 ` Steve Grubb
0 siblings, 1 reply; 2+ messages in thread
From: Starr-Renee Corbin @ 2008-10-01 19:58 UTC (permalink / raw)
To: Linux-audit
Hello, I am using RHEL 4 and need /var/log/audit/audit.log to show
when an account is locked out and when a user is denied permission to
security relevant files such as /etc/shadow.
This is in conjunction with our NISPOM requirements.
Any help is greatly appreciated!
Corbin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Tracking account lockouts and permission denied
2008-10-01 19:58 Tracking account lockouts and permission denied Starr-Renee Corbin
@ 2008-10-01 20:25 ` Steve Grubb
0 siblings, 0 replies; 2+ messages in thread
From: Steve Grubb @ 2008-10-01 20:25 UTC (permalink / raw)
To: linux-audit
On Wednesday 01 October 2008 15:58:44 Starr-Renee Corbin wrote:
> Hello, I am using RHEL 4 and need /var/log/audit/audit.log to show
> when an account is locked out
This is hardwired into the pam_talley2 code. As long as its in your login
config and audit is enabled, you should get it.
> and when a user is denied permission to
> security relevant files such as /etc/shadow.
In RHEL4, you can get accesses to /etc/shadow via watches, but not just the
denied because of permission. aureport --file --failed would find them for
you.
You can also get all opens that failed due to permission denied. This would
include more than /etc/shadow, though.
RHEL5 and current upstream kernels do not have this limitation and can record
the permission denied access to security relevant files.
-Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-01 20:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01 19:58 Tracking account lockouts and permission denied Starr-Renee Corbin
2008-10-01 20:25 ` Steve Grubb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox