summaryrefslogtreecommitdiff
path: root/security/selinux/ss/conditional.c
AgeCommit message (Expand)Author
2023-07-19selinux: drop avtab_search()Christian Göttsche
2023-06-05selinux: avoid bool as identifier nameChristian Göttsche
2022-03-21Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-02-18selinux: drop return statement at end of void functionsChristian Göttsche
2022-02-02selinux: fix double free of cond_list on error pathsVratislav Bendel
2021-05-10selinux: constify some avtab function argumentsOndrej Mosnacek
2021-05-10selinux: simplify duplicate_policydb_cond_list() by using kmemdup()Ondrej Mosnacek
2021-04-02selinux: fix cond_list corruption when changing booleansOndrej Mosnacek
2020-08-20selinux: fix memdup.cocci warningskernel test robot
2020-08-17selinux: refactor changing booleansStephen Smalley
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-08selinux: specialize symtab insert and search functionsOndrej Mosnacek
2020-06-29selinux: fixed a checkpatch warning with the sizeof macroEthan Edwards
2020-06-21Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-17selinux: fix undefined return of cond_evaluate_exprTom Rix
2020-06-16selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix
2020-04-27selinux: fix error return code in cond_read_list()Wei Yongjun
2020-03-05selinux: avtab_init() and cond_policydb_init() return voidPaul Moore
2020-02-11selinux: generalize evaluate_cond_node()Ondrej Mosnacek
2020-02-11selinux: convert cond_expr to arrayOndrej Mosnacek
2020-02-11selinux: convert cond_av_list to arrayOndrej Mosnacek
2020-02-11selinux: convert cond_list to arrayOndrej Mosnacek
2020-02-10selinux: simplify evaluate_cond_node()Ondrej Mosnacek
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-03-12selinux: convert to kvmallocKent Overstreet
2018-06-19selinux: Cleanup printk logging in conditionalpeter enderborg
2017-10-16selinux: remove redundant assignment to lenColin Ian King
2017-03-23selinux: Improve size determinations in four functionsMarkus Elfring
2017-03-23selinux: Delete an unnecessary return statement in cond_compute_av()Markus Elfring
2017-03-23selinux: Use kmalloc_array() in cond_init_bool_indexes()Markus Elfring
2016-08-30selinux: fix overflow and 0 length allocationsWilliam Roberts
2015-11-24selinux: fix bug in conditional rules handlingStephen Smalley
2015-07-13selinux: extended permissions for ioctlsJeff Vander Stoep
2014-06-19selinux: fix a possible memory leak in cond_read_node()Namhyung Kim
2014-06-19selinux: simple cleanup for cond_read_node()Namhyung Kim
2011-12-19selinux: Casting (void *) value returned by kmalloc is uselessThomas Meyer
2011-09-09selinux: sparse fix: fix several warnings in the security server codeJames Morris
2011-01-24selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso
2010-11-30selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris
2010-08-02selinux: fix error codes in cond_read_bool()Dan Carpenter
2010-08-02selinux: fix error codes in cond_policydb_init()Dan Carpenter
2010-08-02selinux: fix error codes in cond_read_node()Dan Carpenter
2010-08-02selinux: fix error codes in cond_read_av_list()Dan Carpenter
2010-08-02selinux: propagate error codes in cond_read_list()Dan Carpenter
2008-08-15selinux: Unify for- and while-loop styleVesa-Matti Kari
2008-08-05SELinux: Trivial minor fixes that change C null character styleVesa-Matti J Kari
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2008-04-21SELinux: clean up printksEric Paris
2008-04-21SELinux: conditional.c whitespace, syntax, and static declaraction cleanupsEric Paris