summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
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
2012-02-10security: Yama LSMKees Cook-0/+343
2012-02-10security: create task_free security callbackKees Cook-0/+10
2012-02-09Merge branch 'next-queue' into nextJames Morris-2/+16
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan-6/+4
2012-01-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-0/+39
2012-01-19ima: policy for RAMFSDmitry Kasatkin-0/+1
2012-01-19ima: fix Kconfig dependenciesFabio Estevam-1/+1
2012-01-19keys: fix user_defined key sparse messagesMimi Zohar-3/+3
2012-01-19ima: fix cred sparse warningMimi Zohar-1/+2
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells-1/+14
2012-01-17keys: add a "logon" key typeJeff Layton-0/+39
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-22/+34
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-15/+20
2012-01-18integrity: digital signature config option name changeDmitry Kasatkin-4/+4
2012-01-18lib: digital signature config option name changeDmitry Kasatkin-1/+1
2012-01-18encrypted-keys: fix rcu and sparse messagesMimi Zohar-2/+2
2012-01-18keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar-4/+6
2012-01-18KEYS: Add missing smp_rmb() primitives to the keyring search codeDavid Howells-8/+18
2012-01-18TOMOYO: Accept \000 as a valid character.Tetsuo Handa-3/+3
2012-01-17audit: no leading space in audit_log_d_path prefixKees Cook-2/+2
2012-01-17audit: treat s_id as an untrusted stringKees Cook-13/+18
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds-85/+27
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-11/+11
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds-59/+259
2012-01-10securityfs: fix object creation racesAl Viro-141/+50
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-3/+4
2012-01-09Merge branch 'next' into for-linusJames Morris-59/+259
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-60/+46
2012-01-06switch security_path_chmod() to struct path *Al Viro-17/+11