summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/mls.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: drop return statement at end of void functionsChristian Göttsche2022-02-181-1/+0
* selinux: fix all of the W=1 build warningsPaul Moore2021-10-131-0/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+1
* selinux: prepare for inlining of hashtab functionsOndrej Mosnacek2020-07-091-1/+1
* selinux: specialize symtab insert and search functionsOndrej Mosnacek2020-07-081-10/+11
* selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek2020-05-011-7/+7
* selinux: fix warning Comparison to boolZou Wei2020-04-141-1/+1
* selinux: default_range glblub implementationJoshua Brindle2019-10-071-0/+3
* Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-271-13/+11
|\
| * selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek2018-12-051-13/+11
* | selinux: fix non-MLS handling in mls_context_to_sid()Paul Moore2018-11-131-3/+7
|/
* selinux: refactor mls_context_to_sid() and make it stricterJann Horn2018-09-051-101/+77
* selinux: wrap global selinux stateStephen Smalley2018-03-011-32/+40
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* selinux: update my email addressStephen Smalley2017-08-171-1/+1
* selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Paul Moore2015-04-061-7/+3
* selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones2014-06-031-0/+2
* SELinux: Reduce overhead of mls_level_isvalid() function callWaiman Long2013-07-251-15/+7
* SELinux: allow default source/target selectors for user/role/rangeEric Paris2012-04-091-0/+24
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-011-1/+1
* SELinux: Socket retains creator role and MLS attributeHarry Ciao2011-03-031-2/+3
* selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris2010-11-301-12/+13
* Security: Fix coding style in security/wzt.wzt@gmail.com2010-04-091-1/+1
* selinux: allow MLS->non-MLS and vice versa upon policy reloadGuido Trentalancia2010-02-041-13/+13
* selinux: convert range transition list to a hashtabStephen Smalley2010-01-251-10/+8
* selinux: remove a useless returnAmerigo Wang2009-12-081-2/+2
* selinux: dynamic class/perm discoveryStephen Smalley2009-10-071-1/+1
* SELinux: Trivial minor fixes that change C null character styleVesa-Matti J Kari2008-08-051-7/+7
* SELinux: keep the code clean formating and syntaxEric Paris2008-07-141-4/+4
* selinux: support deferred mapping of contextsStephen Smalley2008-07-141-5/+6
* SELinux: mls.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-13/+14
* NetLabel: Add secid token support to the NetLabel secattr structPaul Moore2008-01-301-5/+5
* selinux: make mls_compute_sid always polyinstantiateEamon Walsh2008-01-251-9/+2
* SELinux: add more validity checks on policy loadStephen Smalley2007-11-081-30/+36
* SELinux: improve performance when AVC misses.KaiGai Kohei2007-10-171-81/+75
* selinux: Delete mls_copy_contextVenkat Yekkirala2007-01-081-25/+5
* NetLabel: convert to an extensibile/sparse category bitmapPaul Moore2006-12-021-105/+51
* NetLabel: better error handling involving mls_export_cat()Paul Moore2006-10-151-3/+14
* [PATCH] selinux: add support for range transitions on object classesDarrel Goeddel2006-09-261-11/+10
* [NetLabel]: SELinux supportVenkat Yekkirala2006-09-221-0/+156
* [MLSXFRM]: Define new SELinux service routineVenkat Yekkirala2006-09-221-20/+0
* [PATCH] support for context based audit filteringDarrel Goeddel2006-05-011-1/+29
* [PATCH] selinux: Fix MLS compatibility off-by-one bugRon Yorston2006-04-191-1/+1
* [PATCH] selinux: MLS compatibilityStephen Smalley2005-11-091-1/+4
* [PATCH] selinux: Reduce memory use by avtabStephen Smalley2005-09-051-19/+23
* [PATCH] SELinux: default labeling of MLS fieldJames Morris2005-07-281-23/+48
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+527