From e392020b34ef5a6c9188c2986e0b11a6a1332237 Mon Sep 17 00:00:00 2001 From: Alex Klyubin <klyubin@google.com> Date: Mon, 19 Dec 2016 10:18:19 -0800 Subject: [PATCH] Clarify what determines precedence rules in seapp_contexts Test: It's a comment -- no impact on build Change-Id: Ibd7ff0dcd9d4c3d526ca20ab35dd4bac70d14f0a --- private/seapp_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/seapp_contexts b/private/seapp_contexts index 6349a97f9..85980e9e4 100644 --- a/private/seapp_contexts +++ b/private/seapp_contexts @@ -22,7 +22,7 @@ # All specified input selectors in an entry must match (i.e. logical AND). # Matching is case-insensitive. # -# Precedence rules: +# Precedence rules (see external/selinux/libselinux/src/android/android.c seapp_context_cmp()): # (1) isSystemServer=true before isSystemServer=false. # (2) Specified isEphemeralApp= before unspecified isEphemeralApp= boolean. # (3) Specified isOwner= before unspecified isOwner= boolean. -- GitLab