Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/sys Restrict special mode/owner settings to t...



details:   https://anonhg.NetBSD.org/src/rev/4e49f5986166
branches:  trunk
changeset: 821319:4e49f5986166
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Feb 01 10:18:27 2017 +0000

description:
Restrict special mode/owner settings to truncate_test.root_owned;
otherwise the Atffile will be generated unreadable for group/others
as well.

diffstat:

 tests/lib/libc/sys/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r d3adcb8d3b99 -r 4e49f5986166 tests/lib/libc/sys/Makefile
--- a/tests/lib/libc/sys/Makefile       Wed Feb 01 09:26:39 2017 +0000
+++ b/tests/lib/libc/sys/Makefile       Wed Feb 01 10:18:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2017/01/14 03:59:58 pgoyette Exp $
+# $NetBSD: Makefile,v 1.48 2017/02/01 10:18:27 martin Exp $
 
 MKMAN= no
 
@@ -86,10 +86,10 @@
 
 FILES=         truncate_test.root_owned
 FILESBUILD=    yes
-FILESDIR=      ${TESTSDIR}
-FILESMODE=     0600
-FILESOWNER=    root
-FILESGRP=      wheel
+FILESDIR_truncate_test.root_owned=     ${TESTSDIR}
+FILESMODE_truncate_test.root_owned=    0600
+FILESOWNER_truncate_test.root_owned=   root
+FILESGRP_truncate_test.root_owned=     wheel
 
 CLEANFILES=   truncate_test.root_owned
 truncate_test.root_owned:



Home | Main Index | Thread Index | Old Index