aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/ss/mls.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23selinux: fix style issues in security/selinux/ss/mls.cGravatar Paul Moore 1-50/+33
2023-08-03selinux: avoid implicit conversions in mls codeGravatar Christian Göttsche 1-4/+6
2023-07-19selinux: update my email addressGravatar Stephen Smalley 1-1/+1
2022-02-18selinux: drop return statement at end of void functionsGravatar Christian Göttsche 1-1/+0
2021-10-13selinux: fix all of the W=1 build warningsGravatar Paul Moore 1-0/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+1
2020-07-09selinux: prepare for inlining of hashtab functionsGravatar Ondrej Mosnacek 1-1/+1
2020-07-08selinux: specialize symtab insert and search functionsGravatar Ondrej Mosnacek 1-10/+11
2020-05-01selinux: do not allocate hashtabs dynamicallyGravatar Ondrej Mosnacek 1-7/+7
2020-04-14selinux: fix warning Comparison to boolGravatar Zou Wei 1-1/+1
2019-10-07selinux: default_range glblub implementationGravatar Joshua Brindle 1-0/+3
2018-12-27Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-13/+11
2018-12-05selinux: overhaul sidtab to fix bug and improve performanceGravatar Ondrej Mosnacek 1-13/+11
2018-11-13selinux: fix non-MLS handling in mls_context_to_sid()Gravatar Paul Moore 1-3/+7
2018-09-05selinux: refactor mls_context_to_sid() and make it stricterGravatar Jann Horn 1-101/+77
2018-03-01selinux: wrap global selinux stateGravatar Stephen Smalley 1-32/+40
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-17selinux: update my email addressGravatar Stephen Smalley 1-1/+1
2015-04-06selinux: reconcile security_netlbl_secattr_to_sid() and mls_import_netlbl_cat()Gravatar Paul Moore 1-7/+3
2014-06-03selinux: conditionally reschedule in mls_convert_context while loading selinu...Gravatar Dave Jones 1-0/+2
2013-07-25SELinux: Reduce overhead of mls_level_isvalid() function callGravatar Waiman Long 1-15/+7
2012-04-09SELinux: allow default source/target selectors for user/role/rangeGravatar Eric Paris 1-0/+24
2011-08-01doc: Update the email address for Paul Moore in various source filesGravatar Paul Moore 1-1/+1
2011-03-03SELinux: Socket retains creator role and MLS attributeGravatar Harry Ciao 1-2/+3
2010-11-30selinux: convert part of the sym_val_to_name array to use flex_arrayGravatar Eric Paris 1-12/+13
2010-04-09Security: Fix coding style in security/Gravatar wzt.wzt@gmail.com 1-1/+1
2010-02-04selinux: allow MLS->non-MLS and vice versa upon policy reloadGravatar Guido Trentalancia 1-13/+13
2010-01-25selinux: convert range transition list to a hashtabGravatar Stephen Smalley 1-10/+8
2009-12-08selinux: remove a useless returnGravatar Amerigo Wang 1-2/+2
2009-10-07selinux: dynamic class/perm discoveryGravatar Stephen Smalley 1-1/+1
2008-08-05SELinux: Trivial minor fixes that change C null character styleGravatar Vesa-Matti J Kari 1-7/+7
2008-07-14SELinux: keep the code clean formating and syntaxGravatar Eric Paris 1-4/+4
2008-07-14selinux: support deferred mapping of contextsGravatar Stephen Smalley 1-5/+6
2008-04-21SELinux: mls.c whitespace, syntax, and static declaraction cleanupsGravatar Eric Paris 1-13/+14
2008-01-30NetLabel: Add secid token support to the NetLabel secattr structGravatar Paul Moore 1-5/+5
2008-01-25selinux: make mls_compute_sid always polyinstantiateGravatar Eamon Walsh 1-9/+2
2007-11-08SELinux: add more validity checks on policy loadGravatar Stephen Smalley 1-30/+36
2007-10-17SELinux: improve performance when AVC misses.Gravatar KaiGai Kohei 1-81/+75
2007-01-08selinux: Delete mls_copy_contextGravatar Venkat Yekkirala 1-25/+5
2006-12-02NetLabel: convert to an extensibile/sparse category bitmapGravatar Paul Moore 1-105/+51
2006-10-15NetLabel: better error handling involving mls_export_cat()Gravatar Paul Moore 1-3/+14
2006-09-26[PATCH] selinux: add support for range transitions on object classesGravatar Darrel Goeddel 1-11/+10
2006-09-22[NetLabel]: SELinux supportGravatar Venkat Yekkirala 1-0/+156
2006-09-22[MLSXFRM]: Define new SELinux service routineGravatar Venkat Yekkirala 1-20/+0
2006-05-01[PATCH] support for context based audit filteringGravatar Darrel Goeddel 1-1/+29
2006-04-19[PATCH] selinux: Fix MLS compatibility off-by-one bugGravatar Ron Yorston 1-1/+1
2005-11-09[PATCH] selinux: MLS compatibilityGravatar Stephen Smalley 1-1/+4
2005-09-05[PATCH] selinux: Reduce memory use by avtabGravatar Stephen Smalley 1-19/+23
2005-07-28[PATCH] SELinux: default labeling of MLS fieldGravatar James Morris 1-23/+48
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+527