Merge "Update seapp_contexts precedence documentation" into main am: 60b8c39abc am: 66ea241db2 am: 73702452b9 am: c5fee689c7

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2671176

Change-Id: I9b0fcd48155d1440454e345783ed9562ee91aaf6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Inseob Kim 2023-07-26 14:20:29 +00:00 committed by Automerger Merge Worker
commit 5fa5bc95a9

View file

@ -69,6 +69,8 @@
# minTargetSdkVersion= integer. Note that minTargetSdkVersion=
# defaults to 0 if unspecified.
# (8) fromRunAs=true before fromRunAs=false.
# (9) Platform seapp_contexts files (system, system_ext, product) before
# vendor seapp_contexts files (vendor, odm).
# (A fixed selector is more specific than a prefix, i.e. ending in *, and a
# longer prefix is more specific than a shorter prefix.)
# Apps are checked against entries in precedence order until the first match,