aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-17LSM: LoadPin: provide enablement CONFIGKees Cook2-6/+15
2016-05-06Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris6-61/+128
2016-05-06Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into nextJames Morris56-717/+1341
2016-05-04Yama: use atomic allocations when reportingSasha Levin1-2/+2
2016-05-04seccomp: Fix comment typoMickaël Salaün1-1/+1
2016-05-04Merge branch 'keys-trust' into keys-nextDavid Howells41-517/+673
2016-05-01ima: add support for creating files using the mknodat syscallMimi Zohar4-1/+37
2016-05-01ima: fix ima_inode_post_setattrMimi Zohar2-1/+2
2016-05-01vfs: forbid write access when reading a file into memoryDmitry Kasatkin1-8/+21
2016-04-27fs: fix over-zealous use of "const"Kees Cook1-1/+1
2016-04-26selinux: apply execstack check on thread stacksStephen Smalley1-2/+3
2016-04-26selinux: distinguish non-init user namespace capability checksStephen Smalley2-17/+25
2016-04-21LSM: LoadPin for kernel file loading restrictionsKees Cook9-0/+233
2016-04-21fs: define a string representation of the kernel_read_file_id enumerationMimi Zohar1-6/+25
2016-04-21Yama: consolidate error reportingKees Cook1-10/+21
2016-04-21string_helpers: add kstrdup_quotable_fileKees Cook2-0/+33
2016-04-21string_helpers: add kstrdup_quotable_cmdlineKees Cook2-0/+35
2016-04-21string_helpers: add kstrdup_quotableKees Cook2-0/+30
2016-04-19selinux: check ss_initialized before revalidating an inode labelPaul Moore1-1/+1
2016-04-19selinux: delay inode label lookup as long as possiblePaul Moore1-8/+13
2016-04-19selinux: don't revalidate an inode's label when explicitly setting itPaul Moore1-2/+11
2016-04-14selinux: Change bool variable name to index.Prarit Bhargava2-4/+4
2016-04-12Merge branch 'keys-sig' into keys-nextDavid Howells13-191/+281
2016-04-12Merge branch 'keys-misc' into keys-nextDavid Howells11-50/+428
2016-04-12KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau8-0/+233
2016-04-12Security: Keys: Big keys stored encryptedKirill Marinushkin2-18/+184
2016-04-12KEYS: user_update should use copy of payload made during preparsingDavid Howells1-31/+11
2016-04-12security: integrity: Remove select to deleted option PUBLIC_KEY_ALGO_RSAAndreas Ziegler1-1/+0
2016-04-11IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells5-64/+34
2016-04-11certs: Add a secondary system keyring that can be added to dynamicallyDavid Howells3-16/+88
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells7-59/+9
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells9-76/+100
2016-04-11KEYS: Make the system trusted keyring depend on the asymmetric key typeDavid Howells2-1/+2
2016-04-11X.509: Move the trust validation code out to its own fileDavid Howells4-80/+116
2016-04-11X.509: Use verify_signature() if we have a struct key * to useDavid Howells1-2/+1
2016-04-11KEYS: Generalise x509_request_asymmetric_key()David Howells5-39/+37
2016-04-11KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells4-95/+94
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells15-52/+198
2016-04-11security: drop the unused hook skb_owned_byPaolo Abeni2-2/+0
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells9-32/+11
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells15-173/+155
2016-04-06X.509: Fix self-signed determinationDavid Howells1-0/+9
2016-04-06X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells4-71/+110
2016-04-06PKCS#7: Make the signature a pointer rather than embedding itDavid Howells4-48/+55
2016-04-06X.509: Retain the key verification dataDavid Howells5-66/+67
2016-04-06KEYS: Add identifier pointers to public_key_signature structDavid Howells2-0/+5
2016-04-06KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells7-14/+43
2016-04-06X.509: Whitespace cleanupDavid Howells1-2/+2
2016-04-05selinux: restrict kernel module loadingJeff Vander Stoep2-1/+48
2016-04-05selinux: consolidate the ptrace parent lookup codePaul Moore1-21/+17