From: Theodore Tso Date: Mon, 20 Oct 1997 18:34:14 +0000 (+0000) Subject: Explicitly set the owner of the files which are installed setuid root X-Git-Tag: krb5-1.1-beta1~988 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3b72082c4271d51002e66dc437cd5ef944acd6c2;p=krb5.git Explicitly set the owner of the files which are installed setuid root git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10237 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 2e5b6834c..75ee61788 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 20 14:27:19 1997 Theodore Y. Ts'o + + * 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 * pre.in: Add $(HESIOD_LIBS) to KADMSRV_LIBS. diff --git a/src/config/pre.in b/src/config/pre.in index c6d12cf0b..4cf44bfd6 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -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@