| Commit message (Expand) | Author | Age | Files | Lines |
* | SELinux: Fix possible NULL pointer dereference in selinux_inode_permission() | Steven Rostedt | 2014-01-12 | 2 | -3/+22 |
* | selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock() | Oleg Nesterov | 2013-12-23 | 1 | -2/+2 |
* | selinux: fix broken peer recv check | Chad Hanson | 2013-12-23 | 1 | -1/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2013-12-15 | 3 | -42/+165 |
|\ |
|
| * | Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux_fixes ... | James Morris | 2013-12-13 | 3 | -42/+165 |
| |\ |
|
| | * | selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos... | Paul Moore | 2013-12-12 | 1 | -7/+35 |
| | * | selinux: look for IPsec labels on both inbound and outbound packets | Paul Moore | 2013-12-12 | 3 | -14/+47 |
| | * | selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute() | Paul Moore | 2013-12-12 | 1 | -15/+53 |
| | * | selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output() | Paul Moore | 2013-12-12 | 1 | -2/+23 |
| | * | selinux: fix possible memory leak | Geyslan G. Bem | 2013-12-04 | 1 | -4/+7 |
| | * | Merge tag 'v3.12' | Paul Moore | 2013-11-26 | 33 | -619/+1720 |
| | |\ |
|
* | | | | Revert "selinux: consider filesystem subtype in policies" | Linus Torvalds | 2013-12-15 | 2 | -60/+22 |
|/ / / |
|
* | | | Merge tag 'keys-devel-20131210' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-12-12 | 3 | -17/+10 |
|\ \ \ |
|
| * | | | security: shmem: implement kernel private shmem inodes | Eric Paris | 2013-12-02 | 1 | -1/+1 |
| * | | | KEYS: Fix searching of nested keyrings | David Howells | 2013-12-02 | 1 | -1/+1 |
| * | | | KEYS: Fix multiple key add into associative array | David Howells | 2013-12-02 | 1 | -4/+3 |
| * | | | KEYS: Fix the keyring hash function | David Howells | 2013-12-02 | 1 | -4/+4 |
| * | | | KEYS: Pre-clear struct key on allocation | David Howells | 2013-12-02 | 1 | -7/+1 |
* | | | | ima: properly free ima_template_entry structures | Roberto Sassu | 2013-12-03 | 3 | -5/+19 |
* | | | | ima: Do not free 'entry' before it is initialized | Christoph Paasch | 2013-12-03 | 1 | -1/+0 |
|/ / / |
|
* | | | ima: store address of template_fmt_copy in a pointer before calling strsep | Roberto Sassu | 2013-11-30 | 1 | -2/+4 |
* | | | ima: make a copy of template_fmt in template_desc_init_fields() | Roberto Sassu | 2013-11-25 | 1 | -7/+14 |
* | | | ima: do not send field length to userspace for digest of ima template | Roberto Sassu | 2013-11-25 | 3 | -5/+18 |
* | | | ima: do not include field length in template digest calc for ima template | Roberto Sassu | 2013-11-25 | 3 | -6/+15 |
* | | | Revert "ima: define '_ima' as a builtin 'trusted' keyring" | Linus Torvalds | 2013-11-24 | 4 | -55/+1 |
* | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 2013-11-22 | 65 | -1596/+3204 |
|\ \ \ |
|
| * | | | KEYS: Fix keyring content gc scanner | David Howells | 2013-11-14 | 2 | -51/+36 |
| * | | | KEYS: Fix error handling in big_key instantiation | David Howells | 2013-11-13 | 1 | -0/+1 |
| * | | | KEYS: Fix UID check in keyctl_get_persistent() | David Howells | 2013-11-06 | 1 | -4/+2 |
| * | | | ima: define '_ima' as a builtin 'trusted' keyring | Mimi Zohar | 2013-11-01 | 4 | -1/+55 |
| * | | | ima: extend the measurement list to include the file signature | Mimi Zohar | 2013-11-01 | 8 | -12/+73 |
| * | | | Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dh... | James Morris | 2013-10-30 | 5 | -16/+25 |
| |\ \ \ |
|
| | * | | | KEYS: fix error return code in big_key_instantiate() | Wei Yongjun | 2013-10-30 | 1 | -1/+3 |
| | * | | | KEYS: Fix keyring quota misaccounting on key replacement and unlink | David Howells | 2013-10-30 | 1 | -12/+15 |
| | * | | | KEYS: Fix a race between negating a key and reading the error set | David Howells | 2013-10-30 | 3 | -2/+6 |
| | * | | | KEYS: Make BIG_KEYS boolean | Josh Boyer | 2013-10-30 | 1 | -1/+1 |
| * | | | | apparmor: remove the "task" arg from may_change_ptraced_domain() | Oleg Nesterov | 2013-10-30 | 1 | -8/+6 |
| * | | | | apparmor: remove parent task info from audit logging | John Johansen | 2013-10-30 | 2 | -7/+0 |
| * | | | | apparmor: remove tsk field from the apparmor_audit_struct | John Johansen | 2013-10-30 | 1 | -8/+2 |
| * | | | | apparmor: fix capability to not use the current task, during reporting | John Johansen | 2013-10-30 | 6 | -22/+15 |
| |/ / / |
|
| * | | | Merge branch 'smack-for-3.13' of git://git.gitorious.org/smack-next/kernel in... | James Morris | 2013-10-30 | 4 | -9/+34 |
| |\ \ \ |
|
| | * | | | Smack: Ptrace access check mode | Casey Schaufler | 2013-10-28 | 1 | -1/+1 |
| | * | | | Smack: Implement lock security mode | Casey Schaufler | 2013-10-18 | 4 | -8/+33 |
| * | | | | ima: provide hash algo info in the xattr | Dmitry Kasatkin | 2013-10-27 | 2 | -15/+59 |
| * | | | | ima: enable support for larger default filedata hash algorithms | Mimi Zohar | 2013-10-27 | 2 | -2/+59 |
| * | | | | ima: define kernel parameter 'ima_template=' to change configured default | Roberto Sassu | 2013-10-27 | 1 | -0/+31 |
| * | | | | ima: add Kconfig default measurement list template | Mimi Zohar | 2013-10-27 | 2 | -2/+27 |
| * | | | | ima: defer determining the appraisal hash algorithm for 'ima' template | Roberto Sassu | 2013-10-27 | 1 | -1/+5 |
| * | | | | ima: add audit log support for larger hashes | Mimi Zohar | 2013-10-27 | 1 | -1/+4 |
| * | | | | ima: switch to new template management mechanism | Roberto Sassu | 2013-10-25 | 5 | -97/+107 |