| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-07 | selinux: make more use of str_read() when loading the policy | Christian Göttsche | 1 | -8/+2 |
| 2025-01-07 | selinux: use known type instead of void pointer | Christian Göttsche | 1 | -6/+6 |
| 2024-12-13 | selinux: add support for xperms in conditional policies | Christian Göttsche | 1 | -1/+1 |
| 2024-04-30 | selinux: constify source policy in cond_policydb_dup() | Christian Göttsche | 1 | -7/+8 |
| 2024-03-27 | selinux: dump statistics for more hash tables | Christian Göttsche | 1 | -0/+3 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/conditional.c | Paul Moore | 1 | -35/+33 |
| 2023-07-19 | selinux: drop avtab_search() | Christian Göttsche | 1 | -2/+2 |
| 2023-06-05 | selinux: avoid bool as identifier name | Christian Göttsche | 1 | -4/+4 |
| 2022-03-21 | Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+0 |
| 2022-02-18 | selinux: drop return statement at end of void functions | Christian Göttsche | 1 | -2/+0 |
| 2022-02-02 | selinux: fix double free of cond_list on error paths | Vratislav Bendel | 1 | -1/+2 |
| 2021-05-10 | selinux: constify some avtab function arguments | Ondrej Mosnacek | 1 | -1/+2 |
| 2021-05-10 | selinux: simplify duplicate_policydb_cond_list() by using kmemdup() | Ondrej Mosnacek | 1 | -5/+6 |
| 2021-04-02 | selinux: fix cond_list corruption when changing booleans | Ondrej Mosnacek | 1 | -6/+6 |
| 2020-08-20 | selinux: fix memdup.cocci warnings | kernel test robot | 1 | -3/+2 |
| 2020-08-17 | selinux: refactor changing booleans | Stephen Smalley | 1 | -0/+156 |
| 2020-08-04 | Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
| 2020-07-08 | selinux: specialize symtab insert and search functions | Ondrej Mosnacek | 1 | -2/+2 |
| 2020-06-29 | selinux: fixed a checkpatch warning with the sizeof macro | Ethan Edwards | 1 | -2/+2 |
| 2020-06-21 | Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -13/+8 |
| 2020-06-17 | selinux: fix undefined return of cond_evaluate_expr | Tom Rix | 1 | -0/+3 |
| 2020-06-16 | selinux: fix a double free in cond_read_node()/cond_read_list() | Tom Rix | 1 | -13/+5 |
| 2020-04-27 | selinux: fix error return code in cond_read_list() | Wei Yongjun | 1 | -1/+1 |
| 2020-03-05 | selinux: avtab_init() and cond_policydb_init() return void | Paul Moore | 1 | -8/+2 |
| 2020-02-11 | selinux: generalize evaluate_cond_node() | Ondrej Mosnacek | 1 | -1/+9 |
| 2020-02-11 | selinux: convert cond_expr to array | Ondrej Mosnacek | 1 | -38/+24 |
| 2020-02-11 | selinux: convert cond_av_list to array | Ondrej Mosnacek | 1 | -75/+49 |
| 2020-02-11 | selinux: convert cond_list to array | Ondrej Mosnacek | 1 | -34/+20 |
| 2020-02-10 | selinux: simplify evaluate_cond_node() | Ondrej Mosnacek | 1 | -2/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 | Thomas Gleixner | 1 | -3/+1 |
| 2019-03-12 | selinux: convert to kvmalloc | Kent Overstreet | 1 | -5/+1 |
| 2018-06-19 | selinux: Cleanup printk logging in conditional | peter enderborg | 1 | -8/+8 |
| 2017-10-16 | selinux: remove redundant assignment to len | Colin Ian King | 1 | -1/+0 |
| 2017-03-23 | selinux: Improve size determinations in four functions | Markus Elfring | 1 | -4/+4 |
| 2017-03-23 | selinux: Delete an unnecessary return statement in cond_compute_av() | Markus Elfring | 1 | -1/+0 |
| 2017-03-23 | selinux: Use kmalloc_array() in cond_init_bool_indexes() | Markus Elfring | 1 | -2/+3 |
| 2016-08-30 | selinux: fix overflow and 0 length allocations | William Roberts | 1 | -0/+2 |
| 2015-11-24 | selinux: fix bug in conditional rules handling | Stephen Smalley | 1 | -2/+2 |
| 2015-07-13 | selinux: extended permissions for ioctls | Jeff Vander Stoep | 1 | -5/+27 |
| 2014-06-19 | selinux: fix a possible memory leak in cond_read_node() | Namhyung Kim | 1 | -1/+1 |
| 2014-06-19 | selinux: simple cleanup for cond_read_node() | Namhyung Kim | 1 | -7/+2 |
| 2011-12-19 | selinux: Casting (void *) value returned by kmalloc is useless | Thomas Meyer | 1 | -1/+1 |
| 2011-09-09 | selinux: sparse fix: fix several warnings in the security server code | James Morris | 1 | -1/+1 |
| 2011-01-24 | selinux: return -ENOMEM when memory allocation fails | Davidlohr Bueso | 1 | -1/+1 |
| 2010-11-30 | selinux: convert part of the sym_val_to_name array to use flex_array | Eric Paris | 1 | -1/+5 |
| 2010-10-21 | SELinux: allow userspace to read policy back out of the kernel | Eric Paris | 1 | -0/+123 |
| 2010-08-02 | selinux: fix error codes in cond_read_bool() | Dan Carpenter | 1 | -5/+8 |
| 2010-08-02 | selinux: fix error codes in cond_policydb_init() | Dan Carpenter | 1 | -2/+6 |
| 2010-08-02 | selinux: fix error codes in cond_read_node() | Dan Carpenter | 1 | -8/+12 |
| 2010-08-02 | selinux: fix error codes in cond_read_av_list() | Dan Carpenter | 1 | -6/+8 |
| 2010-08-02 | selinux: propagate error codes in cond_read_list() | Dan Carpenter | 1 | -4/+6 |
| 2008-08-15 | selinux: Unify for- and while-loop style | Vesa-Matti Kari | 1 | -8/+8 |
| 2008-08-05 | SELinux: Trivial minor fixes that change C null character style | Vesa-Matti J Kari | 1 | -1/+1 |
| 2008-04-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -40/+33 |
| 2008-04-21 | SELinux: clean up printks | Eric Paris | 1 | -7/+7 |
| 2008-04-21 | SELinux: conditional.c whitespace, syntax, and static declaraction cleanups | Eric Paris | 1 | -33/+26 |
| 2008-04-18 | security: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |
| 2008-04-18 | SELinux: unify printk messages | James Morris | 1 | -8/+8 |
| 2007-11-08 | SELinux: add more validity checks on policy load | Stephen Smalley | 1 | -1/+2 |
| 2007-10-17 | SELinux: tune avtab to reduce memory usage | Yuichi Nakamura | 1 | -0/+4 |
| 2005-10-30 | [PATCH] SELinux: convert to kzalloc | James Morris | 1 | -8/+4 |
| 2005-09-05 | [PATCH] selinux: endian notations | Alexey Dobriyan | 1 | -4/+8 |
| 2005-09-05 | [PATCH] selinux: Reduce memory use by avtab | Stephen Smalley | 1 | -91/+114 |
| 2005-06-25 | [PATCH] selinux: kfree cleanup | Jesper Juhl | 1 | -6/+3 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+489 |