| Commit message (Expand) | Author | Age | Files | Lines |
* | security/selinux/ss: Use kstrdup | Julia Lawall | 2010-05-17 | 1 | -2/+1 |
* | SELinux: return error codes on policy load failure | Eric Paris | 2010-04-21 | 1 | -15/+22 |
* | Security: Fix coding style in security/ | wzt.wzt@gmail.com | 2010-04-09 | 3 | -9/+9 |
* | SELinux: Reduce max avtab size to avoid page allocation failures | Stephen Smalley | 2010-03-15 | 1 | -1/+1 |
* | Merge branch 'next-queue' into next | James Morris | 2010-03-09 | 2 | -2/+1 |
|\ |
|
| * | selinux: const strings in tables | Stephen Hemminger | 2010-03-07 | 1 | -1/+1 |
| * | Selinux: Remove unused headers slab.h in selinux/ss/symtab.c | wzt.wzt@gmail.com | 2010-03-02 | 1 | -1/+0 |
* | | Merge branch 'next' into for-linus | James Morris | 2010-02-28 | 7 | -213/+266 |
|\ \
| |/
|/| |
|
| * | selinux: libsepol: remove dead code in check_avtab_hierarchy_callback() | KaiGai Kohei | 2010-02-21 | 1 | -4/+39 |
| * | security: fix a couple of sparse warnings | James Morris | 2010-02-16 | 1 | -2/+3 |
| * | selinux: allow MLS->non-MLS and vice versa upon policy reload | Guido Trentalancia | 2010-02-03 | 7 | -57/+80 |
| * | selinux: load the initial SIDs upon every policy load | Guido Trentalancia | 2010-02-03 | 1 | -4/+12 |
| * | selinux: remove dead code in type_attribute_bounds_av() | KaiGai Kohei | 2010-01-24 | 1 | -39/+4 |
| * | selinux: convert range transition list to a hashtab | Stephen Smalley | 2010-01-24 | 3 | -41/+86 |
| * | Merge branch 'master' into next | James Morris | 2010-01-17 | 1 | -1/+1 |
| |\ |
|
| * | | selinux: change the handling of unknown classes | Stephen Smalley | 2010-01-17 | 1 | -105/+81 |
| * | | selinux: remove a useless return | Amerigo Wang | 2009-12-08 | 1 | -2/+2 |
| * | | security/selinux/ss: correct size computation | Julia Lawall | 2009-12-08 | 1 | -2/+2 |
* | | | netlabel: fix export of SELinux categories > 127 | Joshua Roys | 2010-02-25 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | | SELinux: print denials for buggy kernel with unknown perms | Eric Paris | 2009-11-24 | 1 | -0/+7 |
* | | SELinux: fix locking issue introduced with c6d3aaa4e35c71a3 | Stephen Smalley | 2009-10-20 | 1 | -3/+7 |
* | | selinux: drop remapping of netlink classes | Stephen Smalley | 2009-10-07 | 1 | -25/+0 |
* | | selinux: generate flask headers during kernel build | Stephen Smalley | 2009-10-07 | 1 | -1/+1 |
* | | selinux: dynamic class/perm discovery | Stephen Smalley | 2009-10-07 | 4 | -257/+339 |
|/ |
|
* | Merge branch 'master' into next | James Morris | 2009-06-19 | 1 | -25/+5 |
|\ |
|
| * | Permissive domain in userspace object manager | KaiGai Kohei | 2009-04-02 | 1 | -25/+5 |
* | | Add audit messages on type boundary violations | KaiGai Kohei | 2009-06-18 | 1 | -19/+117 |
* | | cleanup in ss/services.c | KaiGai Kohei | 2009-06-18 | 1 | -3/+3 |
|/ |
|
* | SELinux: remove unused av.decided field | Eric Paris | 2009-02-13 | 1 | -2/+0 |
* | Merge branch 'next' into for-linus | James Morris | 2009-01-06 | 1 | -1/+1 |
|\ |
|
| * | SELinux: shrink sizeof av_inhert selinux_class_perm and context | Eric Paris | 2009-01-05 | 1 | -1/+1 |
* | | audit: validate comparison operations, store them in sane form | Al Viro | 2009-01-04 | 1 | -13/+13 |
|/ |
|
* | Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6_nex... | James Morris | 2008-10-11 | 1 | -3/+10 |
|\ |
|
| * | netlabel: Changes to the NetLabel security attributes to allow LSMs to pass f... | Paul Moore | 2008-10-10 | 1 | -1/+2 |
| * | selinux: Fix a problem in security_netlbl_sid_to_secattr() | Paul Moore | 2008-10-10 | 1 | -2/+8 |
| * | selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() | Paul Moore | 2008-10-04 | 1 | -7/+4 |
* | | selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid() | Paul Moore | 2008-10-04 | 1 | -7/+4 |
* | | Merge branch 'master' into next | James Morris | 2008-09-22 | 1 | -3/+3 |
|\| |
|
| * | SELinux: memory leak in security_context_to_sid_core | Eric Paris | 2008-09-04 | 1 | -3/+3 |
* | | SELinux: add boundary support and thread context assignment | KaiGai Kohei | 2008-08-28 | 3 | -15/+367 |
* | | selinux: Unify for- and while-loop style | Vesa-Matti Kari | 2008-08-15 | 6 | -24/+24 |
* | | selinux: conditional expression type validation was off-by-one | Vesa-Matti Kari | 2008-08-07 | 1 | -1/+1 |
* | | SELinux: trivial, remove unneeded local variable | Vesa-Matti J Kari | 2008-08-05 | 1 | -4/+2 |
* | | SELinux: Trivial minor fixes that change C null character style | Vesa-Matti J Kari | 2008-08-05 | 3 | -18/+18 |
|/ |
|
* | Revert "SELinux: allow fstype unknown to policy to use xattrs if present" | James Morris | 2008-07-15 | 1 | -19/+8 |
* | SELinux: allow fstype unknown to policy to use xattrs if present | Eric Paris | 2008-07-14 | 1 | -8/+19 |
* | SELinux: more user friendly unknown handling printk | Eric Paris | 2008-07-14 | 1 | -0/+7 |
* | selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux ... | Stephen Smalley | 2008-07-14 | 1 | -3/+13 |