aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-05-15 03:06:26 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-05-15 03:06:26 +0000
commit131440015c9deb9b37c0db02210a2069999187e4 (patch)
treedbf7817b634cf9b7c3f3b1286e9afc48954b83d6
parent416a868a57746af6162458c103df19281af198db (diff)
parenta15fcce79d1f5e7966c881f1469d6d358c344115 (diff)
downloadselinux-android12-d1-release.tar.gz
Change-Id: I690d8bf6adc2c8c5c6cab46e717e772baddeb310
-rw-r--r--libselinux/src/android/android_platform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libselinux/src/android/android_platform.c b/libselinux/src/android/android_platform.c
index 2ffe4155..2e52c153 100644
--- a/libselinux/src/android/android_platform.c
+++ b/libselinux/src/android/android_platform.c
@@ -1179,9 +1179,9 @@ struct pkg_info *package_info_lookup(const char *name)
* credentials are presented (filenames inside are mangled), so we need
* to delay restorecon of those until vold explicitly requests it. */
// NOTE: these paths need to be kept in sync with vold
-#define DATA_SYSTEM_CE_PREFIX "/data/system_ce/"
-#define DATA_VENDOR_CE_PREFIX "/data/vendor_ce/"
-#define DATA_MISC_CE_PREFIX "/data/misc_ce/"
+#define DATA_SYSTEM_CE_PREFIX "/data/system_ce"
+#define DATA_VENDOR_CE_PREFIX "/data/vendor_ce"
+#define DATA_MISC_CE_PREFIX "/data/misc_ce"
/* The path prefixes of package data directories. */
#define DATA_DATA_PATH "/data/data"