Skip to content
Snippets Groups Projects
Verified Commit 265f9555 authored by Max Gautier's avatar Max Gautier
Browse files

Remove empty /var/log/audit from package

It is already created by the tmpfiles.d configuration on boot.
parent 3a93c7d1
No related branches found
No related tags found
1 merge request!1Remove empty /var/log/audit from package
......@@ -115,8 +115,6 @@ package_audit() {
install -vDm 644 $_name-$pkgver/{{README,SECURITY}.md,ChangeLog} -t "$pkgdir/usr/share/doc/$pkgname/"
# add log dir
install -vdm 755 "$pkgdir/var/log/$pkgname/"
# add rules.d dir to satisfy augenrules
install -vdm 755 "$pkgdir/etc/audit/rules.d/"
# add config dir for audisp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment