Date: Mon, 17 Feb 2003 05:39:57 -0800 (PST) From: Maxim Konovalov <maxim@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.c Message-ID: <200302171339.h1HDdv4r098885@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
maxim 2003/02/17 05:39:57 PST
Modified files:
sys/netinet ip_fw2.c
Log:
o Fix ipfw uid rules: socheckuid() returns 0 when uid matches a socket
cr_uid.
Note: we do not have socheckuid() in RELENG_4, ip_fw2.c uses its
own macro for a similar purpose that is why ipfw2 in RELENG_4 processes
uid rules correctly. I will MFC the diff for code consistency.
Reported by: Oleg Baranov <ol@csa.ru>
Reviewed by: luigi
MFC after: 1 month
Revision Changes Path
1.26 +2 -2 src/sys/netinet/ip_fw2.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302171339.h1HDdv4r098885>
