On Fri, 2007-07-27 at 16:57 -0400, Steve Grubb wrote:
I don't know of anything special its a fully updated rawhide
machine. I am not
running any tests, this is at the prompt in runlevel 3. I have audit=1 as a
boot parameter in grub.conf and very simple audit rules for that machine:
-D
-b 256
-a exit,always -S sethostname
-w /etc/selinux/config
which is not exotic.
I'm feeling dumb,.. on fedora 7 userland I do:
[root@opteron ~]# auditctl -D
No rules
[root@opteron ~]# auditctl -b 256
AUDIT_STATUS: enabled=0 flag=1 pid=0 rate_limit=0 backlog_limit=256 lost=0 backlog=0
[root@opteron ~]# auditctl -a exit,always -S sethostname
Error sending add rule request (Invalid argument)
man auditctl seems to suggest that is a valid command.