After installing, chmod og-rwx {/bsd bsd.mp bsd.sp bsd.rd }
authorderaadt <deraadt@openbsd.org>
Sat, 3 Jun 2017 22:27:41 +0000 (22:27 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 3 Jun 2017 22:27:41 +0000 (22:27 +0000)
(Should we make them kmem readable?  Let's ignore that for now and see
if any issues surface).
ok tb rpe

distrib/miniroot/install.sub

index 268dd38..56f460a 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/ksh
-#      $OpenBSD: install.sub,v 1.1013 2017/05/31 08:02:56 tb Exp $
+#      $OpenBSD: install.sub,v 1.1014 2017/06/03 22:27:41 deraadt Exp $
 #
 # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
 # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org>
@@ -2626,6 +2626,7 @@ finish_up() {
        make_dev $(bioctl $ROOTDISK 2>/dev/null | sed -n 's/.*<\(.*\)>$/\1/p')
        md_installboot $ROOTDISK
 
+       chmod og-rwx /mnt/bsd{,.mp,.rd} 2>/dev/null
        if [[ -f /mnt/bsd.mp ]] && ((NCPU > 1)); then
                echo "Multiprocessor machine; using bsd.mp instead of bsd."
                mv /mnt/bsd /mnt/bsd.sp 2>/dev/null