Skip to content

Conversation

@as9k1
Copy link

@as9k1 as9k1 commented Dec 5, 2025

This rule is supposed to log the execution of the zypper binary (the CLI package management tool on openSUSE).

However, for this rule the -p parameter is not specified, which makes auditd use its default values for -p (=rwxa).
This leads to logging of file reads, writes and attribute changes on the zypper binary in addition to execution logging.

Suggested fix:
specify -p x for the zypper binary, so only its execution gets logged.

Other binary execution logging rules in the ruleset specify -p x.

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