Browse Source

no rest for the wicked. increase user blf logrounds default to 8(+2).

increase root to 9(+1).
ok deraadt (and a thank you to miod for helping to reduce the set of
architectures harmed by this)
OPENBSD_5_6
tedu 10 years ago
parent
commit
a3382b4cd8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/mklogin.conf

+ 3
- 3
src/etc/mklogin.conf View File

@ -5,7 +5,7 @@
#
# Usage: mklogin.conf [overrides_file] < login.conf.in > login.conf.out
#
# $OpenBSD: mklogin.conf,v 1.7 2012/06/20 18:32:04 deraadt Exp $
# $OpenBSD: mklogin.conf,v 1.8 2014/03/19 04:04:25 tedu Exp $
BEGIN {
# Default substitutions
@ -19,8 +19,8 @@ BEGIN {
values["STAFF_MAXPROC_MAX"]="512"
values["STAFF_MAXPROC_CUR"]="128"
values["STAFF_OPENFILES_CUR"]="512"
values["DEF_BLOWFISH_RNDS"]="6"
values["ROOT_BLOWFISH_RNDS"]="8"
values["DEF_BLOWFISH_RNDS"]="8"
values["ROOT_BLOWFISH_RNDS"]="9"
# Optional overrides
if (ARGC > 1) {


Loading…
Cancel
Save