| Commit message (Expand) | Author | Age | Files | Lines |
* | selinux: return -ENOMEM when memory allocation fails | Davidlohr Bueso | 2011-01-24 | 2 | -3/+3 |
* | selinux: cache sidtab_context_to_sid results | Eric Paris | 2010-12-07 | 2 | -2/+39 |
* | SELinux: merge policydb_index_classes and policydb_index_others | Eric Paris | 2010-11-30 | 1 | -59/+10 |
* | selinux: convert part of the sym_val_to_name array to use flex_array | Eric Paris | 2010-11-30 | 5 | -68/+127 |
* | selinux: convert type_val_to_struct to flex_array | Eric Paris | 2010-11-30 | 3 | -13/+34 |
* | selinux: rework security_netlbl_secattr_to_sid | Eric Paris | 2010-11-30 | 1 | -21/+21 |
* | SELinux: standardize return code handling in selinuxfs.c | Eric Paris | 2010-11-30 | 1 | -171/+157 |
* | SELinux: standardize return code handling in policydb.c | Eric Paris | 2010-11-30 | 1 | -287/+268 |
* | selinux: include vmalloc.h for vmalloc_user | Stephen Rothwell | 2010-10-21 | 1 | -0/+1 |
* | selinux: implement mmap on /selinux/policy | Eric Paris | 2010-10-21 | 1 | -1/+1 |
* | SELinux: allow userspace to read policy back out of the kernel | Eric Paris | 2010-10-21 | 9 | -2/+1158 |
* | SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE | Eric Paris | 2010-10-21 | 2 | -3/+2 |
* | SELinux: deterministic ordering of range transition rules | Eric Paris | 2010-10-21 | 1 | -3/+13 |
* | security: secid_to_secctx returns len when data is NULL | Eric Paris | 2010-10-21 | 1 | -2/+9 |
* | selinux: fix up style problem on /selinux/status | KaiGai Kohei | 2010-10-21 | 1 | -9/+6 |
* | selinux: really fix dependency causing parallel compile failure. | Paul Gortmaker | 2010-10-21 | 1 | -9/+0 |
* | selinux: fast status update interface (/selinux/status) | KaiGai Kohei | 2010-10-21 | 3 | -1/+133 |
* | selinux: type_bounds_sanity_check has a meaningless variable declaration | Eric Paris | 2010-10-21 | 1 | -2/+2 |
* | selinux: convert the policy type_attr_map to flex_array | Eric Paris | 2010-08-02 | 3 | -13/+39 |
* | SELinux: break ocontext reading into a separate function | Eric Paris | 2010-08-02 | 1 | -111/+133 |
* | SELinux: move genfs read to a separate function | Eric Paris | 2010-08-02 | 1 | -105/+133 |
* | selinux: fix error codes in symtab_init() | Dan Carpenter | 2010-08-02 | 1 | -1/+1 |
* | selinux: fix error codes in cond_read_bool() | Dan Carpenter | 2010-08-02 | 1 | -5/+8 |
* | selinux: fix error codes in cond_policydb_init() | Dan Carpenter | 2010-08-02 | 1 | -2/+6 |
* | selinux: fix error codes in cond_read_node() | Dan Carpenter | 2010-08-02 | 1 | -8/+12 |
* | selinux: fix error codes in cond_read_av_list() | Dan Carpenter | 2010-08-02 | 1 | -6/+8 |
* | selinux: propagate error codes in cond_read_list() | Dan Carpenter | 2010-08-02 | 1 | -4/+6 |
* | selinux: cleanup return codes in avtab_read_item() | Dan Carpenter | 2010-08-02 | 1 | -20/+19 |
* | SELinux: seperate range transition rules to a seperate function | Eric Paris | 2010-08-02 | 1 | -64/+75 |
* | 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-16 | 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-08 | 1 | -1/+1 |
| * | Selinux: Remove unused headers slab.h in selinux/ss/symtab.c | wzt.wzt@gmail.com | 2010-03-03 | 1 | -1/+0 |
* | | Merge branch 'next' into for-linus | James Morris | 2010-03-01 | 7 | -213/+266 |
|\ \
| |/
|/| |
|
| * | selinux: libsepol: remove dead code in check_avtab_hierarchy_callback() | KaiGai Kohei | 2010-02-22 | 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-04 | 7 | -57/+80 |
| * | selinux: load the initial SIDs upon every policy load | Guido Trentalancia | 2010-02-04 | 1 | -4/+12 |
| * | selinux: remove dead code in type_attribute_bounds_av() | KaiGai Kohei | 2010-01-25 | 1 | -39/+4 |
| * | selinux: convert range transition list to a hashtab | Stephen Smalley | 2010-01-25 | 3 | -41/+86 |
| * | Merge branch 'master' into next | James Morris | 2010-01-18 | 1 | -1/+1 |
| |\ |
|
| * | | selinux: change the handling of unknown classes | Stephen Smalley | 2010-01-18 | 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 |