From be93a3e156fce4ff194fbafa3f00b11591f9ad50 Mon Sep 17 00:00:00 2001 From: Antoine Leca Date: Fri, 18 Jan 2013 19:52:00 +0000 Subject: [PATCH] Fix permissions for term(1) LSC: Small correction, using the group name is not secure in cross-build setups, replaced by the numerical gid to ensure proper operation. Change-Id: I7657b77f29eaa513fe24d8c4e2eb6de9afd53950 --- etc/mtree/NetBSD.dist.base | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/mtree/NetBSD.dist.base b/etc/mtree/NetBSD.dist.base index eddf262ce..698efdf27 100644 --- a/etc/mtree/NetBSD.dist.base +++ b/etc/mtree/NetBSD.dist.base @@ -146,6 +146,10 @@ ./tmp ./usr/tmp +# this one is for term(1) +/set type=dir uid=0 gid=5 mode=775 +./usr/spool/locks + # Symlinks /set type=link uid=0 gid=0 mode=0777 ./dev/mouse -- 2.44.0