summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2015-11-19KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells1-4/+4
2015-08-27ima: extend "mask" policy matching supportMimi Zohar1-5/+15
2015-08-27ima: add support for new "euid" policy conditionMimi Zohar1-4/+23
2015-08-04evm: labeling pseudo filesystems exceptionMimi Zohar1-0/+12
2015-08-04KEYS: ensure we free the assoc array edit if edit is validColin Ian King1-3/+5
2015-07-21selinux: fix setting of security labels on NFSJ. Bruce Fields1-1/+2
2015-07-04ima: fix ima_show_template_data_ascii()Mimi Zohar3-4/+5
2015-06-28selinux/nlmsg: add XFRM_MSG_MAPPINGNicolas Dichtel1-0/+1
2015-06-28selinux/nlmsg: add XFRM_MSG_MIGRATENicolas Dichtel1-0/+1
2015-06-28selinux/nlmsg: add XFRM_MSG_REPORTNicolas Dichtel1-0/+1
2015-06-28selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFONicolas Dichtel1-0/+2
2015-06-28selinux/nlmsg: add XFRM_MSG_GETSPDINFONicolas Dichtel1-0/+1
2015-06-28selinux/nlmsg: add XFRM_MSG_NEWSPDINFONicolas Dichtel1-0/+1
2015-04-23selinux: fix sel_write_enforce broken return valueJoe Perches1-1/+1
2015-03-07smack: fix possible use after frees in task_security() callersAndrey Ryabinin2-11/+23
2015-01-30KEYS: close race between key lookup and freeingSasha Levin1-2/+2
2015-01-08KEYS: Fix stale key registration at error pathTakashi Iwai1-1/+4
2014-12-16move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-3/+3
2014-12-02KEYS: request_key() should reget expired keys rather than give EKEYEXPIREDDavid Howells3-2/+5
2014-12-02KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flagsDavid Howells3-3/+6
2014-12-02KEYS: Fix the size of the key description passed to/from userspaceDavid Howells1-30/+26
2014-11-13Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/selinux i...James Morris1-3/+4
2014-11-13selinux: convert WARN_ONCE() to printk() in selinux_nlmsg_perm()Richard Guy Briggs1-3/+4
2014-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/zoh...James Morris3-3/+9
2014-10-28evm: check xattr value length and type in evm_inode_setxattr()Dmitry Kasatkin1-3/+6
2014-10-28ima: check xattr value length and type in the ima_inode_setxattr()Dmitry Kasatkin2-0/+3
2014-10-16Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/selinux i...James Morris1-1/+1
2014-10-15selinux: fix inode security list corruptionStephen Smalley1-1/+1
2014-10-14security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.cBehan Webster1-28/+19
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds37-593/+912
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds4-9/+6
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-10-08Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2014-10-06integrity: do zero padding of the key idDmitry Kasatkin1-1/+1
2014-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris6-47/+94
2014-09-30Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris5-83/+115
2014-09-23selinux: normalize audit log formattingRichard Guy Briggs1-6/+8
2014-09-22selinux: cleanup error reporting in selinux_nlmsg_perm()Richard Guy Briggs1-4/+3
2014-09-22Merge tag 'keys-next-20140922' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris12-71/+82
2014-09-18ima: detect violations for mmaped filesRoberto Sassu2-9/+5
2014-09-18ima: fix race condition on ima_rdwr_violation_check and process_measurementRoberto Sassu1-21/+33
2014-09-18Merge branch 'smack-for-3.18' of git://git.gitorious.org/smack-next/kernel in...James Morris5-274/+520
2014-09-18ima: added ima_policy_flag variableRoberto Sassu4-5/+34
2014-09-18ima: return an error code from ima_add_boot_aggregate()Roberto Sassu1-6/+15
2014-09-18ima: provide 'ima_appraise=log' kernel optionDmitry Kasatkin2-2/+5
2014-09-18ima: move keyring initialization to ima_init()Dmitry Kasatkin2-8/+6
2014-09-16KEYS: Make the key matching functions return boolDavid Howells3-8/+8
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells9-23/+15
2014-09-16KEYS: Remove key_type::def_lookup_typeDavid Howells3-9/+5
2014-09-16KEYS: Preparse match dataDavid Howells7-44/+65