aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-16/+22
2012-03-22security: optimize avc_audit() common pathGravatar Linus Torvalds 1-29/+41
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 38-191/+856
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 1-2/+2
2012-03-20switch unix_sock to struct pathGravatar Al Viro 1-6/+2
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-6/+4
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2012-03-20Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar James Morris 1-2/+2
2012-03-19AppArmor: Fix location of const qualifier on generated string tablesGravatar Tetsuo Handa 1-2/+2
2012-03-20TOMOYO: Return error if fails to delete a domainGravatar Tetsuo Handa 1-4/+5
2012-03-15Merge branch 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar James Morris 13-52/+189
2012-03-14AppArmor: add const qualifiers to string arraysGravatar Jan Engelhardt 4-7/+7
2012-03-14AppArmor: Add ability to load extended policyGravatar John Johansen 4-1/+50
2012-03-15TOMOYO: Return appropriate value to poll().Gravatar Tetsuo Handa 4-43/+26
2012-03-14AppArmor: Move path failure information into aa_get_name and renameGravatar John Johansen 4-19/+29
2012-03-14AppArmor: Update dfa matching routines.Gravatar John Johansen 3-4/+81
2012-03-14AppArmor: Minor cleanup of d_namespace_path to consolidate error handlingGravatar John Johansen 1-10/+6
2012-03-14AppArmor: Retrieve the dentry_path for error reporting when path lookup failsGravatar John Johansen 1-6/+9
2012-03-14AppArmor: Add const qualifiers to generated string tablesGravatar John Johansen 1-2/+3
2012-03-14AppArmor: Fix oops in policy unpack auditingGravatar John Johansen 1-2/+3
2012-03-14AppArmor: Fix error returned when a path lookup is disconnectedGravatar John Johansen 1-1/+1
2012-03-07KEYS: testing wrong bit for KEY_FLAG_REVOKEDGravatar Dan Carpenter 1-1/+2
2012-03-01Created a function for setting timeouts on keysGravatar Bryan Schumaker 2-16/+22
2012-03-01TOMOYO: Fix mount flags checking order.Gravatar Tetsuo Handa 1-18/+20
2012-02-28security: fix ima kconfig warningGravatar Randy Dunlap 1-1/+1
2012-02-27AppArmor: Fix the error case for chroot relative path name lookupGravatar John Johansen 1-3/+2
2012-02-27AppArmor: fix mapping of META_READ to audit and quiet flagsGravatar John Johansen 1-2/+1
2012-02-27AppArmor: Fix underflow in xindex calculationGravatar John Johansen 1-1/+1
2012-02-27AppArmor: Fix dropping of allowed operations that are force auditedGravatar John Johansen 2-3/+3
2012-02-27AppArmor: Add mising end of structure test to caps unpackingGravatar John Johansen 1-0/+2
2012-02-27AppArmor: export known rlimit names/value mappings in securityfsGravatar Kees Cook 4-6/+29
2012-02-27AppArmor: add "file" details to securityfsGravatar Kees Cook 2-0/+16
2012-02-27AppArmor: add initial "features" directory to securityfsGravatar Kees Cook 2-0/+65
2012-02-27AppArmor: refactor securityfs to use structuresGravatar Kees Cook 2-42/+114
2012-02-16IMA: fix audit res field to indicate 1 for success and 0 for failureGravatar Eric Paris 2-2/+2
2012-02-16Yama: add PR_SET_PTRACER_ANYGravatar Kees Cook 1-2/+6
2012-02-14security: trim security.hGravatar Al Viro 4-0/+8
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionGravatar Al Viro 1-14/+0
2012-02-10security: Yama LSMGravatar Kees Cook 5-0/+343
2012-02-10security: create task_free security callbackGravatar Kees Cook 2-0/+10
2012-02-09Merge branch 'next-queue' into nextGravatar James Morris 3-2/+16
2012-02-02cgroup: remove cgroup_subsys argument from callbacksGravatar Li Zefan 1-6/+4
2012-01-23Merge git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-0/+39
2012-01-19ima: policy for RAMFSGravatar Dmitry Kasatkin 1-0/+1
2012-01-19ima: fix Kconfig dependenciesGravatar Fabio Estevam 1-1/+1
2012-01-19keys: fix user_defined key sparse messagesGravatar Mimi Zohar 1-3/+3
2012-01-19ima: fix cred sparse warningGravatar Mimi Zohar 1-1/+2
2012-01-19KEYS: Allow special keyrings to be clearedGravatar David Howells 1-1/+14
2012-01-17keys: add a "logon" key typeGravatar Jeff Layton 3-0/+39