sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.

Commit the security directory.
This commit is contained in:
Matthew D Fleming 2011-01-12 19:54:14 +00:00
parent 0c2b0e03f7
commit 123d2cb7e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217325
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ static int mac_late = 0;
* for an object type at run-time.
*/
uint64_t mac_labeled;
SYSCTL_QUAD(_security_mac, OID_AUTO, labeled, CTLFLAG_RD, &mac_labeled, 0,
SYSCTL_UQUAD(_security_mac, OID_AUTO, labeled, CTLFLAG_RD, &mac_labeled, 0,
"Mask of object types being labeled");
MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage");

View File

@ -98,7 +98,7 @@ SYSCTL_INT(_security_mac_seeotheruids, OID_AUTO, specificgid_enabled,
"with a specific gid as their real primary group id or group set");
static gid_t specificgid = 0;
SYSCTL_INT(_security_mac_seeotheruids, OID_AUTO, specificgid, CTLFLAG_RW,
SYSCTL_UINT(_security_mac_seeotheruids, OID_AUTO, specificgid, CTLFLAG_RW,
&specificgid, 0, "Specific gid to be exempt from seeotheruids policy");
static int