Module Name: src
Committed By: christos
Date: Tue Aug 25 16:39:16 UTC 2020
Modified Files:
src/usr.bin/sockstat: Makefile
Log Message:
turn on fortify since it is setgid (from scole_mail)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/sockstat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/sockstat/Makefile
diff -u src/usr.bin/sockstat/Makefile:1.5 src/usr.bin/sockstat/Makefile:1.6
--- src/usr.bin/sockstat/Makefile:1.5 Tue Aug 25 10:05:17 2020
+++ src/usr.bin/sockstat/Makefile Tue Aug 25 12:39:16 2020
@@ -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