mirror of https://github.com/OpenIPC/firmware.git
12 lines
417 B
Diff
12 lines
417 B
Diff
diff -drupN a/security/fivm/Kconfig b/security/fivm/Kconfig
|
|
--- a/security/fivm/Kconfig 1970-01-01 03:00:00.000000000 +0300
|
|
+++ b/security/fivm/Kconfig 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -0,0 +1,7 @@
|
|
+config FILE_INTEGRITY
|
|
+ tristate "File Integrity Check"
|
|
+ depends on SECURITYFS
|
|
+ default n
|
|
+ help
|
|
+ This selects off-line file integrity module , which help to verify
|
|
+ the system file integrity on run-time
|