1419b0af8Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later 2419b0af8Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd. 3419b0af8Sopenharmony_ci# 4419b0af8Sopenharmony_ciconfig SECURITY_CODE_SIGN 5419b0af8Sopenharmony_ci bool "Advanced code signing features based on FS Verity" 6419b0af8Sopenharmony_ci depends on FS_VERITY 7419b0af8Sopenharmony_ci default n 8419b0af8Sopenharmony_ci help 9419b0af8Sopenharmony_ci This option enables additional code signing features based 10419b0af8Sopenharmony_ci on fs-verity, such as 1) protecting part of file to support 11419b0af8Sopenharmony_ci carried signature and Merkle tree, 2) verifying if a signing 12419b0af8Sopenharmony_ci certificate can be trusted, etc. 13419b0af8Sopenharmony_ci 14419b0af8Sopenharmony_ci If unsure, say N. 15