Merge "Label /vendor_file_contexts as file_contexts_file" am: a0e50d0b56

am: 5759bcccbb

Change-Id: I80a4265f9d252ac79e78a0bc4fb378769e26e9ef
This commit is contained in:
Tom Cherry 2018-01-24 01:19:09 +00:00 committed by android-build-merger
commit f25a11cf97

View file

@ -420,6 +420,7 @@ void SelinuxRestoreContext() {
selinux_android_restorecon("/plat_file_contexts", 0);
selinux_android_restorecon("/nonplat_file_contexts", 0);
selinux_android_restorecon("/vendor_file_contexts", 0);
selinux_android_restorecon("/plat_property_contexts", 0);
selinux_android_restorecon("/nonplat_property_contexts", 0);
selinux_android_restorecon("/plat_seapp_contexts", 0);