summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2014-07-22KEYS: Call ->free_preparse() even after ->preparse() returns an errorDavid Howells-5/+4
2014-07-22KEYS: Allow expiry time to be set when preparsing a keyDavid Howells-0/+8
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells-3/+5
2014-07-19Merge tag 'seccomp-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...James Morris-2/+2
2014-07-19Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris-160/+101
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook-2/+2
2014-07-18KEYS: Provide a generic instantiation functionDavid Howells-0/+30
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells-1/+14
2014-07-17ima: define '.ima' as a builtin 'trusted' keyringMimi Zohar-2/+63
2014-07-17KEYS: special dot prefixed keyring name bug fixMimi Zohar-2/+4
2014-07-17ima: provide double buffering for hash calculationDmitry Kasatkin-16/+49
2014-07-17ima: introduce multi-page collect buffersDmitry Kasatkin-2/+96
2014-07-17ima: use ahash API for file hash calculationDmitry Kasatkin-4/+183
2014-07-17audit: fix dangling keywords in integrity ima message outputRichard Guy Briggs-4/+4
2014-07-17ima: delay template descriptor lookup until useDmitry Kasatkin-1/+2
2014-07-17ima: remove unnecessary i_mutex locking from ima_rdwr_violation_check()Dmitry Kasatkin-4/+0
2014-07-16Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner-182/+510
2014-07-17Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...James Morris-2/+11
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown-31/+3
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo-1/+1
2014-07-10selinux: fix the default socket labeling in sock_graft()Paul Moore-2/+11
2014-06-26selinux: reduce the number of calls to synchronize_net() when flushing cachesPaul Moore-42/+23
2014-06-23selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long-9/+32
2014-06-19selinux: fix a possible memory leak in cond_read_node()Namhyung Kim-1/+1
2014-06-19selinux: simple cleanup for cond_read_node()Namhyung Kim-7/+2
2014-06-18security: Used macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza-1/+2
2014-06-18selinux: introduce str_read() helperNamhyung Kim-96/+37
2014-06-17SELinux: use ARRAY_SIZEHimangi Saraogi-4/+4
2014-06-17Merge tag 'v3.15' into nextPaul Moore-235/+376
2014-06-13Merge branch 'serge-next-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-28/+114
2014-06-12ima: introduce ima_kernel_read()Dmitry Kasatkin-1/+31
2014-06-12evm: prohibit userspace writing 'security.evm' HMAC valueMimi Zohar-2/+10
2014-06-12ima: check inode integrity cache in violation checkDmitry Kasatkin-2/+7
2014-06-12ima: prevent unnecessary policy checkingDmitry Kasatkin-9/+4
2014-06-12evm: provide option to protect additional SMACK xattrsDmitry Kasatkin-0/+22
2014-06-12evm: replace HMAC version with attribute maskDmitry Kasatkin-11/+33
2014-06-12ima: prevent new digsig xattr from being replacedMimi Zohar-3/+7
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2014-06-12tomoyo: Use sensible time interfaceThomas Gleixner-8/+4
2014-06-10Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-133/+382
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-20/+13
2014-06-03ima: audit log files opened with O_DIRECT flagMimi Zohar-3/+19
2014-06-03selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones-0/+3
2014-06-03selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones-0/+2
2014-06-03selinux: reject setexeccon() on MNT_NOSUID applications with -EACCESPaul Moore-2/+4
2014-06-03selinux: Report permissive mode in avc: denied messages.Stephen Smalley-5/+11
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-58/+159
2014-05-20Merge branch 'smack-for-3.16' of git://git.gitorious.org/smack-next/kernel in...James Morris-73/+297
2014-05-16device_cgroup: use css_has_online_children() instead of has_children()Tejun Heo-17/+2
2014-05-16device_cgroup: remove direct access to cgroup->childrenTejun Heo-2/+10