Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7f014da authored by Eric Biggers's avatar Eric Biggers Committed by Gerrit Code Review
Browse files

Merge "init.rc: disable kernel module autoloading"

parents 6ae132fd 843f46e6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@ on early-init
    # Disable sysrq from keyboard
    write /proc/sys/kernel/sysrq 0

    # Android doesn't need kernel module autoloading, and it causes SELinux
    # denials.  So disable it by setting modprobe to the empty string.  Note: to
    # explicitly set a sysctl to an empty string, a trailing newline is needed.
    write /proc/sys/kernel/modprobe \n

    # Set the security context of /adb_keys if present.
    restorecon /adb_keys