mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 19:49:56 -04:00
5ceb44f5f4
Signed-off-by: xiacong <xiacong4@huawei.com> Change-Id: Ib9a158b9bf965bcf1cd28786c25a50fe718a6690 Signed-off-by: xiacong <xiacong4@huawei.com>
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (c) 2023 Huawei Device Co., Ltd.
|
|
#
|
|
config SECURITY_CONTAINER_ESCAPE_DETECTION
|
|
bool "Enable container escape detection"
|
|
default n
|
|
depends on SECURITY_SELINUX
|
|
help
|
|
Build support for container escape detection.
|