Explicitly set the owner of the files which are installed setuid root
authorTheodore Tso <tytso@mit.edu>
Mon, 20 Oct 1997 18:34:14 +0000 (18:34 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 20 Oct 1997 18:34:14 +0000 (18:34 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10237 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/pre.in

index 2e5b6834c261499938781eba946b5b90226c6997..75ee61788b50881e3dd9ed78941e5d4362f1b821 100644 (file)
@@ -1,3 +1,8 @@
+Mon Oct 20 14:27:19 1997  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * pre.in (INSTALL_SETUID): Explicitly set the owner of the files
+               which are installed setuid root.
+
 Wed Aug  6 20:23:32 1997  Tom Yu  <tlyu@mit.edu>
 
        * pre.in: Add $(HESIOD_LIBS) to KADMSRV_LIBS.
index c6d12cf0b432952a17233a7a9633964abd611182..4cf44bfd63f65531274a3c5ab8178b4adca7da2f 100644 (file)
@@ -80,7 +80,7 @@ CLNTDEPLIBS = @CLNTDEPLIBS@
 INSTALL=@INSTALL@
 INSTALL_PROGRAM=@INSTALL_PROGRAM@ -s
 INSTALL_DATA=@INSTALL_DATA@
-INSTALL_SETUID=$(INSTALL) -s -m 4755
+INSTALL_SETUID=$(INSTALL) -s -m 4755 -o root
 ## This is needed because autoconf will sometimes define @exec_prefix@ to be
 ## ${prefix}.
 prefix=@prefix@