Change seapp partition log to warning am: cde31a9d4d
Original change: https://android-review.googlesource.com/c/platform/external/selinux/+/2685446 Change-Id: Ib55f9ee9ded8069ab5d51e074e658207e0a1296c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
9f06a40585
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ int seapp_context_lookup_internal(enum seapp_kind kind,
|
||||||
if (isPreinstalledApp
|
if (isPreinstalledApp
|
||||||
&& !is_preinstalled_app_partition_valid(cur->partition, partition)) {
|
&& !is_preinstalled_app_partition_valid(cur->partition, partition)) {
|
||||||
// TODO(b/280547417): make this an error after fixing violations
|
// TODO(b/280547417): make this an error after fixing violations
|
||||||
selinux_log(SELINUX_ERROR,
|
selinux_log(SELINUX_WARNING,
|
||||||
"%s: App %s preinstalled to %s can't be labeled with %s sepolicy",
|
"%s: App %s preinstalled to %s can't be labeled with %s sepolicy",
|
||||||
__FUNCTION__, pkgname, partition, cur->partition);
|
__FUNCTION__, pkgname, partition, cur->partition);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue