diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 2000-01-04 12:37:33 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 2000-01-04 12:37:33 +0000 |
commit | 7302e9630ba3d551368b16454b890806056c68b1 (patch) | |
tree | 3fa91f8e418e390195b95e9a83bc2ddf4a49d7ef /doc/security.txt | |
parent | 2a35c73522dd3c6a4601d6bd7222524f9cf04450 (diff) | |
download | msec-7302e9630ba3d551368b16454b890806056c68b1.tar msec-7302e9630ba3d551368b16454b890806056c68b1.tar.gz msec-7302e9630ba3d551368b16454b890806056c68b1.tar.bz2 msec-7302e9630ba3d551368b16454b890806056c68b1.tar.xz msec-7302e9630ba3d551368b16454b890806056c68b1.zip |
*** empty log message ***
Diffstat (limited to 'doc/security.txt')
-rw-r--r-- | doc/security.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/security.txt b/doc/security.txt index 86c101c..ff1280b 100644 --- a/doc/security.txt +++ b/doc/security.txt @@ -74,6 +74,7 @@ Security level 4 ( Aka Secured system ) : chkconfig ). - Ask for a boot password ( if the user want ). - Connection to the system denyied for all except localhost. +- ctrl-alt-del only allowed for root ( or user in /etc/shutdown.allow ). ******************************* Security level 5 ( Aka Paranoid system ) : @@ -97,11 +98,12 @@ Security level 5 ( Aka Paranoid system ) : - Highly restricted file permission - All system events additionally logged to /dev/tty12 - System security check every midnight ( crontab ). -* - Services not contained in /etc/security/msec/init-sh/server.5 are disabled ( +- Services not contained in /etc/security/msec/init-sh/server.5 are disabled ( considered as not really secure ) ( but the user can reenable it with chkconfig ). - Ask for a boot password ( if the user want ). - Connection to the system denyied for all. +- ctrl-alt-del only allowed for root ( or user in /etc/shutdown.allow ) . ****************** |