diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2006-11-06 13:37:19 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2006-11-06 13:37:19 +0000 |
| commit | 800c94083290dc4b38138b28cfc03ee77de4ff79 (patch) | |
| tree | 49b2f12eb24e45ea767f3ad4ca390f0f9a7f08ef /sys/security/mac/mac_framework.h | |
| parent | 42a4336a90617f4137a474d0dd57b5699d29b0ab (diff) | |
Notes
Diffstat (limited to 'sys/security/mac/mac_framework.h')
| -rw-r--r-- | sys/security/mac/mac_framework.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index 78f69daeacf6e..a895cfed34d0a 100644 --- a/sys/security/mac/mac_framework.h +++ b/sys/security/mac/mac_framework.h @@ -407,6 +407,8 @@ int mac_pipe_label_set(struct ucred *cred, struct pipepair *pp, struct label *label); void mac_cred_mmapped_drop_perms(struct thread *td, struct ucred *cred); void mac_associate_nfsd_label(struct ucred *cred); +int mac_priv_check(struct ucred *cred, int priv); +int mac_priv_grant(struct ucred *cred, int priv); /* * Calls to help various file systems implement labeling functionality |
