summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2012-03-31selinuxfs: merge dentry allocation into sel_make_dir()Al Viro-66/+44
2012-03-31selinux: inline avc_audit() and avc_has_perm_noaudit() into callerLinus Torvalds-2/+2
2012-03-31selinux: don't inline slow-path code into avc_has_perm_noaudit()Linus Torvalds-14/+38
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-1/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-03-28apparmor: Fix change_onexec when called from a confined taskJohn Johansen-1/+4
2012-03-26SELinux: selinux/xfrm.h needs net/flow.hDavid Howells-0/+2
2012-03-23usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov-1/+1
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov-1/+1
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-16/+22
2012-03-22security: optimize avc_audit() common pathLinus Torvalds-29/+41
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-6/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-191/+856
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds-2/+2
2012-03-20switch unix_sock to struct pathAl Viro-6/+2
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-6/+4
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Cong Wang-2/+2
2012-03-20Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris-2/+2
2012-03-19AppArmor: Fix location of const qualifier on generated string tablesTetsuo Handa-2/+2
2012-03-20TOMOYO: Return error if fails to delete a domainTetsuo Handa-4/+5
2012-03-15Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris-52/+189
2012-03-14AppArmor: add const qualifiers to string arraysJan Engelhardt-7/+7
2012-03-14AppArmor: Add ability to load extended policyJohn Johansen-1/+50
2012-03-15TOMOYO: Return appropriate value to poll().Tetsuo Handa-43/+26
2012-03-14AppArmor: Move path failure information into aa_get_name and renameJohn Johansen-19/+29
2012-03-14AppArmor: Update dfa matching routines.John Johansen-4/+81
2012-03-14AppArmor: Minor cleanup of d_namespace_path to consolidate error handlingJohn Johansen-10/+6
2012-03-14AppArmor: Retrieve the dentry_path for error reporting when path lookup failsJohn Johansen-6/+9
2012-03-14AppArmor: Add const qualifiers to generated string tablesJohn Johansen-2/+3
2012-03-14AppArmor: Fix oops in policy unpack auditingJohn Johansen-2/+3
2012-03-14AppArmor: Fix error returned when a path lookup is disconnectedJohn Johansen-1/+1
2012-03-07KEYS: testing wrong bit for KEY_FLAG_REVOKEDDan Carpenter-1/+2
2012-03-01Created a function for setting timeouts on keysBryan Schumaker-16/+22
2012-03-01TOMOYO: Fix mount flags checking order.Tetsuo Handa-18/+20
2012-02-28security: fix ima kconfig warningRandy Dunlap-1/+1
2012-02-27AppArmor: Fix the error case for chroot relative path name lookupJohn Johansen-3/+2
2012-02-27AppArmor: fix mapping of META_READ to audit and quiet flagsJohn Johansen-2/+1
2012-02-27AppArmor: Fix underflow in xindex calculationJohn Johansen-1/+1
2012-02-27AppArmor: Fix dropping of allowed operations that are force auditedJohn Johansen-3/+3
2012-02-27AppArmor: Add mising end of structure test to caps unpackingJohn Johansen-0/+2
2012-02-27AppArmor: export known rlimit names/value mappings in securityfsKees Cook-6/+29
2012-02-27AppArmor: add "file" details to securityfsKees Cook-0/+16
2012-02-27AppArmor: add initial "features" directory to securityfsKees Cook-0/+65
2012-02-27AppArmor: refactor securityfs to use structuresKees Cook-42/+114
2012-02-19Replace the fd_sets in struct fdtable with an array of unsigned longsDavid Howells-1/+1
2012-02-16IMA: fix audit res field to indicate 1 for success and 0 for failureEric Paris-2/+2
2012-02-16Yama: add PR_SET_PTRACER_ANYKees Cook-2/+6
2012-02-14security: trim security.hAl Viro-0/+8
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro-14/+0