You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
365 B
16 lines
365 B
7 months ago
|
#
|
||
|
# KSMS configuration
|
||
|
#
|
||
|
|
||
|
config KSMS
|
||
|
bool "kernel security mechanism set"
|
||
|
default y
|
||
|
help
|
||
|
debugfs is /sys/kernel/debug/ksms
|
||
|
which give a debugfs to simulate jop attack.
|
||
|
If you are unsure, say N.
|
||
|
|
||
|
source "drivers/huanglong/ksms/bl31_log/Kconfig"
|
||
|
source "drivers/huanglong/ksms/bl31_hibernate/Kconfig"
|
||
|
source "drivers/huanglong/ksms/kharden_test/Kconfig"
|