forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/ker…
…nel/git/jmorris/linux-security Pull general security subsystem updates from James Morris: "TPM (from Jarkko): - essential clean up for tpm_crb so that ARM64 and x86 versions do not distract each other as much as before - /dev/tpm0 rejects now too short writes (shorter buffer than specified in the command header - use DMA-safe buffer in tpm_tis_spi - otherwise mostly minor fixes. Smack: - base support for overlafs Capabilities: - BPRM_FCAPS fixes, from Richard Guy Briggs: The audit subsystem is adding a BPRM_FCAPS record when auditing setuid application execution (SYSCALL execve). This is not expected as it was supposed to be limited to when the file system actually had capabilities in an extended attribute. It lists all capabilities making the event really ugly to parse what is happening. The PATH record correctly records the setuid bit and owner. Suppress the BPRM_FCAPS record on set*id. TOMOYO: - Y2038 timestamping fixes" * 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: (28 commits) MAINTAINERS: update the IMA, EVM, trusted-keys, encrypted-keys entries Smack: Base support for overlayfs MAINTAINERS: remove David Safford as maintainer for encrypted+trusted keys tomoyo: fix timestamping for y2038 capabilities: audit log other surprising conditions capabilities: fix logic for effective root or real root capabilities: invert logic for clarity capabilities: remove a layer of conditional logic capabilities: move audit log decision to function capabilities: use intuitive names for id changes capabilities: use root_priveleged inline to clarify logic capabilities: rename has_cap to has_fcap capabilities: intuitive names for cap gain status capabilities: factor out cap_bprm_set_creds privileged root tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDX tpm: fix duplicate inline declaration specifier tpm: fix type of a local variables in tpm_tis_spi.c tpm: fix type of a local variable in tpm2_map_command() tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl() tpm-dev-common: Reject too short writes ...
- Loading branch information
Showing
17 changed files
with
385 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5219,8 +5219,7 @@ F: fs/ext4/ | |
|
||
Extended Verification Module (EVM) | ||
M: Mimi Zohar <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: security/integrity/evm/ | ||
|
||
|
@@ -6847,9 +6846,7 @@ L: [email protected] | |
INTEGRITY MEASUREMENT ARCHITECTURE (IMA) | ||
M: Mimi Zohar <[email protected]> | ||
M: Dmitry Kasatkin <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git | ||
S: Supported | ||
F: security/integrity/ima/ | ||
|
@@ -7632,18 +7629,16 @@ F: kernel/kexec* | |
|
||
KEYS-ENCRYPTED | ||
M: Mimi Zohar <[email protected]> | ||
M: David Safford <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/security/keys/trusted-encrypted.rst | ||
F: include/keys/encrypted-type.h | ||
F: security/keys/encrypted-keys/ | ||
|
||
KEYS-TRUSTED | ||
M: David Safford <[email protected]> | ||
M: Mimi Zohar <[email protected]> | ||
L: linux-security-module@vger.kernel.org | ||
L: linux-integrity@vger.kernel.org | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/security/keys/trusted-encrypted.rst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.