diff options
Diffstat (limited to 'security/selinux/ss/mls.h')
-rw-r--r-- | security/selinux/ss/mls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/ss/mls.h b/security/selinux/ss/mls.h index 9a3ff7af70ad..67093647576d 100644 --- a/security/selinux/ss/mls.h +++ b/security/selinux/ss/mls.h | |||
@@ -34,7 +34,7 @@ int mls_level_isvalid(struct policydb *p, struct mls_level *l); | |||
34 | 34 | ||
35 | int mls_context_to_sid(struct policydb *p, | 35 | int mls_context_to_sid(struct policydb *p, |
36 | char oldc, | 36 | char oldc, |
37 | char **scontext, | 37 | char *scontext, |
38 | struct context *context, | 38 | struct context *context, |
39 | struct sidtab *s, | 39 | struct sidtab *s, |
40 | u32 def_sid); | 40 | u32 def_sid); |