android_kernel_samsung_a7y1.../security/proca/Kconfig
prashantpaddune 3bca37f224 A750FXXU4CTBC
2020-03-27 21:51:54 +05:30

24 lines
583 B
Plaintext

#
# PROCA feature configuration
#
config PROCA
bool "Process Authenticator"
depends on FIVE
default n
help
Enable Process Authenticator
config PROCA_DEBUG
bool "PROCA Debug mode"
depends on PROCA && !SAMSUNG_PRODUCT_SHIP
default y
help
Enable the debug mode in the PROCA. When this option is enabled
PROCA driver creates file /proc/<pid>/integrity/proca_certificate
which contains hex representation of binary proca certificate. It
might be used to check existence of task descriptor for some task
in proca table.
source security/proca/gaf/Kconfig