summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2016-07-12apparmor: fix ref count leak when profile sha1 hash is readJohn Johansen-0/+1
2016-07-12apparmor: check that xindex is in trans_table boundsJohn Johansen-1/+1
2016-07-12apparmor: ensure the target profile name is always auditedJohn Johansen-11/+9
2016-07-12apparmor: fix audit full profile hname on successful loadJohn Johansen-1/+1
2016-07-12apparmor: fix log failures for all profiles in a setJohn Johansen-10/+19
2016-07-12apparmor: fix put() parent ref after updating the active refJohn Johansen-1/+1
2016-07-12apparmor: add parameter to control whether policy hashing is usedJohn Johansen-6/+25
2016-07-12apparmor: internal paths should be treated as disconnectedJohn Johansen-28/+36
2016-07-12apparmor: fix disconnected bind mnts reconnectionJohn Johansen-1/+4
2016-07-12apparmor: fix update the mtime of the profile file on replacementJohn Johansen-0/+2
2016-07-12apparmor: exec should not be returning ENOENT when it deniesJohn Johansen-1/+1
2016-07-12apparmor: fix uninitialized lsm_audit memberJohn Johansen-2/+4
2016-07-12apparmor: fix replacement bug that adds new child to old parentJohn Johansen-1/+1
2016-07-12apparmor: fix refcount bug in profile replacementJohn Johansen-2/+2
2016-07-09Merge tag 'keys-misc-20160708' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris-2/+2
2016-07-08Merge branch 'smack-for-4.8' of https://github.com/cschaufler/smack-next into...James Morris-0/+3
2016-07-08apparmor: fix oops, validate buffer size in apparmor_setprocattr()Vegard Nossum-17/+19
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris-64/+73
2016-07-05evm: Translate user/group ids relative to s_user_ns when computing HMACSeth Forshee-2/+2
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro-7/+14
2016-06-30ima: extend the measurement entry specific pcrEric Richter-3/+3
2016-06-30ima: change integrity cache to store measured pcrEric Richter-3/+11
2016-06-30ima: redefine duplicate template entriesEric Richter-3/+4
2016-06-30ima: change ima_measurements_show() to display the entry specific pcrEric Richter-5/+4
2016-06-30ima: include pcr for each measurement log entryEric Richter-8/+13
2016-06-30ima: extend ima_get_action() to return the policy pcrEric Richter-7/+14
2016-06-30ima: add policy support for extending different pcrsEric Richter-1/+28
2016-06-30integrity: add measured_pcrs field to integrity cacheEric Richter-0/+3
2016-06-27calipso: Add a label cache.Huw Davies-3/+6
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies-8/+10
2016-06-27calipso: Allow the lsm to label the skbuff directly.Huw Davies-0/+15
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Huw Davies-1/+1
2016-06-27netlabel: Prevent setsockopt() from changing the hop-by-hop option.Huw Davies-1/+16
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies-1/+1
2016-06-24selinux: Add support for unprivileged mounts from user namespacesSeth Forshee-0/+23
2016-06-24Smack: Handle labels consistently in untrusted mountsSeth Forshee-10/+19
2016-06-24Smack: Add support for unprivileged mounts from user namespacesSeth Forshee-12/+37
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski-2/+8
2016-06-24fs: Limit file caps to the user namespace of the super blockSeth Forshee-0/+2
2016-06-24KEYS: Use skcipher for big keysHerbert Xu-12/+18
2016-06-16KEYS: potential uninitialized variableDan Carpenter-1/+1
2016-06-15selinux: fix type mismatchHeinrich Schuchardt-1/+1
2016-06-14KEYS: Strip trailing spacesDavid Howells-2/+2
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds-4/+4
2016-06-09selinux: import NetLabel category bitmaps correctlyPaul Moore-1/+1
2016-06-08Smack: ignore null signal in smack_task_killRafal Krypa-0/+3
2016-06-06security: tomoyo: simplify the gc kthread creationMike Danese-7/+2
2016-06-06LSM: Fix for security_inode_getsecurity and -EOPNOTSUPPCasey Schaufler-4/+25
2016-06-03KEYS: Add placeholder for KDF usage with DHStephan Mueller-6/+13
2016-05-31selinux: Only apply bounds checking to source typesStephen Smalley-48/+22