]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Screw over users of the kern.{security.,}suser_permitted sysctl again,
authorrwatson <rwatson@FreeBSD.org>
Fri, 31 Aug 2001 21:44:12 +0000 (21:44 +0000)
committerrwatson <rwatson@FreeBSD.org>
Fri, 31 Aug 2001 21:44:12 +0000 (21:44 +0000)
commitd3109e582d93ac938f94a7942d621784767fb319
tree38a78ec3e6dba9591fe552ca1db181734fa0ae9e
parent623919c0cc2648191a9c771f0c57611c07b1aabf
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
sys/kern/kern_prot.c
sys/sys/systm.h