mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
18 lines
543 B
Plaintext
18 lines
543 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
#
|
||
|
# Integrity Policy Enforcement (IPE) configuration
|
||
|
#
|
||
|
|
||
|
menuconfig SECURITY_IPE
|
||
|
bool "Integrity Policy Enforcement (IPE)"
|
||
|
depends on SECURITY && SECURITYFS
|
||
|
select PKCS7_MESSAGE_PARSER
|
||
|
select SYSTEM_DATA_VERIFICATION
|
||
|
help
|
||
|
This option enables the Integrity Policy Enforcement LSM
|
||
|
allowing users to define a policy to enforce a trust-based access
|
||
|
control. A key feature of IPE is a customizable policy to allow
|
||
|
admins to reconfigure trust requirements on the fly.
|
||
|
|
||
|
If unsure, answer N.
|