diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-08-29 13:55:24 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-08-29 13:55:24 +0000 |
commit | 66355b4ef3ffcc0c078abb4aaea095bfe2876df2 (patch) | |
tree | 720e68487882ef2a9988bbab06c1c73b5ed3885c /conf | |
parent | b69f3860b435cba6938649738c517952507826a4 (diff) | |
download | msec-66355b4ef3ffcc0c078abb4aaea095bfe2876df2.tar msec-66355b4ef3ffcc0c078abb4aaea095bfe2876df2.tar.gz msec-66355b4ef3ffcc0c078abb4aaea095bfe2876df2.tar.bz2 msec-66355b4ef3ffcc0c078abb4aaea095bfe2876df2.tar.xz msec-66355b4ef3ffcc0c078abb4aaea095bfe2876df2.zip |
added support for configuring inclusion of current directory into path
Diffstat (limited to 'conf')
-rw-r--r-- | conf/level.secure | 1 | ||||
-rw-r--r-- | conf/level.standard | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/level.secure b/conf/level.secure index d56e463..9e04399 100644 --- a/conf/level.secure +++ b/conf/level.secure @@ -60,3 +60,4 @@ CHECK_SGID=yes CHECK_PROMISC=yes ENABLE_STARTUP_MSEC=yes ENABLE_STARTUP_PERMS=yes +ALLOW_CURDIR_IN_PATH=no diff --git a/conf/level.standard b/conf/level.standard index 73d7b0e..c43a0da 100644 --- a/conf/level.standard +++ b/conf/level.standard @@ -60,3 +60,4 @@ CHECK_SGID=yes CHECK_PROMISC=yes ENABLE_STARTUP_MSEC=yes ENABLE_STARTUP_PERMS=yes +ALLOW_CURDIR_IN_PATH=no |