Files
kernel_arpi/scripts
Ramji Jiyani e7451150cb ANDROID: GKI: Add module load time symbol protection
Add CONFIG_MODULE_SIG_PROTECT to enable lookup for the unprotected
symbols from the build time generated list of symbols.

Module loading behavior will change as follows:
- Allows Android GKI Modules signed using MODULE_SIG_ALL during build.
- Allows other modules to load if they don't violate the access to
  Android GKI protected symbols. Loading will fail and return
  -EACCES (Permission denied) if these modules access the symbol which
  is not allowlisted via symbol list or exported by a GKI module.

Bug: 232430739
Test: TH
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
Change-Id: I751b1951241b45712c20ac0e3878abd2152dd002
2022-09-30 17:41:39 +00:00
..
2022-07-13 17:32:01 +02:00
2021-07-15 22:31:10 +02:00
2022-09-24 10:01:09 +02:00
2021-05-02 00:43:35 +09:00
2021-05-02 00:43:35 +09:00
2021-05-03 17:23:06 -06:00