summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Stephen Smalley <sds@tycho.nsa.gov> 2015-08-05 13:40:49 -0400
committer Stephen Smalley <sds@tycho.nsa.gov> 2015-08-05 13:40:49 -0400
commit1fd675815a3d699837f77340b1e9985b0d8ff39f (patch)
tree51ae5a3b1ea1a82633b90fb575316e45bccb637c
parentbc04d3acba766c1440e2ab0763aa1352efcf54a8 (diff)
SELinuxPolicyInstallReceiver: Switch to file_contexts.bin.
Switch to file_contexts.bin. Change-Id: I745a98c324075b42d8f20cf6cf36568896476f3e Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
-rw-r--r--services/core/java/com/android/server/updates/SELinuxPolicyInstallReceiver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/updates/SELinuxPolicyInstallReceiver.java b/services/core/java/com/android/server/updates/SELinuxPolicyInstallReceiver.java
index 04774d404288..1ac2622e2276 100644
--- a/services/core/java/com/android/server/updates/SELinuxPolicyInstallReceiver.java
+++ b/services/core/java/com/android/server/updates/SELinuxPolicyInstallReceiver.java
@@ -37,7 +37,7 @@ public class SELinuxPolicyInstallReceiver extends ConfigUpdateInstallReceiver {
private static final String TAG = "SELinuxPolicyInstallReceiver";
private static final String sepolicyPath = "sepolicy";
- private static final String fileContextsPath = "file_contexts";
+ private static final String fileContextsPath = "file_contexts.bin";
private static final String propertyContextsPath = "property_contexts";
private static final String seappContextsPath = "seapp_contexts";
private static final String versionPath = "selinux_version";