From 3b72082c4271d51002e66dc437cd5ef944acd6c2 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 20 Oct 1997 18:34:14 +0000 Subject: [PATCH] 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 --- src/config/ChangeLog | 5 +++++ src/config/pre.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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@ -- 2.26.2