1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (c) 2023 Huawei Device Co., Ltd.
3#
4config SECURITY_CONTAINER_ESCAPE_DETECTION
5 bool "Enable container escape detection"
6 default n
7 depends on SECURITY_SELINUX
8 help
9 Build support for container escape detection.
10