Date: Tue, 14 Jan 2003 11:35:33 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/netinet ip_fw2.c src/sys/sys sysctl.h Message-ID: <200301141935.h0EJZXkD024016@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2003/01/14 11:35:33 PST Modified files: sys/kern kern_sysctl.c sys/netinet ip_fw2.c sys/sys sysctl.h Log: Introduce the ability to flag a sysctl for operation at secure level 2 or 3 in addition to secure level 1. The mask supports up to a secure level of 8 but only add defines through CTLFLAG_SECURE3 for now. As per the missif in the log entry for 1.11 of ip_fw2.c which added the secure flag to the IPFW sysctl's in the first place, change the secure level requirement from 1 to 3 now that we have support for it. Reviewed by: imp With Design Suggestions by: imp Revision Changes Path 1.137 +3 -2 src/sys/kern/kern_sysctl.c 1.23 +3 -3 src/sys/netinet/ip_fw2.c 1.112 +11 -0 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301141935.h0EJZXkD024016>