summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2012-08-17Yama: access task_struct->comm directlyKees Cook-8/+2
2012-08-10Yama: higher restrictions should block PTRACE_TRACEMEKees Cook-0/+41
2012-07-31selinux: tag avc cache alloc as non-criticalMel Gorman-1/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-0/+1
2012-07-30c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov-0/+1
2012-07-30selinux: fix selinux_inode_setxattr oopsAl Viro-5/+10
2012-07-30smack: off by one errorAlan Cox-4/+4
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer-1/+1
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-10/+17
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-87/+114
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-26/+18
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro-6/+5
2012-07-22hold task_lock around checks in keyctlAl Viro-0/+2
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro-28/+12
2012-07-22trimming task_work: kill ->dataAl Viro-8/+15
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2012-07-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-2/+4
2012-07-16SELinux: do not check open perms if they are not known to policyEric Paris-1/+1
2012-07-16SELinux: include definition of new capabilitiesEric Paris-1/+3
2012-07-13Smack: don't show empty rules when /smack/load or /smack/load2 is readRafal Krypa-2/+3
2012-07-13Smack: user access check boundsCasey Schaufler-14/+12
2012-07-13Smack: onlycap limits on CAP_MAC_ADMINCasey Schaufler-26/+34
2012-07-13Smack: fix smack_new_inode bogositiesCasey Schaufler-8/+2
2012-07-05ima: audit is compiled only when enabledDmitry Kasatkin-5/+13
2012-07-05ima: ima_initialized is set only if successfulDmitry Kasatkin-1/+2
2012-07-05ima: add policy for pseudo fsDmitry Kasatkin-0/+2
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2012-07-03security: Fix nommu build.Paul Mundt-0/+1
2012-07-02ima: remove unused cleanup functionsDmitry Kasatkin-20/+0
2012-07-02ima: free securityfs violations fileDmitry Kasatkin-0/+1
2012-07-02ima: use full pathnames in measurement listMimi Zohar-7/+39
2012-07-02security: Fix nommu build.Paul Mundt-0/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso-1/+5
2012-06-26selinux: netlink: Move away from NLMSG_PUT().David S. Miller-4/+7
2012-06-10Merge commit 'v3.5-rc2' into nextJames Morris-186/+173
2012-06-07netfilter: selinux: switch hook PFs to nfprotoAlban Crequy-5/+5
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-72/+80
2012-06-01take calculation of final prot in security_mmap_file() into a helperAl Viro-18/+28
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro-3/+30
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-51/+44
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh-2/+2
2012-05-31kmod: convert two call sites to call_usermodehelper_fns()Boaz Harrosh-10/+3
2012-05-31security/keys/keyctl.c: suppress memory allocation failure warningAndrew Morton-1/+1
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro-51/+30
2012-05-31split cap_mmap_addr() out of cap_file_mmap()Al Viro-12/+26
2012-05-29selinuxfs snprintf() misusesAl Viro-29/+7
2012-05-25KEYS: Fix some sparse warningsDavid Howells-4/+6
2012-05-23keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov-41/+44
2012-05-23TIF_NOTIFY_RESUME is defined on all targets nowAl Viro-10/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-29/+41