aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-10/+17
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 17-87/+114
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 6-26/+18
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 3-6/+5
2012-07-22hold task_lock around checks in keyctlGravatar Al Viro 1-0/+2
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseGravatar Al Viro 3-28/+12
2012-07-22trimming task_work: kill ->dataGravatar Al Viro 3-8/+15
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+4
2012-07-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-2/+4
2012-07-16SELinux: do not check open perms if they are not known to policyGravatar Eric Paris 1-1/+1
2012-07-16SELinux: include definition of new capabilitiesGravatar Eric Paris 1-1/+3
2012-07-13Smack: don't show empty rules when /smack/load or /smack/load2 is readGravatar Rafal Krypa 1-2/+3
2012-07-13Smack: user access check boundsGravatar Casey Schaufler 1-14/+12
2012-07-13Smack: onlycap limits on CAP_MAC_ADMINGravatar Casey Schaufler 4-26/+34
2012-07-13Smack: fix smack_new_inode bogositiesGravatar Casey Schaufler 3-8/+2
2012-07-05ima: audit is compiled only when enabledGravatar Dmitry Kasatkin 4-5/+13
2012-07-05ima: ima_initialized is set only if successfulGravatar Dmitry Kasatkin 1-1/+2
2012-07-05ima: add policy for pseudo fsGravatar Dmitry Kasatkin 1-0/+2
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2012-07-03security: Fix nommu build.Gravatar Paul Mundt 1-0/+1
2012-07-02ima: remove unused cleanup functionsGravatar Dmitry Kasatkin 3-20/+0
2012-07-02ima: free securityfs violations fileGravatar Dmitry Kasatkin 1-0/+1
2012-07-02ima: use full pathnames in measurement listGravatar Mimi Zohar 2-7/+39
2012-07-02security: Fix nommu build.Gravatar Paul Mundt 1-0/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createGravatar Pablo Neira Ayuso 1-1/+5
2012-06-26selinux: netlink: Move away from NLMSG_PUT().Gravatar David S. Miller 1-4/+7
2012-06-10Merge commit 'v3.5-rc2' into nextGravatar James Morris 16-186/+173
2012-06-07netfilter: selinux: switch hook PFs to nfprotoGravatar Alban Crequy 1-5/+5
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-72/+80
2012-06-01take calculation of final prot in security_mmap_file() into a helperGravatar Al Viro 1-18/+28
2012-06-01take security_mmap_file() outside of ->mmap_semGravatar Al Viro 1-3/+30
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-51/+44
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Gravatar Christopher Yeoh 2-2/+2
2012-05-31kmod: convert two call sites to call_usermodehelper_fns()Gravatar Boaz Harrosh 1-10/+3
2012-05-31security/keys/keyctl.c: suppress memory allocation failure warningGravatar Andrew Morton 1-1/+1
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Gravatar Al Viro 6-51/+30
2012-05-31split cap_mmap_addr() out of cap_file_mmap()Gravatar Al Viro 4-12/+26
2012-05-29selinuxfs snprintf() misusesGravatar Al Viro 1-29/+7
2012-05-25KEYS: Fix some sparse warningsGravatar David Howells 4-4/+6
2012-05-23keys: change keyctl_session_to_parent() to use task_work_add()Gravatar Oleg Nesterov 3-41/+44
2012-05-23TIF_NOTIFY_RESUME is defined on all targets nowGravatar Al Viro 1-10/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 4-29/+41
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-8/+2
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 50-1102/+1857
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 29-335/+415
2012-05-18apparmor: fix long path failure due to disconnected pathGravatar John Johansen 1-0/+2
2012-05-18apparmor: fix profile lookup for unconfinedGravatar John Johansen 1-0/+4
2012-05-16ima: fix filename hint to reflect script interpreter nameGravatar Mimi Zohar 1-1/+3
2012-05-16Merge branch 'for-1205' of http://git.gitorious.org/smack-next/kernel into nextGravatar James Morris 4-539/+981
2012-05-16KEYS: Don't check for NULL key pointer in key_validate()Gravatar David Howells 1-24/+16