aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2012-10-17apparmor: fix apparmor OOPS in audit_log_untrustedstring+0x1c/0x40Gravatar John Johansen 1-1/+1
2012-10-16fix a leak in replace_fd() usersGravatar Al Viro 1-11/+7
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-63/+129
2012-10-11consitify do_mount() argumentsGravatar Al Viro 7-13/+14
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 2-8/+3
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileGravatar Konstantin Khlebnikov 1-7/+2
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Gravatar Linus Torvalds 1-1/+1
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 7-63/+129
2012-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-4/+4
2012-10-06device_cgroup: rename whitelist to exception listGravatar Aristeu Rozanski 1-99/+99
2012-10-06device_cgroup: convert device_cgroup internally to policy + exceptionsGravatar Aristeu Rozanski 1-98/+134
2012-10-06device_cgroup: introduce dev_whitelist_clean()Gravatar Aristeu Rozanski 1-5/+17
2012-10-06device_cgroup: add "deny_all" in dev_cgroup structureGravatar Aristeu Rozanski 1-0/+5
2012-10-05ima: fix bug in argument orderGravatar Dmitry Kasatkin 2-4/+4
2012-10-04UAPI: (Scripted) Disintegrate include/asm-genericGravatar David Howells 1-1/+1
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 17-228/+793
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-52/+21
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 25-136/+148
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+9
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-5/+5
2012-10-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+0
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+0
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2012-09-28Merge tag 'v3.6-rc7' into nextGravatar James Morris 2-8/+3
2012-09-26make get_file() return its argumentGravatar Al Viro 1-2/+1
2012-09-26new helper: iterate_fd()Gravatar Al Viro 1-35/+22
2012-09-26switch flush_unauthorized_files() to replace_fd()Gravatar Al Viro 1-32/+15
2012-09-21userns: Teach security_path_chown to take kuids and kgidsGravatar Eric W. Biederman 4-8/+10
2012-09-21userns: Add user namespace support to IMAGravatar Eric W. Biederman 2-9/+10
2012-09-21userns: Convert EVM to deal with kuids and kgids in it's hmac computationGravatar Eric W. Biederman 1-2/+2
2012-09-21userns: Convert selinux to use kuid and kgid where appropriateGravatar Eric W. Biederman 2-4/+4
2012-09-21userns: Convert tomoyo to use kuid and kgid where appropriateGravatar Eric W. Biederman 4-20/+31
2012-09-21userns: Convert apparmor to use kuid and kgid where appropriateGravatar Eric W. Biederman 4-10/+12
2012-09-19ima: change flags container data typeGravatar Dmitry Kasatkin 1-1/+1
2012-09-18xfrm: invalidate dst on policy insertion/deletionGravatar Nicolas Dichtel 1-0/+1
2012-09-18Smack: setprocattr memory leak fixGravatar Casey Schaufler 1-12/+2
2012-09-18Smack: implement revoking all rules for a subject labelGravatar Rafal Krypa 1-0/+75
2012-09-18Smack: remove task_wait() hook.Gravatar Casey Schaufler 1-29/+8
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Gravatar Tejun Heo 1-0/+9
2012-09-13userns: Convert security/keys to the new userns infrastructureGravatar Eric W. Biederman 8-83/+79
2012-09-13ima: audit log hashesGravatar Peter Moody 5-6/+55
2012-09-13ima: generic IMA action flag handlingGravatar Dmitry Kasatkin 4-19/+26
2012-09-13task_work: Revert "hold task_lock around checks in keyctl"Gravatar Oleg Nesterov 1-2/+0
2012-09-12ima: rename ima_must_appraise_or_measureGravatar Dmitry Kasatkin 3-4/+4
2012-09-08netlink: hide struct module parameter in netlink_kernel_createGravatar Pablo Neira Ayuso 1-2/+1
2012-09-08netlink: kill netlink_set_nonrootGravatar Pablo Neira Ayuso 1-1/+1
2012-09-07ima: digital signature verification supportGravatar Dmitry Kasatkin 2-19/+52
2012-09-07ima: add support for different security.ima data typesGravatar Mimi Zohar 3-14/+17