aboutsummaryrefslogtreecommitdiffstats
path: root/security (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-12apparmor: check that xindex is in trans_table boundsJohn Johansen1-1/+1
2016-07-12apparmor: ensure the target profile name is always auditedJohn Johansen1-11/+9
2016-07-12apparmor: fix audit full profile hname on successful loadJohn Johansen1-1/+1
2016-07-12apparmor: fix log failures for all profiles in a setJohn Johansen1-10/+19
2016-07-12apparmor: fix put() parent ref after updating the active refJohn Johansen1-1/+1
2016-07-12apparmor: add parameter to control whether policy hashing is usedJohn Johansen4-6/+25
2016-07-12apparmor: internal paths should be treated as disconnectedJohn Johansen1-28/+36
2016-07-12apparmor: fix disconnected bind mnts reconnectionJohn Johansen1-1/+4
2016-07-12apparmor: fix update the mtime of the profile file on replacementJohn Johansen1-0/+2
2016-07-12apparmor: exec should not be returning ENOENT when it deniesJohn Johansen1-1/+1
2016-07-12apparmor: fix uninitialized lsm_audit memberJohn Johansen2-2/+4
2016-07-12apparmor: fix replacement bug that adds new child to old parentJohn Johansen1-1/+1
2016-07-12apparmor: fix refcount bug in profile replacementJohn Johansen1-2/+2
2016-07-09Merge tag 'keys-misc-20160708' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into nextJames Morris2-2/+2
2016-07-08Merge branch 'smack-for-4.8' of https://github.com/cschaufler/smack-next into nextJames Morris1-0/+3
2016-07-08apparmor: fix oops, validate buffer size in apparmor_setprocattr()Vegard Nossum1-17/+19
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris7-64/+73
2016-07-05evm: Translate user/group ids relative to s_user_ns when computing HMACSeth Forshee1-2/+2
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.miscAl Viro5-7/+14
2016-06-30ima: extend the measurement entry specific pcrEric Richter1-3/+3
2016-06-30ima: change integrity cache to store measured pcrEric Richter3-3/+11
2016-06-30ima: redefine duplicate template entriesEric Richter1-3/+4
2016-06-30ima: change ima_measurements_show() to display the entry specific pcrEric Richter1-5/+4
2016-06-30ima: include pcr for each measurement log entryEric Richter4-8/+13
2016-06-30ima: extend ima_get_action() to return the policy pcrEric Richter5-7/+14
2016-06-30ima: add policy support for extending different pcrsEric Richter1-1/+28
2016-06-30integrity: add measured_pcrs field to integrity cacheEric Richter2-0/+3
2016-06-27calipso: Add a label cache.Huw Davies1-3/+6
2016-06-27netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies4-8/+10
2016-06-27calipso: Allow the lsm to label the skbuff directly.Huw Davies1-0/+15
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Huw Davies1-1/+1
2016-06-27netlabel: Prevent setsockopt() from changing the hop-by-hop option.Huw Davies1-1/+16
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies1-1/+1
2016-06-24selinux: Add support for unprivileged mounts from user namespacesSeth Forshee1-0/+23
2016-06-24Smack: Handle labels consistently in untrusted mountsSeth Forshee1-10/+19
2016-06-24Smack: Add support for unprivileged mounts from user namespacesSeth Forshee2-12/+37
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski2-2/+8
2016-06-24fs: Limit file caps to the user namespace of the super blockSeth Forshee1-0/+2
2016-06-24KEYS: Use skcipher for big keysHerbert Xu1-12/+18
2016-06-16KEYS: potential uninitialized variableDan Carpenter1-1/+1
2016-06-15selinux: fix type mismatchHeinrich Schuchardt1-1/+1
2016-06-14KEYS: Strip trailing spacesDavid Howells2-2/+2
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds3-4/+4
2016-06-09selinux: import NetLabel category bitmaps correctlyPaul Moore1-1/+1
2016-06-08Smack: ignore null signal in smack_task_killRafal Krypa1-0/+3
2016-06-06security: tomoyo: simplify the gc kthread creationMike Danese1-7/+2
2016-06-06LSM: Fix for security_inode_getsecurity and -EOPNOTSUPPCasey Schaufler1-4/+25
2016-06-03KEYS: Add placeholder for KDF usage with DHStephan Mueller4-6/+13
2016-05-31selinux: Only apply bounds checking to source typesStephen Smalley1-48/+22
2016-05-29securityfs: ->d_parent is never NULL or negativeAl Viro1-5/+6