diff options
Diffstat (limited to 'usr/src/uts/common/sys/policy.h')
-rw-r--r-- | usr/src/uts/common/sys/policy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/policy.h b/usr/src/uts/common/sys/policy.h index 5328d02c59..5a1cffc397 100644 --- a/usr/src/uts/common/sys/policy.h +++ b/usr/src/uts/common/sys/policy.h @@ -133,6 +133,7 @@ int secpolicy_proc_access(const cred_t *); int secpolicy_proc_excl_open(const cred_t *); int secpolicy_proc_owner(const cred_t *, const cred_t *, int); int secpolicy_proc_zone(const cred_t *); +int secpolicy_psecflags(const cred_t *, struct proc *, struct proc *); int secpolicy_pset(const cred_t *); int secpolicy_rctlsys(const cred_t *, boolean_t); int secpolicy_resource(const cred_t *); |