mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 09:41:18 -04:00
950bac51dc
Signed-off-by: ligongshao <flamingsword1953@163.com> Change-Id: I4ce475213751ac2239aea974653c58d6a0e13d90 Signed-off-by: ligongshao <flamingsword1953@163.com>
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (c) 2024 Huawei Device Co., Ltd.
|
|
#
|
|
config SECURITY_DEC
|
|
bool "Data enhance control features"
|
|
|
|
default y
|
|
help
|
|
This option enables file operation permission verification
|
|
at VFS layer.
|
|
|
|
If unsure, say N.
|