Changeset 186
- Timestamp:
- 04/24/08 13:49:21
(7 months ago)
- Author:
- slawrence
- Message:
-F success does not work on audit file watches. Remove them from the audit rules.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r185 |
r186 |
|
| 693 | 693 | ## all system administration actions |
|---|
| 694 | 694 | cat <<-EOF >> /etc/audit.rules |
|---|
| 695 | | -w /var/log/audit/ -F success=0 |
|---|
| | 695 | # This line could be the cause of problems with filling audit logs and preventing system usage after installation |
|---|
| | 696 | -w /var/log/audit/ |
|---|
| 696 | 697 | -w /etc/auditd.conf |
|---|
| 697 | 698 | -w /etc/audit.rules |
|---|
| r185 |
r186 |
|
| 661 | 661 | cat <<-EOF >> /etc/audit/audit.rules |
|---|
| 662 | 662 | -w /bin/login -p x |
|---|
| 663 | | -w /bin/logout -F success=0 |
|---|
| | 663 | -w /bin/logout -p x |
|---|
| 664 | 664 | EOF |
|---|
| 665 | 665 | |
|---|
| … | … | |
| 704 | 704 | ## all system administration actions |
|---|
| 705 | 705 | cat <<-EOF >> /etc/audit/audit.rules |
|---|
| 706 | | -w /var/log/audit/ -F success=0 |
|---|
| | 706 | # This line could be the cause of problems with filling audit logs and preventing system usage after installation |
|---|
| | 707 | -w /var/log/audit/ |
|---|
| 707 | 708 | -w /etc/auditd.conf |
|---|
| 708 | 709 | -w /etc/audit |
|---|
| r185 |
r186 |
|
| 652 | 652 | cat <<-EOF >> /etc/audit/audit.rules |
|---|
| 653 | 653 | -w /bin/login -p x |
|---|
| 654 | | -w /bin/logout -F success=0 |
|---|
| | 654 | -w /bin/logout -p x |
|---|
| 655 | 655 | EOF |
|---|
| 656 | 656 | |
|---|
| … | … | |
| 695 | 695 | ## all system administration actions |
|---|
| 696 | 696 | cat <<-EOF >> /etc/audit/audit.rules |
|---|
| 697 | | -w /var/log/audit/ -F success=0 |
|---|
| | 697 | # This line could be the cause of problems with filling audit logs and preventing system usage after installation |
|---|
| | 698 | -w /var/log/audit |
|---|
| 698 | 699 | -w /etc/auditd.conf |
|---|
| 699 | 700 | -w /etc/audit |
|---|
Download in other formats:
* Generating other formats may take time.