summaryrefslogtreecommitdiffstats
path: root/distrib/i386
diff options
context:
space:
mode:
authorrpe <rpe@openbsd.org>2016-09-04 09:52:03 +0000
committerrpe <rpe@openbsd.org>2016-09-04 09:52:03 +0000
commit32efaffd005c178d1a2f6c1a109b0c1d6cb85c09 (patch)
tree2af2891c611dc2a2f09ef74962ccb32ae3f67077 /distrib/i386
parentMake it possible to set the RTF_BFD flag in a change request. Also add a (diff)
downloadwireguard-openbsd-32efaffd005c178d1a2f6c1a109b0c1d6cb85c09.tar.xz
wireguard-openbsd-32efaffd005c178d1a2f6c1a109b0c1d6cb85c09.zip
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/i386')
-rw-r--r--distrib/i386/common/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md
index dd9e9066d17..6aff699a155 100644
--- a/distrib/i386/common/install.md
+++ b/distrib/i386/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.70 2016/02/08 17:28:08 krw Exp $
+# $OpenBSD: install.md,v 1.71 2016/09/04 09:52:03 rpe Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -89,7 +89,7 @@ __EOT
}
md_prep_disklabel() {
- local _disk=$1 _f=/tmp/fstab.$1
+ local _disk=$1 _f=/tmp/i/fstab.$1
md_prep_fdisk $_disk