aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-01-13 21:51:28 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-01-13 21:51:28 +0000
commit9b17b91631c1a8ff7d324ea5fef67c1e07ea6a28 (patch)
treea13caf7741c0ee847d724d294e9de60910084311
parentd25976918e393d6891528688273df1dd3a7e4676 (diff)
downloadmsec-9b17b91631c1a8ff7d324ea5fef67c1e07ea6a28.tar
msec-9b17b91631c1a8ff7d324ea5fef67c1e07ea6a28.tar.gz
msec-9b17b91631c1a8ff7d324ea5fef67c1e07ea6a28.tar.bz2
msec-9b17b91631c1a8ff7d324ea5fef67c1e07ea6a28.tar.xz
msec-9b17b91631c1a8ff7d324ea5fef67c1e07ea6a28.zip
Added missing function descriptions.
-rwxr-xr-xsrc/msec/libmsec.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/msec/libmsec.py b/src/msec/libmsec.py
index b5da5f9..77ba312 100755
--- a/src/msec/libmsec.py
+++ b/src/msec/libmsec.py
@@ -1736,6 +1736,24 @@ class MSEC:
"""Authentication for drakboot"""
pass
+ # TODO: unfinished
+ def enable_apparmor(self, param):
+ """Enables support for AppArmor security framework"""
+ pass
+
+ def enable_policykit(self, param):
+ """Enables support for PolicyKit framework, which allows ordinary users to run system application"""
+ pass
+
+ def enable_sudo(self, param):
+ """Enables support for sudo application, which allows users to run applications using system account. If yes, users must autenticate themselves using password. If this parameter is set to 'wheel', users must belong to the 'wheel' group to be able to use sudo"""
+ pass
+
+ def notify_warn(self, param):
+ """Enables support for security notifications using libnotify. This allows the security notifications to be delivered directly to the users' desktop"""
+ pass
+
+
# }}}
# {{{ PERMS - permissions handling