serenity/Kernel/Security
Sönke Holz cd389833d4 Kernel/riscv64: Use TimeManagement as an entropy source for now
Better entropy will require us to parse the riscv,isa devicetree
property and then use the Zkr extension, if present.
2024-02-24 16:37:20 -07:00
..
AddressSanitizer.cpp Kernel: Add initial basic support for KASAN 2023-12-30 13:57:10 +01:00
AddressSanitizer.h Kernel: Add initial basic support for KASAN 2023-12-30 13:57:10 +01:00
Credentials.cpp Kernel: Move Credentials.{cpp,h} to the Security subdirectory 2023-06-04 21:32:34 +02:00
Credentials.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
ExecutionMode.h Kernel: Move ExecutionMode.h to the Security subdirectory 2023-06-04 21:32:34 +02:00
Jail.cpp Kernel: Move all tasks-related code to the Tasks subdirectory 2023-06-04 21:32:34 +02:00
Jail.h Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
Random.cpp Kernel/riscv64: Use TimeManagement as an entropy source for now 2024-02-24 16:37:20 -07:00
Random.h Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
UBSanitizer.cpp Kernel: Move UBSanitizer and AddressSanitizer to Security subdirectory 2023-06-04 21:32:34 +02:00