diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-08-22 17:49:59 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-08-22 17:49:59 +0000 |
| commit | 930d4ffa56b3e88135c41f592c7d85b2ef089cf6 (patch) | |
| tree | a0b81387ac24b4e7677b4724d6ed1a9e498f5635 /sys/security/mac/mac_framework.h | |
| parent | ee6b974c419c1f1e268678ecdcb2e796239e7b45 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac/mac_framework.h')
| -rw-r--r-- | sys/security/mac/mac_framework.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index 735b07a108ac..0b9227bd3674 100644 --- a/sys/security/mac/mac_framework.h +++ b/sys/security/mac/mac_framework.h @@ -86,7 +86,7 @@ int mac_get_link(const char *_path, mac_t _label); int mac_get_pid(pid_t _pid, mac_t _label); int mac_get_proc(mac_t _label); int mac_is_present(const char *_policyname); -int mac_prepare(mac_t *_label, char *_elements); +int mac_prepare(mac_t *_label, const 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); |
