aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/services.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/selinux/ss/services.c')
-rw-r--r--security/selinux/ss/services.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c
index d6bb20cbad62..b3efae204ac7 100644
--- a/security/selinux/ss/services.c
+++ b/security/selinux/ss/services.c
@@ -836,7 +836,7 @@ int security_bounded_transition(u32 old_sid, u32 new_sid)
836 goto out; 836 goto out;
837 } 837 }
838 838
839 /* type/domain unchaned */ 839 /* type/domain unchanged */
840 if (old_context->type == new_context->type) { 840 if (old_context->type == new_context->type) {
841 rc = 0; 841 rc = 0;
842 goto out; 842 goto out;