diff options
Diffstat (limited to 'security/selinux/ss/mls.h')
-rw-r--r-- | security/selinux/ss/mls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/selinux/ss/mls.h b/security/selinux/ss/mls.h index 096d1b4ef7fb..ab53663d9f5f 100644 --- a/security/selinux/ss/mls.h +++ b/security/selinux/ss/mls.h | |||
@@ -27,6 +27,8 @@ | |||
27 | int mls_compute_context_len(struct context *context); | 27 | int mls_compute_context_len(struct context *context); |
28 | void mls_sid_to_context(struct context *context, char **scontext); | 28 | void mls_sid_to_context(struct context *context, char **scontext); |
29 | int mls_context_isvalid(struct policydb *p, struct context *c); | 29 | int mls_context_isvalid(struct policydb *p, struct context *c); |
30 | int mls_range_isvalid(struct policydb *p, struct mls_range *r); | ||
31 | int mls_level_isvalid(struct policydb *p, struct mls_level *l); | ||
30 | 32 | ||
31 | int mls_context_to_sid(char oldc, | 33 | int mls_context_to_sid(char oldc, |
32 | char **scontext, | 34 | char **scontext, |