Merge "init: Remove the obsolete restorecon for /sbin files."
This commit is contained in:
commit
60fc999722
1 changed files with 0 additions and 6 deletions
|
@ -434,12 +434,6 @@ void SelinuxRestoreContext() {
|
|||
|
||||
selinux_android_restorecon("/dev/block", SELINUX_ANDROID_RESTORECON_RECURSE);
|
||||
selinux_android_restorecon("/dev/device-mapper", 0);
|
||||
|
||||
selinux_android_restorecon("/sbin/mke2fs_static", 0);
|
||||
selinux_android_restorecon("/sbin/e2fsdroid_static", 0);
|
||||
|
||||
selinux_android_restorecon("/sbin/mkfs.f2fs", 0);
|
||||
selinux_android_restorecon("/sbin/sload.f2fs", 0);
|
||||
}
|
||||
|
||||
int SelinuxKlogCallback(int type, const char* fmt, ...) {
|
||||
|
|
Loading…
Reference in a new issue