diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-08-22 17:39:39 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-08-22 17:39:39 +0000 |
| commit | 6139aaa8df4bb795835426dea215d9e2c8288da9 (patch) | |
| tree | af51eb7233ceb472f5283defafb62a7b320dfe60 /sys/security | |
| parent | 738824ad6c2dd56a9e49d3327f4c4376a4b775e4 (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/mac/mac_framework.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index b0d882985b07..735b07a108ac 100644 --- a/sys/security/mac/mac_framework.h +++ b/sys/security/mac/mac_framework.h @@ -90,6 +90,7 @@ int mac_prepare(mac_t *_label, char *_elements); int mac_prepare_file_label(mac_t *_label); int mac_prepare_ifnet_label(mac_t *_label); int mac_prepare_process_label(mac_t *_label); +int mac_prepare_type(mac_t *_label, const char *_type); int mac_set_fd(int _fildes, const mac_t _label); int mac_set_file(const char *_path, mac_t _label); int mac_set_link(const char *_path, mac_t _label); |
