summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-08-22 20:17:49 +0000
committerPeter Jones <pjones@redhat.com>2006-08-22 20:17:49 +0000
commit359c4c2b29d4be0c3456d92ca908da0bc0497089 (patch)
treed0db7a3b56efb5e7abb8f3d741f5bc2eac38754c /isys/isys.py
parent1b7cfd62f906f882c9ebe84822643298c883220b (diff)
downloadanaconda-359c4c2b29d4be0c3456d92ca908da0bc0497089.tar.gz
anaconda-359c4c2b29d4be0c3456d92ca908da0bc0497089.tar.xz
anaconda-359c4c2b29d4be0c3456d92ca908da0bc0497089.zip
- add a simple audit daemon
Diffstat (limited to 'isys/isys.py')
-rw-r--r--isys/isys.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 2a7a82a3c..416990f78 100644
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -850,6 +850,8 @@ def getIPAddress(dev):
def resetFileContext(fn):
return _isys.resetFileContext(fn)
+auditDaemon = _isys.auditdaemon
+
handleSegv = _isys.handleSegv
printObject = _isys.printObject