FS#61671 - [audit] directory permissions differ on /var/log/audit

Attached to Project: Arch Linux
Opened by Christian Rebischke (Shibumi) - Thursday, 07 February 2019, 17:51 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 16 November 2019, 13:45 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 8
Private No

Details

While updating the 'audit' package pacman will warn about different directory permissions:

warning: directory permissions differ on /var/log/audit/
filesystem: 700 package: 755

Please check the directory permissions in the 'audit' package. The directory /var/log/audit should have 0700.

This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 16 November 2019, 13:45 GMT
Reason for closing:  Fixed
Additional comments about closing:  Package is back to 700
Comment by Viktor Jägersküpper (viktorjk) - Sunday, 23 June 2019, 11:17 GMT
With the change in the recent version in testing (2.8.5-3), pacman warns

warning: directory permissions differ on /var/log/audit/
filesystem: 755 package: 700

Is that still a bug in the PKGBUILD or do I have to change the permissions by hand?
Comment by Viktor Jägersküpper (viktorjk) - Sunday, 23 June 2019, 11:24 GMT
To clarify, after the upgrade I get:

$ stat -c %a /var/log/audit
755

Loading...