diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2016-09-04 09:54:23 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2016-09-04 09:54:23 +0000 |
commit | 7db91a8f381fb9c07940741a6df3b26a3e94aa70 (patch) | |
tree | 75d6a4ef1bbe6f6a4274dad70340f8e3a5e00547 /distrib/amd64 | |
parent | 886104b9371e122d66858ab86a3bc4e6cc5206db (diff) |
Move files created by root during install/upgrade in a subdir of
/tmp with proper permissions so that unprivileged programs can not
tamper with them.
positive feedback from deraadt
OK halex
Diffstat (limited to 'distrib/amd64')
-rw-r--r-- | distrib/amd64/common/list | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/amd64/common/list b/distrib/amd64/common/list index 70f9df56a0e..949ac9f8de3 100644 --- a/distrib/amd64/common/list +++ b/distrib/amd64/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.41 2016/09/03 10:57:11 rpe Exp $ +# $OpenBSD: list,v 1.42 2016/09/04 09:54:22 rpe Exp $ SRCDIRS distrib/special @@ -74,9 +74,9 @@ COPY ${CURDIR}/../../miniroot/protocols etc/protocols COPY ${CURDIR}/../../miniroot/services etc/services TERMCAP vt100,vt220,dumb usr/share/misc/termcap -SYMLINK /tmp/fstab.shadow etc/fstab -SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf -SYMLINK /tmp/hosts etc/hosts +SYMLINK /tmp/i/fstab.shadow etc/fstab +SYMLINK /tmp/i/resolv.conf.shadow etc/resolv.conf +SYMLINK /tmp/i/hosts etc/hosts # and the installation tools SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile |