am 3d32cd93: Revert "Remove /system from the dirs to relabel."

* commit '3d32cd938746215e5fa9b1a3c3b78903e043ae73':
  Revert "Remove /system from the dirs to relabel."
This commit is contained in:
gcondra@google.com 2013-05-20 15:52:27 -07:00 committed by Android Git Automerger
commit f5410f2bde

View file

@ -795,6 +795,7 @@ int selinux_reload_policy(void)
selinux_init_all_handles();
selinux_android_fixcon("/data");
selinux_android_fixcon("/system");
selinux_android_fixcon("/dev");
return 0;