audit:moved into main repo for pisi 2.0

This commit is contained in:
2016-03-21 08:17:48 +02:00
parent f7c32373c4
commit 4d2b7becd3
6 changed files with 199 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("ln -s /usr/sbin/audispd /sbin/audispd")
os.system("ln -s /usr/sbin/auditd /sbin/auditd")
os.system("/bin/systemctl enable auditd.service")