Skip to content

fix: correct binary name from aulastlogin to aulastlog#172

Open
logesh-GIT001 wants to merge 1 commit intoNeo23x0:masterfrom
logesh-GIT001:master
Open

fix: correct binary name from aulastlogin to aulastlog#172
logesh-GIT001 wants to merge 1 commit intoNeo23x0:masterfrom
logesh-GIT001:master

Conversation

@logesh-GIT001
Copy link
Copy Markdown

Bug Fix: Correct binary name from aulastlogin to aulastlog

Problem

The rule currently references /usr/sbin/aulastlogin which does not
exist on any standard Linux distribution.

Fix

Corrected to /usr/sbin/aulastlog which is the actual binary shipped
as part of the audit package.

Impact

Due to this typo, the audittools rule for aulastlog was silently
never matching — meaning usage of this audit tool was completely
unmonitored.

Verification

Run the following to confirm:
which aulastlog # returns /usr/sbin/aulastlog ✅
which aulastlogin # returns nothing ❌ (binary doesn't exist)

Tested on: Ubuntu 22.04, Debian 12, RHEL 9, CentOS 7/8

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant