| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2014-01-21 | 11 | -148/+366 |
|\ |
|
| * | Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into next | James Morris | 2014-01-08 | 1 | -1/+13 |
| |\ |
|
| | * | SELinux: Fix memory leak upon loading policy | Tetsuo Handa | 2014-01-07 | 1 | -1/+13 |
| * | | Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into next | James Morris | 2014-01-07 | 7 | -39/+164 |
| |\ \
| | |/ |
|
| | * | selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock() | Oleg Nesterov | 2013-12-16 | 1 | -2/+2 |
| | * | SELinux: remove duplicated include from hooks.c | Wei Yongjun | 2013-12-16 | 1 | -1/+0 |
| | * | selinux: revert 102aefdda4d8275ce7d7100bc16c88c74272b260 | Paul Moore | 2013-12-13 | 2 | -60/+22 |
| | * | selinux: fix broken peer recv check | Chad Hanson | 2013-12-11 | 1 | -1/+3 |
| | * | selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos... | Paul Moore | 2013-12-10 | 1 | -7/+35 |
| | * | selinux: look for IPsec labels on both inbound and outbound packets | Paul Moore | 2013-12-09 | 3 | -14/+47 |
| | * | selinux: pull address family directly from the request_sock struct | Paul Moore | 2013-12-04 | 1 | -5/+1 |
| | * | selinux: ensure that the cached NetLabel secattr matches the desired SID | Paul Moore | 2013-12-04 | 1 | -1/+30 |
| | * | selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute() | Paul Moore | 2013-12-04 | 1 | -15/+53 |
| | * | selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output() | Paul Moore | 2013-12-04 | 1 | -2/+23 |
| | * | selinux: fix possible memory leak | Geyslan G. Bem | 2013-11-25 | 1 | -4/+7 |
| | * | SELinux: security_load_policy: Silence frame-larger-than warning | Tim Gardner | 2013-11-19 | 1 | -22/+32 |
| | * | SELinux: Update policy version to support constraints info | Richard Haines | 2013-11-19 | 4 | -10/+101 |
| | * | Merge tag 'v3.12' | Paul Moore | 2013-11-08 | 33 | -619/+1720 |
| | |\ |
|
| * | \ | Merge to v3.13-rc7 for prerequisite changes in the Xen code for TPM | James Morris | 2014-01-06 | 29 | -326/+361 |
| |\ \ \ |
|
| * | | | | ima: remove unneeded size_limit argument from ima_eventdigest_init_common() | Roberto Sassu | 2014-01-03 | 1 | -8/+6 |
| * | | | | ima: pass HASH_ALGO__LAST as hash algo in ima_eventdigest_init() | Roberto Sassu | 2014-01-03 | 1 | -2/+2 |
| * | | | | ima: change the default hash algorithm to SHA1 in ima_eventdigest_ng_init() | Roberto Sassu | 2014-01-03 | 1 | -1/+1 |
| * | | | | Smack: File receive audit correction | Casey Schaufler | 2013-12-31 | 1 | -1/+1 |
| * | | | | Smack: Rationalize mount restrictions | Casey Schaufler | 2013-12-31 | 1 | -54/+29 |
| * | | | | Smack: change rule cap check | Casey Schaufler | 2013-12-23 | 1 | -1/+1 |
| * | | | | Smack: Make the syslog control configurable | Casey Schaufler | 2013-12-23 | 3 | -13/+99 |
| * | | | | Smack: Prevent the * and @ labels from being used in SMACK64EXEC | Casey Schaufler | 2013-12-19 | 1 | -16/+37 |
| * | | | | smack: fix: allow either entry be missing on access/access2 check (v2) | Jarkko Sakkinen | 2013-12-11 | 1 | -14/+15 |
* | | | | | 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-02 | 3 | -5/+19 |
* | | | | | ima: Do not free 'entry' before it is initialized | Christoph Paasch | 2013-12-02 | 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 |