diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-03-11 23:38:11 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-03-11 23:38:11 -0700 |
commit | 9cb73b42bf97b3978c34290825a715b6400536bc (patch) | |
tree | a388a9da00ae336832dd7d6f1078ab189b8460ce /etc | |
parent | e2b8d516969b1863d6e0668ccc5e8ecaf2e30c15 (diff) | |
download | vyatta-cfg-9cb73b42bf97b3978c34290825a715b6400536bc.tar.gz vyatta-cfg-9cb73b42bf97b3978c34290825a715b6400536bc.zip |
add LESSSECURE
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default/vyatta-cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/default/vyatta-cfg b/etc/default/vyatta-cfg index ef02233..d801239 100644 --- a/etc/default/vyatta-cfg +++ b/etc/default/vyatta-cfg @@ -43,6 +43,7 @@ if [ $is_admin == 1 ]; then else # no need to check is_users since there are only 2 levels for now declare -x -r VYATTA_USER_LEVEL_DIR=${vyatta_sysconfdir}/shell/level/users + declare -x -r LESSSECURE=1 fi } 2>/dev/null || : |