From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Duplicate settings? Date: Mon, 20 Jan 2020 09:37:32 -0500 Message-ID: <7256033.AoGtHsJfsT@x2> References: <725ed78a-f8e8-d73a-486a-13e821567752@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <725ed78a-f8e8-d73a-486a-13e821567752@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com Cc: Leam Hall List-Id: linux-audit@redhat.com On Monday, January 20, 2020 9:24:56 AM EST Leam Hall wrote: > If /etc/audit/auditd.conf encounters conflicting duplicate settings, > what happens? Takes the first, takes the last, or what? For example: > > space_left = 25 > space_left = 100 It overwrites the first value with the second one. You can also run: # service auditd state to see what the current value is if your audit daemon is somewhat recent. -Steve