diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2016-09-05 09:15:06 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2016-09-05 09:15:06 +0000 |
commit | 4ad0b413576c9582a98d6f043c90612eda4130f1 (patch) | |
tree | cffcc44680ffee2975b79c42a23802da67d548a5 /distrib | |
parent | 0dce42076724bd7365243737ade293596fc76274 (diff) |
Relax permissions to make files readable by unpriv users again.
Found out by naddy
OK deraadt
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/dot.profile b/distrib/miniroot/dot.profile index 05ec2bd5f22..996169b2c31 100644 --- a/distrib/miniroot/dot.profile +++ b/distrib/miniroot/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.33 2016/09/04 09:56:46 rpe Exp $ +# $OpenBSD: dot.profile,v 1.34 2016/09/05 09:15:05 rpe Exp $ # $NetBSD: dot.profile,v 1.1 1995/12/18 22:54:43 pk Exp $ # # Copyright (c) 2009 Kenneth R. Westerback @@ -65,7 +65,7 @@ Welcome to the $OBSD installation program. __EOT # Create working directories with proper permissions in /tmp. - mkdir -m u=rwx,go= -p /tmp/{ai,i} + mkdir -m u=rwx,go=rx -p /tmp/{ai,i} # Did we netboot? If so, then start the automatic installation # after a timeout, but only the very first time around. |