mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- Do not allow the user to send signals to arbitrary processes if setuid binary is used. PR: ports/141852 Submitted by: Denis Barov <dindin@dindin.ru> Security: http://www.freebsd.org/ports/portaudit/4d6076fe-ee7a-11de-9cd0-001a926c7637.html
10 lines
254 B
C
10 lines
254 B
C
--- nfs.c.orig 2009-12-21 13:33:10.000000000 -0800
|
|
+++ nfs.c 2009-12-21 13:33:22.000000000 -0800
|
|
@@ -44,7 +44,6 @@
|
|
#include <sys/mount.h>
|
|
|
|
#include <nfs/nfsproto.h>
|
|
-#include <nfs/rpcv2.h>
|
|
#include <nfsclient/nfs.h>
|
|
#include <nfsclient/nfsnode.h>
|
|
|