diff options
Diffstat (limited to 'security/selinux/ss/mls.c')
-rw-r--r-- | security/selinux/ss/mls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/selinux/ss/mls.c b/security/selinux/ss/mls.c index 3f2b2706b5bb..e6654b543aed 100644 --- a/security/selinux/ss/mls.c +++ b/security/selinux/ss/mls.c | |||
@@ -541,8 +541,8 @@ int mls_compute_sid(struct context *scontext, | |||
541 | case AVTAB_MEMBER: | 541 | case AVTAB_MEMBER: |
542 | /* Use the process effective MLS attributes. */ | 542 | /* Use the process effective MLS attributes. */ |
543 | return mls_context_cpy_low(newcontext, scontext); | 543 | return mls_context_cpy_low(newcontext, scontext); |
544 | default: | 544 | |
545 | return -EINVAL; | 545 | /* fall through */ |
546 | } | 546 | } |
547 | return -EINVAL; | 547 | return -EINVAL; |
548 | } | 548 | } |