Date: Fri, 31 Aug 2001 14:44:12 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c src/sys/sys systm.h Message-ID: <200108312144.f7VLiCl72232@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2001/08/31 14:44:12 PDT
Modified files:
sys/kern kern_prot.c
sys/sys systm.h
Log:
o Screw over users of the kern.{security.,}suser_permitted sysctl again,
by renaming it to kern.security.suser_enabled. This makes the name
consistent with other use: "permitted" now refers to a specific right
or privilege, whereas "enabled" refers to a feature. As this hasn't
been MFC'd, and using this destroys a running system currently, I believe
the user base of the sysctl will not be too unhappy.
o While I'm at it, un-staticize and export the supporting variable, as it
will be used by kern_cap.c shortly.
Obtained from: TrustedBSD Project
Revision Changes Path
1.100 +6 -6 src/sys/kern/kern_prot.c
1.151 +2 -1 src/sys/sys/systm.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?200108312144.f7VLiCl72232>
