You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
kernel: do not umount modules by default
This commit is contained in:
@@ -76,8 +76,8 @@ static void init_default_profiles()
|
||||
default_root_profile.namespaces = 0;
|
||||
strcpy(default_root_profile.selinux_domain, KSU_DEFAULT_SELINUX_DOMAIN);
|
||||
|
||||
// This means that we will umount modules by default!
|
||||
default_non_root_profile.umount_modules = true;
|
||||
// This means that we will not umount modules by default! So the user needs to umount modules manually from manager.
|
||||
default_non_root_profile.umount_modules = false;
|
||||
}
|
||||
|
||||
struct perm_data {
|
||||
|
||||
Reference in New Issue
Block a user