diff options
author | Peter Jones <pjones@redhat.com> | 2006-08-22 20:17:49 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2006-08-22 20:17:49 +0000 |
commit | 359c4c2b29d4be0c3456d92ca908da0bc0497089 (patch) | |
tree | d0db7a3b56efb5e7abb8f3d741f5bc2eac38754c /isys/isys.py | |
parent | 1b7cfd62f906f882c9ebe84822643298c883220b (diff) | |
download | anaconda-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.py | 2 |
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 |