aboutsummaryrefslogtreecommitdiffstats
path: root/src/msec/libmsec.py
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-03-11 23:16:48 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-03-11 23:16:48 +0000
commite76cb515ee0f26d9009f2a5561629dbbb4502741 (patch)
tree93de12f97c703d84da4254c4aaabae6d2637d8ad /src/msec/libmsec.py
parentd5123ac6ca536bcdccf9319a3e2c6392f69212ff (diff)
downloadmsec-e76cb515ee0f26d9009f2a5561629dbbb4502741.tar
msec-e76cb515ee0f26d9009f2a5561629dbbb4502741.tar.gz
msec-e76cb515ee0f26d9009f2a5561629dbbb4502741.tar.bz2
msec-e76cb515ee0f26d9009f2a5561629dbbb4502741.tar.xz
msec-e76cb515ee0f26d9009f2a5561629dbbb4502741.zip
Changed server files to support remote/local services.
Diffstat (limited to 'src/msec/libmsec.py')
-rwxr-xr-xsrc/msec/libmsec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec/libmsec.py b/src/msec/libmsec.py
index 6c1d8b9..e39f8a8 100755
--- a/src/msec/libmsec.py
+++ b/src/msec/libmsec.py
@@ -826,7 +826,7 @@ class MSEC:
pass
def create_server_link(self, param):
- ''' Creates the symlink /etc/security/msec/server to point to /etc/security/msec/server.SERVER_LEVEL. The /etc/security/msec/server is used by chkconfig --add to decide to add a service if it is present in the file during the installation of packages.'''
+ ''' Creates the symlink /etc/security/msec/server to point to /etc/security/msec/server.SERVER_LEVEL. The /etc/security/msec/server is used by chkconfig --add to decide to add a service if it is present in the file during the installation of packages. By default, two presets are provided: local (which only enables local services) and remote (which also enables some remote services considered safe). Note that the allowed services must be placed manually into the server.SERVER_LEVEL files when necessary.'''
server = self.configfiles.get_config_file(SERVER)
if param == "no":