summaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_label.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2020-09-01security: clean up empty lines in .c and .h filesMateusz Guzik
2007-02-06Introduce accessor functions mac_label_get() and mac_label_set() to replaceRobert Watson
2007-02-06Continue 7-CURRENT MAC Framework rearrangement and cleanup:Robert Watson
2006-12-28Move mac_init_label() and mac_destroy_label() from mac_framework.c toRobert Watson
2006-12-20Staticize and comment zone_label.Robert Watson
2006-10-22Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson
2004-10-22In the MAC label zone destructor, assert that the label is onlyRobert Watson
2004-08-02* Add a "how" argument to uma_zone constructors and initialization functionsBrian Feldman
2003-11-12Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson