From d8501d9f78d430e5d787821509f04abe60c94505 Mon Sep 17 00:00:00 2001 From: Pat Erley Date: Thu, 11 Feb 2016 18:57:26 -0800 Subject: recovery: don't override selinux for cache partition It turns out, file names starting with @ are on the cache partition and we don't want to remount it overriding the selinux context. OPO-428 Change-Id: I661a590c3c70d75a1255b25debad3f2cbeee59e8 --- install.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/install.cpp b/install.cpp index 5631594..c557cd0 100644 --- a/install.cpp +++ b/install.cpp @@ -300,7 +300,6 @@ really_install_package(const char *path, bool* wipe_cache, bool needs_mount) if (path && needs_mount) { if (path[0] == '@') { ensure_path_mounted(path+1); - remount_no_selinux(path+1); } else { ensure_path_mounted(path); remount_no_selinux(path); -- cgit v1.1