summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-1720-227/+450
|\
| * Merge tag 'keys-next-20160303' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2016-03-045-25/+12
| |\
| | * X.509: Make algo identifiers text instead of enumDavid Howells2016-03-032-4/+5
| | * akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells2016-03-031-0/+1
| | * security/keys: make big_key.c explicitly non-modularPaul Gortmaker2016-02-181-14/+1
| | * integrity: convert digsig to akcipher apiTadeusz Struk2016-02-182-7/+4
| | * KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionDavid Howells2016-02-101-1/+0
| | * KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells2016-02-091-0/+2
| * | Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-03-041-1/+1
| |\ \
| | * | selinux: use absolute path to include directoryAndy Shevchenko2016-01-281-1/+1
| * | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2016-02-2613-163/+418
| |\ \ \
| | * | | ima: require signed IMA policyMimi Zohar2016-02-211-0/+7
| | * | | ima: measure and appraise the IMA policy itselfMimi Zohar2016-02-214-3/+24
| | * | | ima: load policy using pathDmitry Kasatkin2016-02-211-2/+43
| | * | | ima: support for kexec image and initramfsMimi Zohar2016-02-213-7/+27
| | * | | ima: remove firmware and module specific cached status infoMimi Zohar2016-02-215-39/+28
| | * | | module: replace copy_module_from_fd with kernel versionMimi Zohar2016-02-212-34/+13
| | * | | security: define kernel_read_file hookMimi Zohar2016-02-212-0/+29
| | * | | firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar2016-02-212-24/+10
| | * | | ima: define a new hook to measure and appraise a file already in memoryMimi Zohar2016-02-207-15/+57
| | * | | ima: calculate the hash of a buffer using aynchronous hash(ahash)Mimi Zohar2016-02-181-2/+73
| | * | | ima: provide buffer hash calculation functionDmitry Kasatkin2016-02-182-0/+49
| | * | | vfs: define kernel_read_file_id enumerationMimi Zohar2016-02-181-2/+3
| | * | | vfs: define a generic function to read a file from the kernelMimi Zohar2016-02-181-0/+8
| | * | | ima: use "ima_hooks" enum as function argumentMimi Zohar2016-02-185-27/+37
| | * | | ima: refactor ima_policy_show() to display "ima_hooks" rulesMimi Zohar2016-02-181-27/+36
| | * | | ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin2016-02-188-40/+33
| | * | | IMA: fix non-ANSI declaration of ima_check_policy()Colin Ian King2016-02-081-1/+1
| | | |/ | | |/|
| * | | Merge branch 'smack-for-4.6' of https://github.com/cschaufler/smack-next into...James Morris2016-02-221-32/+14
| |\ \ \
| | * | | smack: fix cache of access labelsJosé Bollo2016-02-161-2/+6
| | * | | Smack: Remove pointless hooksCasey Schaufler2016-02-111-30/+8
| | |/ /
| * | | tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen2016-02-101-6/+5
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-32/+50
|\ \ \
| * | | crypto: keys - Revert "convert public key to akcipher api"Herbert Xu2016-02-092-4/+7
| * | | integrity: convert digsig to akcipher apiTadeusz Struk2016-02-062-7/+4
| * | | KEYS: Use skcipherHerbert Xu2016-01-271-32/+50
* | | | Merge branch 'stable-4.5' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-02-261-1/+1
|\ \ \ \
| * | | | selinux: Don't sleep inside inode_getsecid hookAndreas Gruenbacher2016-02-191-1/+1
* | | | | EVM: Use crypto_memneq() for digest comparisonsRyan Ware2016-02-121-1/+2
* | | | | selinux: nlmsgtab: add SOCK_DESTROY to the netlink mapping tablesLorenzo Colitti2016-02-091-0/+1
| |_|/ / |/| | |
* | | | KEYS: Only apply KEY_FLAG_KEEP to a key if a parent keyring has it setDavid Howells2016-01-281-1/+2
| |/ / |/| |
* | | wrappers for ->i_mutex accessAl Viro2016-01-223-11/+11
* | | ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-1/+6
* | | security: let security modules use PTRACE_MODE_* with bitmasksJann Horn2016-01-202-7/+5
* | | KEYS: Fix keyring ref leak in join_session_keyring()Yevgeny Pats2016-01-201-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-1729-160/+967
|\ \ \
| * \ \ Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris2016-01-141-8/+2
| |\ \ \ | | |/ /
| | * | selinux: Inode label revalidation performance fixAndreas Gruenbacher2016-01-081-8/+2
| | |/
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2016-01-103-21/+17
| |\ \
| | * | KEYS: refcount bug fixMimi Zohar2016-01-072-12/+8
OpenPOWER on IntegriCloud