aboutsummaryrefslogtreecommitdiffstats
path: root/security (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-23selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()Oleg Nesterov1-2/+2
2013-12-23selinux: fix broken peer recv checkChad Hanson1-1/+3
2013-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds3-42/+165
2013-12-15Revert "selinux: consider filesystem subtype in policies"Linus Torvalds2-60/+22
2013-12-13Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux_fixes into for-linusJames Morris3-42/+165
2013-12-12selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute()Paul Moore1-7/+35
2013-12-12selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore3-14/+47
2013-12-12selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore1-15/+53
2013-12-12selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore1-2/+23
2013-12-12Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-17/+10
2013-12-04selinux: fix possible memory leakGeyslan G. Bem1-4/+7
2013-12-02ima: properly free ima_template_entry structuresRoberto Sassu3-5/+19
2013-12-02ima: Do not free 'entry' before it is initializedChristoph Paasch1-1/+0
2013-12-02security: shmem: implement kernel private shmem inodesEric Paris1-1/+1
2013-12-02KEYS: Fix searching of nested keyringsDavid Howells1-1/+1
2013-12-02KEYS: Fix multiple key add into associative arrayDavid Howells1-4/+3
2013-12-02KEYS: Fix the keyring hash functionDavid Howells1-4/+4
2013-12-02KEYS: Pre-clear struct key on allocationDavid Howells1-7/+1
2013-11-30ima: store address of template_fmt_copy in a pointer before calling strsepRoberto Sassu1-2/+4
2013-11-26Merge tag 'v3.12'Paul Moore33-619/+1720
2013-11-25ima: make a copy of template_fmt in template_desc_init_fields()Roberto Sassu1-7/+14
2013-11-25ima: do not send field length to userspace for digest of ima templateRoberto Sassu3-5/+18
2013-11-25ima: do not include field length in template digest calc for ima templateRoberto Sassu3-6/+15
2013-11-23Revert "ima: define '_ima' as a builtin 'trusted' keyring"Linus Torvalds4-55/+1
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds65-1596/+3204
2013-11-21Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-1/+4
2013-11-14KEYS: Fix keyring content gc scannerDavid Howells2-51/+36
2013-11-13KEYS: Fix error handling in big_key instantiationDavid Howells1-0/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-9/+10
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-11/+0
2013-11-06KEYS: Fix UID check in keyctl_get_persistent()David Howells1-4/+2
2013-11-05audit: suppress stock memalloc failure warnings since already managedRichard Guy Briggs1-1/+2
2013-11-05selinux: apply selinux checks on new audit message typesEric Paris1-0/+2
2013-10-31ima: define '_ima' as a builtin 'trusted' keyringMimi Zohar4-1/+55
2013-10-31ima: extend the measurement list to include the file signatureMimi Zohar8-12/+73
2013-10-31Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into ra-nextJames Morris5-16/+25
2013-10-30KEYS: fix error return code in big_key_instantiate()Wei Yongjun1-1/+3
2013-10-30KEYS: Fix keyring quota misaccounting on key replacement and unlinkDavid Howells1-12/+15
2013-10-30KEYS: Fix a race between negating a key and reading the error setDavid Howells3-2/+6
2013-10-30KEYS: Make BIG_KEYS booleanJosh Boyer1-1/+1
2013-10-29apparmor: remove the "task" arg from may_change_ptraced_domain()Oleg Nesterov1-8/+6
2013-10-29apparmor: remove parent task info from audit loggingJohn Johansen2-7/+0
2013-10-29apparmor: remove tsk field from the apparmor_audit_structJohn Johansen1-8/+2
2013-10-29apparmor: fix capability to not use the current task, during reportingJohn Johansen6-22/+15
2013-10-30Merge branch 'smack-for-3.13' of git://git.gitorious.org/smack-next/kernel into ra-nextJames Morris4-9/+34
2013-10-28Smack: Ptrace access check modeCasey Schaufler1-1/+1
2013-10-26ima: provide hash algo info in the xattrDmitry Kasatkin2-15/+59
2013-10-26ima: enable support for larger default filedata hash algorithmsMimi Zohar2-2/+59
2013-10-26ima: define kernel parameter 'ima_template=' to change configured defaultRoberto Sassu1-0/+31
2013-10-26ima: add Kconfig default measurement list templateMimi Zohar2-2/+27