diff options
author | Florin Grad <florin@mandriva.com> | 2001-11-29 17:30:11 +0000 |
---|---|---|
committer | Florin Grad <florin@mandriva.com> | 2001-11-29 17:30:11 +0000 |
commit | 446cc6dc42134c5123f9a76e3f04d8183ad2c3ba (patch) | |
tree | 6f7cc5cf8278f34d582d47273350de6dc743cd08 /msec.sh | |
parent | 5574ff9284a7c4b8459b40edd1eb297bd0044ef0 (diff) | |
download | msec-446cc6dc42134c5123f9a76e3f04d8183ad2c3ba.tar msec-446cc6dc42134c5123f9a76e3f04d8183ad2c3ba.tar.gz msec-446cc6dc42134c5123f9a76e3f04d8183ad2c3ba.tar.bz2 msec-446cc6dc42134c5123f9a76e3f04d8183ad2c3ba.tar.xz msec-446cc6dc42134c5123f9a76e3f04d8183ad2c3ba.zip |
add SECURE LEVEL
Diffstat (limited to 'msec.sh')
-rwxr-xr-x | msec.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,3 +5,5 @@ fi if ! echo ${PATH} |grep -q /usr/games ; then export PATH=$PATH:/usr/games fi + +export SECURE_LEVEL=${SECURE_LEVEL} |