Bug 223864

Summary: LSPP: Exceptions to expected audit behavior should be documented
Product: Red Hat Enterprise Linux 5 Reporter: Kylene J Hall <kylene>
Component: auditAssignee: Steve Grubb <sgrubb>
Status: CLOSED WONTFIX QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0CC: iboverma, linda.knippers, sgrubb
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-05 22:36:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 224041, 227613    

Description Kylene J Hall 2007-01-22 20:05:07 UTC
Description of problem:
There are several audit records that don't appear in the audit log as would be
expected by a system admin.  We think these should be documented, possibly in
the auditctl manpage or where ever you feel is appropriate.  Here are two bug
references where such cases were figured out:
* https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219214
* https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=221663

Comment 1 Irina Boverman 2007-02-14 20:42:44 UTC
per 2/12, Steve G. is evaluating alternatives.

Comment 2 Kylene J Hall 2007-02-14 22:26:26 UTC
Let me know what you'd like me to do with this one.

Several syscalls when run in 32 bit mode on s390x are ORing 0x4900000000 (notice
that is too big for a 32 bit field) with the 4th audited argument.  Again, I
think this is could be happening at the glibc level because when I strace the
test the value has already been ORed.  However, I see the same result when I
change the test to call with syscall(__NR_###.

The syscalls I have observed this with include: fchownat, fgetxattr, fsetxattr,
getxattr, lgetxattr, lsetxattr, mknodat, mmap, mq_timedsendreceive, mremap,
openat, ptrace, renameat, setxattr, linkat.

Comment 3 Steve Grubb 2007-03-05 22:36:54 UTC
This will be fixed by updating documentation in the configuration guide. Closing.