How to stop and disable auditd on RHEL 7

How to stop and disable auditd on RHEL 7?

Solution Verified - Updated -

Environment

Red Hat Enterprise Linux 7

Issue

Disclaimer: Links contained herein to external website(s) are provided for convenience only. Red Hat has not reviewed the links and is not responsible for the content or its availability. The inclusion of any link to an external website does not imply endorsement by Red Hat of the website or their entities, products or services. You agree that Red Hat is not responsible or liable for any loss or expenses that may result due to your use of (or reliance on) the external site or content.

How to stop and disable auditd on RHEL 7?

Resolution

Disable auditd temporarily (this will disable logging instantly but will not survive a reboot):

auditctl -e0

Disable auditd permanently (this will require a reboot):

systemctl disable auditd

Verification:

[root@dhcp182-79 ~]# auditctl -s
enabled 0     # <----- this means that auditd logging is disabled
failure 1
pid 478
rate_limit 0
backlog_limit 64
lost 0
backlog 0
loginuid_immutable 0 unlocked

Root Cause

auditd documentation

man auditd
(...)
       -e [0..2]
              Set  enabled  flag.  When  0  is passed, this can be used to temporarily disable
              auditing. When 1 is passed as an argument, it will enable auditing. To lock  the
              audit configuration so that it can't be changed, pass a 2 as the argument. Lock‐
              ing the configuration is intended to be the last command in audit.rules for any‐
              one  wishing  this feature to be active. Any attempt to change the configuration
              in this mode will be audited and denied. The configuration can only  be  changed
              by rebooting the machine.
5 (1)
Article Rating (1 Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Transform XML to CSV Format | Unix String Pattern Manipulation The Ugly Way
Viewed 8142 times since Sun, Jan 9, 2022
How To Run Multiple SSH Command On Remote Machine And Exit Safely
Viewed 5688 times since Tue, Aug 6, 2019
SSH: Execute Remote Command or Script – Linux
Viewed 3153 times since Mon, Feb 18, 2019
How to manage Linux password expiry with the chage command
Viewed 12134 times since Tue, Sep 11, 2018
How To Use the Linux Auditing System on CentOS 7
Viewed 5108 times since Fri, Apr 5, 2019
How to Install and use Lsyncd on CentOS 7 / RHEL 7 rsync
Viewed 5577 times since Wed, Oct 31, 2018
ubuntu How to Reset Forgotten Passwords in Ubuntu 16.04
Viewed 4860 times since Tue, Dec 8, 2020
Linux Chage Command to Set Password Aging for User
Viewed 3449 times since Tue, Sep 11, 2018
Deskshare TLS over Stunnel
Viewed 3551 times since Fri, Sep 28, 2018
RHEL: GPT/MBR partition tables (using disks larger than 2 TiB)
Viewed 13457 times since Sun, May 27, 2018