Susfs main (#627)
* Update rules.c * Update selinux.c * Rename susfs_set_kernel_sid to susfs_set_priv_app_sid * Update UID range for zygote isolated services * Update supercalls.c
This commit is contained in:
@@ -1043,10 +1043,6 @@ int ksu_handle_sys_reboot(int magic1, int magic2, unsigned int cmd, void __user
|
||||
susfs_set_hide_sus_mnts_for_all_procs(arg);
|
||||
return 0;
|
||||
}
|
||||
if (cmd == CMD_SUSFS_UMOUNT_FOR_ZYGOTE_ISO_SERVICE) {
|
||||
susfs_set_umount_for_zygote_iso_service(arg);
|
||||
return 0;
|
||||
}
|
||||
#endif //#ifdef CONFIG_KSU_SUSFS_SUS_MOUNT
|
||||
#ifdef CONFIG_KSU_SUSFS_SUS_KSTAT
|
||||
if (cmd == CMD_SUSFS_ADD_SUS_KSTAT) {
|
||||
|
||||
Reference in New Issue
Block a user