[arch-commits] Commit in audit/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Jun 22 20:30:23 UTC 2019


    Date: Saturday, June 22, 2019 @ 20:30:23
  Author: heftig
Revision: 356783

2.8.5-3: Make /var/log/audit mode 0700

Modified:
  audit/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-22 19:07:05 UTC (rev 356782)
+++ PKGBUILD	2019-06-22 20:30:23 UTC (rev 356783)
@@ -9,7 +9,7 @@
 pkgbase=audit
 pkgname=('audit' 'python2-audit' 'python-audit')
 pkgver=2.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Userspace components of the audit framework'
 url='https://people.redhat.com/sgrubb/audit'
 arch=('x86_64')
@@ -59,7 +59,7 @@
   make DESTDIR="${pkgdir}" INSTALL='install -p' install
 
   cd "${pkgdir}"
-  install -d var/log/audit
+  install -d -m 0700 var/log/audit
   rm -rf etc/rc.d \
     etc/sysconfig \
     usr/lib/audit \



More information about the arch-commits mailing list