configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cac489c..5049c47 100644 --- a/configure.ac +++ b/configure.ac @@ -4486,7 +4486,7 @@ xno*) case ${canonical} in *-*-linux*) if test "$vtlock" = "yes"; then - INSTPGMFLAGS="-s -o root -g bin -m 4111" + INSTPGMFLAGS="-m 4711" AC_MSG_RESULT([defining install options (setuid/setgid) = "$INSTPGMFLAGS" for vtlock]) echo "experimental: Big buffer overrun security risk" else @@ -4504,7 +4504,7 @@ x|xyes*) case ${canonical} in *-*-linux*) if test "$vtlock" = "yes"; then - INSTPGMFLAGS="-s -o root -g bin -m 4111" + INSTPGMFLAGS="-m 4711" AC_MSG_RESULT([defining install options (setuid/setgid) = "$INSTPGMFLAGS" for vtlock]) else AC_MSG_RESULT([defining install options (setuid/setgid) = "$INSTPGMFLAGS"])