mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 01:31:36 -04:00
ce31db2c6c
Change-Id: I06948b7bf8741449dfa1af1964d9170329d90b4b Signed-off-by: lihehe <lihehao@huawei.com>
15 lines
461 B
Plaintext
15 lines
461 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 features based on FS Verity"
|
|
depends on FS_VERITY
|
|
default n
|
|
help
|
|
This option enables additional code signing features based
|
|
on fs-verity, such as 1) protecting part of file to support
|
|
carried signature and Merkle tree, 2) verifying if a signing
|
|
certificate can be trusted, etc.
|
|
|
|
If unsure, say N.
|