Merge "init: rename mke2fs tools with _static suffix"

This commit is contained in:
TreeHugger Robot 2017-06-19 23:25:04 +00:00 committed by Android (Google) Code Review
commit 7b1d736dac
1 changed files with 2 additions and 2 deletions

View File

@ -913,8 +913,8 @@ static void selinux_restore_context() {
selinux_android_restorecon("/dev/block", SELINUX_ANDROID_RESTORECON_RECURSE);
selinux_android_restorecon("/dev/device-mapper", 0);
selinux_android_restorecon("/sbin/mke2fs", 0);
selinux_android_restorecon("/sbin/e2fsdroid", 0);
selinux_android_restorecon("/sbin/mke2fs_static", 0);
selinux_android_restorecon("/sbin/e2fsdroid_static", 0);
}
// Set the UDC controller for the ConfigFS USB Gadgets.