diff options
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2011-05-12 18:33:20 -0400 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2011-07-18 12:29:49 -0400 |
commit | 7102ebcd65c1cdb5d5a87c7c5cf7a46f5afb0cac (patch) | |
tree | 1de4ac95b25e6bebab103e4377047c8f76038dac /Documentation/kernel-parameters.txt | |
parent | 24e0198efe0df50034ec1c14b2d7b5bb0f66d54a (diff) |
evm: permit only valid security.evm xattrs to be updated
In addition to requiring CAP_SYS_ADMIN permission to modify/delete
security.evm, prohibit invalid security.evm xattrs from changing,
unless in fixmode. This patch prevents inadvertent 'fixing' of
security.evm to reflect offline modifications.
Changelog v7:
- rename boot paramater 'evm_mode' to 'evm'
Reported-by: Roberto Sassu <roberto.sassu@polito.it>
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index fd248a318211..db97ff1da8c0 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -48,6 +48,7 @@ parameter is applicable: | |||
48 | EDD BIOS Enhanced Disk Drive Services (EDD) is enabled | 48 | EDD BIOS Enhanced Disk Drive Services (EDD) is enabled |
49 | EFI EFI Partitioning (GPT) is enabled | 49 | EFI EFI Partitioning (GPT) is enabled |
50 | EIDE EIDE/ATAPI support is enabled. | 50 | EIDE EIDE/ATAPI support is enabled. |
51 | EVM Extended Verification Module | ||
51 | FB The frame buffer device is enabled. | 52 | FB The frame buffer device is enabled. |
52 | GCOV GCOV profiling is enabled. | 53 | GCOV GCOV profiling is enabled. |
53 | HW Appropriate hardware is enabled. | 54 | HW Appropriate hardware is enabled. |
@@ -750,6 +751,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
750 | This option is obsoleted by the "netdev=" option, which | 751 | This option is obsoleted by the "netdev=" option, which |
751 | has equivalent usage. See its documentation for details. | 752 | has equivalent usage. See its documentation for details. |
752 | 753 | ||
754 | evm= [EVM] | ||
755 | Format: { "fix" } | ||
756 | Permit 'security.evm' to be updated regardless of | ||
757 | current integrity status. | ||
758 | |||
753 | failslab= | 759 | failslab= |
754 | fail_page_alloc= | 760 | fail_page_alloc= |
755 | fail_make_request=[KNL] | 761 | fail_make_request=[KNL] |