Files
kernel_arpi/kernel
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-09-24 10:03:40 +02:00
2022-09-24 14:22:45 +02:00
2022-09-24 14:12:45 +02:00
2022-09-21 17:30:12 +02:00
2022-09-24 14:14:08 +02:00
2022-09-21 17:30:12 +02:00
2022-07-13 11:40:42 +02:00
2022-09-21 17:30:12 +02:00
2022-09-24 14:14:08 +02:00
2022-09-21 17:30:12 +02:00
2022-09-24 14:14:08 +02:00
2021-09-08 15:32:35 -07:00
2022-06-14 11:49:05 +02:00
2022-02-23 12:30:26 +01:00
2022-07-22 17:43:50 +02:00
2022-09-24 14:12:45 +02:00
2021-09-08 15:32:34 -07:00
2021-05-07 00:26:33 -07:00
2021-09-28 08:49:54 -07:00
2022-07-22 17:43:50 +02:00
2022-04-24 16:57:32 +02:00
2022-08-02 08:37:15 +02:00
2022-09-24 10:01:09 +02:00
2022-09-28 13:32:32 +02:00