forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 2
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' of git://git.kernel.org/pub/scm/linux/kernel/git/…
…jmorris/linux-security Pull security subsystem updates from James Morris: "Highlights: - PKCS#7 support added to support signed kexec, also utilized for module signing. See comments in 3f1e1be. ** NOTE: this requires linking against the OpenSSL library, which must be installed, e.g. the openssl-devel on Fedora ** - Smack - add IPv6 host labeling; ignore labels on kernel threads - support smack labeling mounts which use binary mount data - SELinux: - add ioctl whitelisting (see http://kernsec.org/files/lss2015/vanderstoep.pdf) - fix mprotect PROT_EXEC regression caused by mm change - Seccomp: - add ptrace options for suspend/resume" * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: (57 commits) PKCS#7: Add OIDs for sha224, sha284 and sha512 hash algos and use them Documentation/Changes: Now need OpenSSL devel packages for module signing scripts: add extract-cert and sign-file to .gitignore modsign: Handle signing key in source tree modsign: Use if_changed rule for extracting cert from module signing key Move certificate handling to its own directory sign-file: Fix warning about BIO_reset() return value PKCS#7: Add MODULE_LICENSE() to test module Smack - Fix build error with bringup unconfigured sign-file: Document dependency on OpenSSL devel libraries PKCS#7: Appropriately restrict authenticated attributes and content type KEYS: Add a name for PKEY_ID_PKCS7 PKCS#7: Improve and export the X.509 ASN.1 time object decoder modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYS extract-cert: Cope with multiple X.509 certificates in a single file sign-file: Generate CMS message as signature instead of PKCS#7 PKCS#7: Support CMS messages also [RFC5652] X.509: Change recorded SKID & AKID to not include Subject or Issuer PKCS#7: Check content type and versions MAINTAINERS: The keyrings mailing list has moved ...
- Loading branch information
Showing
76 changed files
with
3,588 additions
and
1,407 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
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
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 |
---|---|---|
|
@@ -2621,6 +2621,15 @@ S: Supported | |
F: Documentation/filesystems/ceph.txt | ||
F: fs/ceph/ | ||
|
||
CERTIFICATE HANDLING: | ||
M: David Howells <[email protected]> | ||
M: David Woodhouse <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/module-signing.txt | ||
F: certs/ | ||
F: scripts/extract-cert.c | ||
|
||
CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: | ||
L: [email protected] | ||
S: Orphan | ||
|
@@ -5994,7 +6003,7 @@ F: kernel/kexec.c | |
|
||
KEYS/KEYRINGS: | ||
M: David Howells <[email protected]> | ||
L: keyrings@linux-nfs.org | ||
L: keyrings@vger.kernel.org | ||
S: Maintained | ||
F: Documentation/security/keys.txt | ||
F: include/linux/key.h | ||
|
@@ -6006,7 +6015,7 @@ KEYS-TRUSTED | |
M: David Safford <[email protected]> | ||
M: Mimi Zohar <[email protected]> | ||
L: [email protected] | ||
L: keyrings@linux-nfs.org | ||
L: keyrings@vger.kernel.org | ||
S: Supported | ||
F: Documentation/security/keys-trusted-encrypted.txt | ||
F: include/keys/trusted-type.h | ||
|
@@ -6017,7 +6026,7 @@ KEYS-ENCRYPTED | |
M: Mimi Zohar <[email protected]> | ||
M: David Safford <[email protected]> | ||
L: [email protected] | ||
L: keyrings@linux-nfs.org | ||
L: keyrings@vger.kernel.org | ||
S: Supported | ||
F: Documentation/security/keys-trusted-encrypted.txt | ||
F: include/keys/encrypted-type.h | ||
|
@@ -9264,6 +9273,12 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git | |
S: Supported | ||
F: security/apparmor/ | ||
|
||
YAMA SECURITY MODULE | ||
M: Kees Cook <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip | ||
S: Supported | ||
F: security/yama/ | ||
|
||
SENSABLE PHANTOM | ||
M: Jiri Slaby <[email protected]> | ||
S: Maintained | ||
|
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.