aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-13 07:25:44 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-13 07:25:44 +0000
commitbe29c2550c3ff6551a56048c075a88da01b46cab (patch)
treeb0c54ee6f55eb5f327014dcadb673237898567ab
parentb727c7cdbe11c125c8b3b5044f04c9e47ce02188 (diff)
parent215dbe5cb4d9f5ad44bc6a9d920656ab95d08e73 (diff)
downloadselinux-oreo-dr2-release.tar.gz
Change-Id: Ib3bada068ac6c3316019ac9035d00d77e7c4f69d
-rw-r--r--libselinux/src/android/android_platform.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libselinux/src/android/android_platform.c b/libselinux/src/android/android_platform.c
index a5126d62..28ae7e07 100644
--- a/libselinux/src/android/android_platform.c
+++ b/libselinux/src/android/android_platform.c
@@ -9,7 +9,8 @@ static const struct selinux_opt seopts_file_split[] = {
};
static const struct selinux_opt seopts_file_rootfs[] = {
- { SELABEL_OPT_PATH, "/file_contexts.bin" }
+ { SELABEL_OPT_PATH, "/plat_file_contexts" },
+ { SELABEL_OPT_PATH, "/nonplat_file_contexts" }
};
/*