The order the fields were printed in did not match the order in which their values are listed; likely a typo am: cd26ca2162
Original change: https://android-review.googlesource.com/c/platform/external/selinux/+/2976012 Change-Id: I515a85b6ae5eb66afe302ac15db733790d348df5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b97284595c
1 changed files with 3 additions and 3 deletions
|
@ -615,14 +615,14 @@ int seapp_context_reload_internal(const path_alts_t *context_paths)
|
|||
__FUNCTION__,
|
||||
cur->isSystemServer ? "true" : "false",
|
||||
cur->isEphemeralAppSet ? (cur->isEphemeralApp ? "true" : "false") : "null",
|
||||
cur->isIsolatedComputeApp ? "true" : "false",
|
||||
cur->isSdkSandboxAudit ? "true" : "false",
|
||||
cur->isSdkSandboxNext ? "true" : "false",
|
||||
cur->user.str,
|
||||
cur->seinfo, cur->name.str,
|
||||
cur->isPrivAppSet ? (cur->isPrivApp ? "true" : "false") : "null",
|
||||
cur->minTargetSdkVersion,
|
||||
cur->fromRunAs ? "true" : "false",
|
||||
cur->isIsolatedComputeApp ? "true" : "false",
|
||||
cur->isSdkSandboxAudit ? "true" : "false",
|
||||
cur->isSdkSandboxNext ? "true" : "false",
|
||||
cur->domain, cur->type, cur->level,
|
||||
levelFromName[cur->levelFrom]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue