aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-05-14 11:48:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-05-14 11:48:38 +0000
commit130aa3e3a5a0f50b6839a41026813df8b17adf8b (patch)
treedbf7817b634cf9b7c3f3b1286e9afc48954b83d6
parent3aea2bd6ac661f429442fedbef5a99941f61f236 (diff)
parente99ee4904d8c77ecef97589c81f89a9e174214ef (diff)
Merge "selinux: remove last slash in CE dirs macro"
-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"