mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 01:31:36 -04:00
be621cd600
Signed-off-by: Hongjin Li <lihongjin1@huawei.com>
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (c) 2023 Huawei Device Co., Ltd.
|
|
#
|
|
config SECURITY_CODE_SIGN
|
|
bool "Advanced code signing feature based on FS Verity"
|
|
depends on FS_VERITY
|
|
default n
|
|
help
|
|
This option enables additional code signing verify features
|
|
based on fs-verity, including verify if a certificate's subject
|
|
and issuer can be trusted, etc.
|
|
|
|
If unsure, say N.
|