Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/sockstat turn on fortify since it is setgid (from sc...



details:   https://anonhg.NetBSD.org/src/rev/645f01adf028
branches:  trunk
changeset: 943070:645f01adf028
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 25 16:39:16 2020 +0000

description:
turn on fortify since it is setgid (from scole_mail)

diffstat:

 usr.bin/sockstat/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 3a6cf425ea0c -r 645f01adf028 usr.bin/sockstat/Makefile
--- a/usr.bin/sockstat/Makefile Tue Aug 25 16:27:24 2020 +0000
+++ b/usr.bin/sockstat/Makefile Tue Aug 25 16:39:16 2020 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.5 2020/08/25 14:05:17 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2020/08/25 16:39:16 christos Exp $
 
 .include <bsd.own.mk>
 
 RUMPPRG=       sockstat
 BINGRP= kmem
 BINMODE=2555
+USE_FORT?= yes # setgid
 
 .PATH:  ${.CURDIR}/../../lib/libc/gen
 CPPFLAGS+= -DRUMP_ACTION



Home | Main Index | Thread Index | Old Index