Remove restorecon of file_contexts.bin

file_contexts.bin is dead. Long live split file_contexts.

Test: build and flash angler.
Change-Id: I962743ce3e98aefee14d972e04bf4e68bec633a5
This commit is contained in:
Jeff Vander Stoep 2017-06-14 11:15:00 -07:00
parent c5ba667adf
commit 6fb86da61b
1 changed files with 0 additions and 1 deletions

View File

@ -897,7 +897,6 @@ static void selinux_restore_context() {
selinux_android_restorecon("/dev/urandom", 0);
selinux_android_restorecon("/dev/__properties__", 0);
selinux_android_restorecon("/file_contexts.bin", 0);
selinux_android_restorecon("/plat_file_contexts", 0);
selinux_android_restorecon("/nonplat_file_contexts", 0);
selinux_android_restorecon("/plat_property_contexts", 0);