Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move $(datadir)/audit-rules into $(libdir)/audit-rules #422

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cropi
Copy link
Contributor

@Cropi Cropi commented Jan 6, 2025

The Linux Filesystem Hierarchy Standard (FHS) specifies that files under /usr/share/ should be architecture-independent. However, some distributions remove certain sample rules that are not applicable to specific architectures. As a result, the content of audit rules shipped may vary between architectures.

This patch ensures that $(datadir)/audit-rules will continue to exist as a symlink pointing to the new architecture-specific path.

The Linux Filesystem Hierarchy Standard (FHS) specifies
that files under /usr/share/ should be architecture-independent.
However, some distributions remove certain sample rules that
are not applicable to specific architectures. As a result,
the content of audit rules shipped may vary between architectures.

This patch ensures that $(datadir)/audit-rules will continue to
exist as a symlink pointing to the new architecture-specific path.
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