diff options
| author | Theodore Tso <tytso@mit.edu> | 1997-10-20 18:34:14 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1997-10-20 18:34:14 +0000 |
| commit | 3b72082c4271d51002e66dc437cd5ef944acd6c2 (patch) | |
| tree | b70183783b865bef06175e7911114cbdf618ba06 /src | |
| parent | 92765f6195c48c6ba86eb2684ccc1fdda0ebc63f (diff) | |
| download | krb5-3b72082c4271d51002e66dc437cd5ef944acd6c2.tar.gz krb5-3b72082c4271d51002e66dc437cd5ef944acd6c2.tar.xz krb5-3b72082c4271d51002e66dc437cd5ef944acd6c2.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 5 | ||||
| -rw-r--r-- | src/config/pre.in | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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. 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@ |
