RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 972463 - The audit system must alert designated staff members when the audit storage volume approaches capacity,
Summary: The audit system must alert designated staff members when the audit storage v...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: audit
Version: 6.6
Hardware: All
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Steve Grubb
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks: 972523
TreeView+ depends on / blocked
 
Reported: 2013-06-09 15:31 UTC by Jason Pyeron
Modified: 2013-06-10 21:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-10 00:59:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
RHEL-06-000005 (349 bytes, patch)
2013-06-09 15:31 UTC, Jason Pyeron
no flags Details | Diff
specfile patch (1.18 KB, patch)
2013-06-09 15:33 UTC, Jason Pyeron
no flags Details | Diff

Description Jason Pyeron 2013-06-09 15:31:31 UTC
Created attachment 758822 [details]
RHEL-06-000005

Description of problem:

The default configuration is not conforming to best practices. The Red Hat Enterprise Linux 6 Security Technical Implementation Guide (STIG) v1.2 published by the Defense Information Systems Agency recommends the changes in the attached patch.

Version-Release number of selected component (if applicable):

http://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/audit-2.2-2.el6.src.rpm

How reproducible:

Always

Steps to Reproduce:

perform a yum install

Actual results:

# grep space_left_action /etc/audit/auditd.conf
space_left_action = SYSLOG
admin_space_left_action = SUSPEND

Expected results:

# grep space_left_action /etc/audit/auditd.conf
space_left_action = email

Additional info:

see: http://iase.disa.mil/stigs/os/unix/red_hat.html

Comment 1 Jason Pyeron 2013-06-09 15:33:29 UTC
Created attachment 758823 [details]
specfile patch

Comment 3 Steve Grubb 2013-06-09 18:11:09 UTC
I don't think we want to apply a patch like this. The problem is that not everyone wants an email alert. Some like it in syslog where a log scanner picks it out. Other people like to add a script where they can send a snmp trap. Others may want it to email to a specific account besides root. So, the default setting is really aimed at not to be annoying since not everyone uses the audit system to its fullest extent.

Comment 4 Steve Grubb 2013-06-10 00:59:25 UTC
I'm closing this. Its not a good default for everyone. It may be a good setting for some people, but not everyone.


Note You need to log in before you can comment on or make changes to this bug.