Revert "Remove /system from the dirs to relabel."

This reverts commit 3d4d07b2fa.
This commit is contained in:
repo sync 2013-05-17 12:46:31 -07:00
parent 52351300d1
commit 3d32cd9387
1 changed files with 1 additions and 0 deletions

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;