From d7e70183dd68ef56c2783038a68fdb3298b7f647 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 31 Aug 2001 16:26:37 +0000 Subject: SECURITY: Drop `setgid kmem' bit as early as possible. --- usr.sbin/pstat/pstat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/pstat') diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 595f48a..a635842 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -291,6 +291,7 @@ main(argc, argv) if ((kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, buf)) == 0) errx(1, "kvm_openfiles: %s", buf); + (void)setgid(getgid()); if ((ret = kvm_nlist(kd, nl)) != 0) { if (ret == -1) errx(1, "kvm_nlist: %s", kvm_geterr(kd)); -- cgit v1.1