libnsl libtirpc audit move

This commit is contained in:
Rmys
2021-06-08 23:20:31 +03:00
parent 35b8bc12b8
commit 9a70061634
17 changed files with 279 additions and 265 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")