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 ff17820d35ec..5914eeb0b339 100644
--- a/security/selinux/ss/services.c
+++ b/security/selinux/ss/services.c
@@ -741,7 +741,7 @@ int security_bounded_transition(u32 old_sid, u32 new_sid)
741 goto out; 741 goto out;
742 } 742 }
743 743
744 /* type/domain unchaned */ 744 /* type/domain unchanged */
745 if (old_context->type == new_context->type) { 745 if (old_context->type == new_context->type) {
746 rc = 0; 746 rc = 0;
747 goto out; 747 goto out;