• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (c) 2024 Huawei Device Co., Ltd.
3#
4config SECURITY_DEC
5	bool "Data enhance control features"
6
7	default y
8	help
9	  This option enables file operation permission verification
10	  at VFS layer.
11
12	  If unsure, say N.
13