diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-09 15:46:22 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-09 15:46:22 +0000 |
commit | 8f1135461ee0e2621b23e75824bed3174e909d1b (patch) | |
tree | d91998a46dd7bde1c2c7e8db2d6895fe904edb64 /init-sh/custom.sh | |
parent | 15cf5616a22ee439df57846774e2f6d524a8c713 (diff) | |
download | msec-8f1135461ee0e2621b23e75824bed3174e909d1b.tar msec-8f1135461ee0e2621b23e75824bed3174e909d1b.tar.gz msec-8f1135461ee0e2621b23e75824bed3174e909d1b.tar.bz2 msec-8f1135461ee0e2621b23e75824bed3174e909d1b.tar.xz msec-8f1135461ee0e2621b23e75824bed3174e909d1b.zip |
*** empty log message ***
Diffstat (limited to 'init-sh/custom.sh')
-rwxr-xr-x | init-sh/custom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/custom.sh b/init-sh/custom.sh index 459d0c8..c6963a9 100755 --- a/init-sh/custom.sh +++ b/init-sh/custom.sh @@ -68,7 +68,7 @@ if [ ${answer} == "yes" ]; then fi ### -echo "Do you want your system to check for permission problem ?" +echo "Do you want your system to check for grave permission problem on senssibles files ?" WaitAnswer; clear if [ ${answer} == "yes" ]; then AddRules "CHECK_PERMS=yes" /etc/security/msec/security.conf |