| Age | Commit message (Expand) | Author | Files | Lines |
| 4 days | Merge tag 'selinux-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -36/+3 |
| 2025-10-23 | selinux: improve bucket distribution uniformity of avc_hash() | Hongru Zhang | 1 | -0/+6 |
| 2025-10-23 | selinux: Move avtab_hash() to a shared location for future reuse | Hongru Zhang | 1 | -40/+1 |
| 2025-10-22 | selinux: move initcalls to the LSM framework | Paul Moore | 1 | -19/+7 |
| 2025-07-28 | Merge tag 'selinux-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -1/+43 |
| 2025-06-19 | selinux: add __GFP_NOWARN to hashtab_init() allocations | Paul Moore | 1 | -1/+2 |
| 2025-06-19 | selinux: introduce neveraudit types | Stephen Smalley | 3 | -0/+41 |
| 2025-06-19 | selinux: change security_compute_sid to return the ssid or tsid on match | Stephen Smalley | 1 | -5/+11 |
| 2025-04-12 | selinux: remove a duplicated include | Paul Moore | 1 | -1/+0 |
| 2025-04-11 | selinux: support wildcard match in genfscon | Takaya Saeki | 1 | -4/+15 |
| 2025-04-11 | selinux: constify network address pointer | Christian Göttsche | 1 | -2/+2 |
| 2025-03-17 | selinux: get netif_wildcard policycap from policy instead of cache | Christian Göttsche | 1 | -2/+1 |
| 2025-03-07 | selinux: support wildcard network interface names | Christian Göttsche | 1 | -3/+13 |
| 2025-01-21 | Merge tag 'selinux-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 14 | -149/+149 |
| 2025-01-07 | selinux: make more use of str_read() when loading the policy | Christian Göttsche | 3 | -22/+12 |
| 2025-01-07 | selinux: avoid unnecessary indirection in struct level_datum | Christian Göttsche | 3 | -17/+10 |
| 2025-01-07 | selinux: use known type instead of void pointer | Christian Göttsche | 8 | -74/+77 |
| 2025-01-07 | selinux: rename comparison functions for clarity | Christian Göttsche | 7 | -16/+16 |
| 2025-01-07 | selinux: rework match_ipv6_addrmask() | Christian Göttsche | 1 | -7/+5 |
| 2025-01-07 | selinux: constify and reconcile function parameter names | Christian Göttsche | 2 | -3/+3 |
| 2025-01-07 | selinux: avoid using types indicating user space interaction | Christian Göttsche | 1 | -1/+1 |
| 2025-01-04 | selinux: match extended permissions to their base permissions | Thiébaud Weksteen | 1 | -7/+21 |
| 2024-12-15 | selinux: ignore unknown extended permissions | Thiébaud Weksteen | 1 | -2/+6 |
| 2024-12-13 | selinux: add support for xperms in conditional policies | Christian Göttsche | 5 | -8/+24 |
| 2024-12-11 | selinux: use native iterator types | Christian Göttsche | 1 | -2/+2 |
| 2024-11-18 | Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+3 |
| 2024-10-11 | lsm: remove lsm_prop scaffolding | Casey Schaufler | 1 | -4/+0 |
| 2024-10-11 | lsm: use lsm_prop in security_audit_rule_match | Casey Schaufler | 1 | -3/+7 |
| 2024-10-07 | selinux: Add netlink xperm support | Thiébaud Weksteen | 2 | -38/+45 |
| 2024-08-27 | selinux: replace kmem_cache_create() with KMEM_CACHE() | Eric Suen | 3 | -11/+4 |
| 2024-07-29 | selinux: Streamline type determination in security_compute_sid | Canfeng Guo | 1 | -17/+19 |
| 2024-07-16 | Merge tag 'selinux-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-02 | selinux: Use 1UL for EBITMAP_BIT to match maps type | Canfeng Guo | 1 | -1/+1 |
| 2024-06-13 | ima: Avoid blocking in RCU read-side critical section | GUO Zihua | 1 | -2/+3 |
| 2024-04-30 | selinux: constify source policy in cond_policydb_dup() | Christian Göttsche | 4 | -14/+17 |
| 2024-04-30 | selinux: avoid printk_ratelimit() | Christian Göttsche | 1 | -2/+1 |
| 2024-04-04 | selinux: clarify return code in filename_trans_read_helper_compat() | Ondrej Mosnacek | 1 | -0/+1 |
| 2024-03-27 | selinux: use u32 as bit position type in ebitmap code | Christian Göttsche | 2 | -35/+34 |
| 2024-03-27 | selinux: improve symtab string hashing | Christian Göttsche | 1 | -11/+11 |
| 2024-03-27 | selinux: dump statistics for more hash tables | Christian Göttsche | 2 | -7/+19 |
| 2024-03-27 | selinux: update numeric format specifiers for ebitmaps | Christian Göttsche | 1 | -6/+6 |
| 2024-03-26 | selinux: reject invalid ebitmaps | Christian Göttsche | 1 | -0/+11 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/symtab.c | Paul Moore | 1 | -1/+3 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/symtab.h | Paul Moore | 1 | -5/+4 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/sidtab.c | Paul Moore | 1 | -32/+37 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/sidtab.h | Paul Moore | 1 | -17/+19 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/services.h | Paul Moore | 1 | -1/+2 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/policydb.c | Paul Moore | 1 | -192/+213 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/policydb.h | Paul Moore | 1 | -97/+95 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/mls_types.h | Paul Moore | 1 | -16/+16 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/mls.c | Paul Moore | 1 | -50/+33 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/mls.h | Paul Moore | 1 | -39/+19 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/hashtab.c | Paul Moore | 1 | -12/+11 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/hashtab.h | Paul Moore | 1 | -18/+17 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/ebitmap.c | Paul Moore | 1 | -28/+28 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/ebitmap.h | Paul Moore | 1 | -19/+23 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/context.h | Paul Moore | 1 | -1/+1 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/context.h | Paul Moore | 1 | -19/+22 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/constraint.h | Paul Moore | 1 | -33/+34 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/conditional.c | Paul Moore | 1 | -35/+33 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/conditional.h | Paul Moore | 1 | -12/+11 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/avtab.c | Paul Moore | 1 | -54/+51 |
| 2024-02-23 | selinux: fix style issues in security/selinux/ss/avtab.h | Paul Moore | 1 | -37/+37 |
| 2023-11-21 | selinux: introduce an initial SID for early boot processes | Ondrej Mosnacek | 2 | -1/+39 |
| 2023-11-20 | selinux: refactor avtab_node comparisons | Jacob Satterfield | 1 | -60/+41 |
| 2023-11-16 | selinux: update filenametr_hash() to use full_name_hash() | Paul Moore | 1 | -9/+2 |
| 2023-10-03 | selinux: simplify avtab_insert_node() prototype | Jacob Satterfield | 1 | -13/+7 |
| 2023-09-13 | selinux: hweight optimization in avtab_read_item | Jacob Satterfield | 1 | -5/+2 |
| 2023-09-13 | selinux: improve role transition hashing | Christian Göttsche | 1 | -1/+1 |
| 2023-09-13 | selinux: simplify avtab slot calculation | Christian Göttsche | 1 | -7/+1 |
| 2023-09-13 | selinux: print sum of chain lengths^2 for hash tables | Christian Göttsche | 4 | -3/+9 |
| 2023-09-12 | selinux: Annotate struct sidtab_str_cache with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-08-30 | Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 20 | -152/+147 |
| 2023-08-18 | selinux: set next pointer before attaching to list | Christian Göttsche | 1 | -1/+1 |
| 2023-08-09 | selinux: avoid implicit conversions in policydb code | Christian Göttsche | 1 | -32/+37 |
| 2023-08-09 | selinux: make left shifts well defined | Christian Göttsche | 1 | -6/+6 |
| 2023-08-09 | selinux: update type for number of class permissions in services code | Christian Göttsche | 2 | -2/+2 |
| 2023-08-09 | selinux: avoid implicit conversions in avtab code | Christian Göttsche | 1 | -12/+12 |
| 2023-08-09 | selinux: revert SECINITSID_INIT support | Paul Moore | 1 | -27/+0 |
| 2023-08-08 | selinux: use GFP_KERNEL while reading binary policy | Christian Göttsche | 1 | -5/+5 |
| 2023-08-03 | selinux: avoid implicit conversions in services code | Christian Göttsche | 1 | -11/+12 |
| 2023-08-03 | selinux: avoid implicit conversions in mls code | Christian Göttsche | 1 | -4/+6 |
| 2023-08-03 | selinux: use identical iterator type in hashtab_duplicate() | Christian Göttsche | 1 | -1/+2 |
| 2023-07-28 | selinux: move debug functions into debug configuration | Christian Göttsche | 5 | -3/+20 |
| 2023-07-20 | selinux: introduce SECURITY_SELINUX_DEBUG configuration | Christian Göttsche | 1 | -4/+4 |
| 2023-07-19 | selinux: update my email address | Stephen Smalley | 19 | -19/+19 |
| 2023-07-19 | selinux: add missing newlines in pr_err() statements | Christian Göttsche | 1 | -3/+3 |
| 2023-07-19 | selinux: drop avtab_search() | Christian Göttsche | 4 | -42/+8 |
| 2023-07-18 | selinux: fix implicit conversions in the symtab | Christian Göttsche | 2 | -2/+2 |
| 2023-07-18 | selinux: use consistent type for AV rule specifier | Christian Göttsche | 3 | -3/+3 |
| 2023-07-18 | selinux: avoid avtab overflows | Christian Göttsche | 1 | -2/+2 |
| 2023-07-18 | selinux: check for multiplication overflow in put_entry() | Christian Göttsche | 1 | -2/+5 |
| 2023-07-10 | selinux: introduce an initial SID for early boot processes | Ondrej Mosnacek | 1 | -0/+27 |
| 2023-06-05 | selinux: avoid bool as identifier name | Christian Göttsche | 2 | -5/+5 |
| 2023-05-23 | selinux: deprecated fs ocon | Christian Göttsche | 2 | -1/+5 |
| 2023-05-18 | selinux: keep context struct members in sync | Christian Göttsche | 1 | -0/+1 |
| 2023-05-08 | selinux: small cleanups in selinux_audit_rule_init() | Paul Moore | 1 | -20/+18 |
| 2023-05-08 | selinux: declare read-only data arrays const | Christian Göttsche | 1 | -1/+1 |
| 2023-05-08 | selinux: retain const qualifier on string literal in avtab_hash_eval() | Christian Göttsche | 2 | -2/+2 |
| 2023-05-08 | selinux: adjust typos in comments | Christian Göttsche | 1 | -1/+1 |
| 2023-05-08 | selinux: do not leave dangling pointer behind | Christian Göttsche | 1 | -0/+1 |
| 2023-03-14 | selinux: stop passing selinux_state pointers and their offspring | Stephen Smalley | 2 | -206/+141 |
| 2022-12-13 | Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -45/+50 |
| 2022-11-09 | selinux: remove the sidtab context conversion indirect calls | Paul Moore | 4 | -44/+45 |
| 2022-10-19 | selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context() | GONG, Ruiqi | 3 | -5/+6 |
| 2022-08-30 | selinux: declare read-only parameters const | Christian Göttsche | 4 | -29/+31 |
| 2022-06-14 | selinux: Add boundary check in put_entry() | Xiu Jianfeng | 1 | -0/+2 |
| 2022-06-13 | selinux: fix memleak in security_read_state_kernel() | Xiu Jianfeng | 1 | -1/+8 |
| 2022-05-24 | Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -55/+48 |
| 2022-05-17 | selinux: fix bad cleanup on error in hashtab_duplicate() | Ondrej Mosnacek | 1 | -1/+2 |
| 2022-05-03 | selinux: declare data arrays const | Christian Göttsche | 3 | -20/+18 |
| 2022-05-03 | selinux: fix indentation level of mls_ops block | Christian Göttsche | 1 | -21/+21 |
| 2022-05-03 | selinux: avoid extra semicolon | Christian Göttsche | 1 | -9/+9 |
| 2022-05-03 | selinux: resolve checkpatch errors | Christian Göttsche | 1 | -8/+4 |
| 2022-04-04 | selinux: Remove redundant assignments | Michal Orzel | 1 | -1/+0 |
| 2022-03-21 | Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 8 | -21/+13 |
| 2022-02-18 | selinux: drop return statement at end of void functions | Christian Göttsche | 4 | -6/+0 |
| 2022-02-02 | selinux: fix double free of cond_list on error paths | Vratislav Bendel | 1 | -1/+2 |
| 2022-01-26 | selinux: drop unused macro | Christian Göttsche | 1 | -2/+0 |
| 2022-01-26 | selinux: drop unused parameter of avtab_insert_node | Christian Göttsche | 1 | -3/+3 |
| 2022-01-26 | selinux: drop cast to same type | Christian Göttsche | 1 | -1/+1 |
| 2022-01-26 | selinux: enclose macro arguments in parenthesis | Christian Göttsche | 2 | -5/+5 |
| 2022-01-26 | selinux: declare name parameter of hash_eval const | Christian Göttsche | 1 | -1/+1 |
| 2022-01-25 | selinux: declare path parameters of _genfs_sid const | Christian Göttsche | 1 | -3/+3 |
| 2022-01-11 | Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2021-12-05 | selinux: Use struct_size() helper in kmalloc() | Xiu Jianfeng | 1 | -1/+1 |
| 2021-11-19 | selinux: fix NULL-pointer dereference when hashtab allocation fails | Ondrej Mosnacek | 1 | -5/+12 |
| 2021-10-13 | selinux: fix all of the W=1 build warnings | Paul Moore | 3 | -4/+15 |
| 2021-10-11 | selinux: fix race condition when computing ocontext SIDs | Ondrej Mosnacek | 1 | -85/+77 |
| 2021-08-31 | Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
| 2021-08-02 | selinux: correct the return value when loads initial sids | Xiu Jianfeng | 1 | -6/+4 |
| 2021-07-14 | selinux: return early for possible NULL audit buffers | Austin Kim | 1 | -0/+2 |
| 2021-06-11 | selinux: Fix kernel-doc | Yang Li | 1 | -1/+22 |
| 2021-05-10 | selinux: Remove redundant assignment to rc | Jiapeng Chong | 2 | -5/+0 |
| 2021-05-10 | selinux: constify some avtab function arguments | Ondrej Mosnacek | 3 | -21/+26 |
| 2021-05-10 | selinux: simplify duplicate_policydb_cond_list() by using kmemdup() | Ondrej Mosnacek | 1 | -5/+6 |
| 2021-05-01 | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -1/+2 |
| 2021-04-27 | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
| 2021-04-22 | LSM: Infrastructure management of the superblock | Casey Schaufler | 1 | -1/+2 |
| 2021-04-09 | Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -112/+185 |
| 2021-04-07 | selinux: fix race between old and new sidtab | Ondrej Mosnacek | 3 | -37/+145 |
| 2021-04-02 | selinux: fix cond_list corruption when changing booleans | Ondrej Mosnacek | 3 | -69/+33 |
| 2021-04-02 | selinux: make nslot handling in avtab more robust | Ondrej Mosnacek | 1 | -10/+11 |
| 2021-03-22 | Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -24/+39 |
| 2021-03-18 | selinux: fix variable scope issue in live sidtab conversion | Ondrej Mosnacek | 1 | -24/+39 |
| 2021-03-08 | selinux: fix misspellings using codespell tool | Xiong Zhenwu | 1 | -1/+1 |
| 2021-03-08 | selinux: measure state and policy capabilities | Lakshmi Ramasubramanian | 1 | -1/+1 |
| 2021-02-21 | Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+55 |
| 2021-01-14 | selinux: include a consumer of the new IMA critical data hook | Lakshmi Ramasubramanian | 1 | -9/+55 |
| 2021-01-12 | selinux: mark some global variables __ro_after_init | Ondrej Mosnacek | 3 | -4/+4 |
| 2021-01-12 | selinux: drop the unnecessary aurule_callback variable | Ondrej Mosnacek | 1 | -7/+3 |
| 2020-10-27 | selinux: allow dontauditx and auditallowx rules to take effect without allowx | bauen1 | 1 | -3/+1 |
| 2020-10-13 | Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -365/+793 |
| 2020-09-11 | selinux: access policycaps with READ_ONCE/WRITE_ONCE | Stephen Smalley | 1 | -1/+2 |
| 2020-08-31 | selinux: simplify away security_policydb_len() | Ondrej Mosnacek | 1 | -23/+4 |
| 2020-08-27 | selinux: move policy mutex to selinux_state, use in lockdep checks | Stephen Smalley | 1 | -29/+8 |
| 2020-08-26 | selinux: fix error handling bugs in security_load_policy() | Dan Carpenter | 1 | -11/+23 |
| 2020-08-25 | selinux: convert policy read-write lock to RCU | Stephen Smalley | 2 | -214/+278 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+1 |
| 2020-08-20 | selinux: fix memdup.cocci warnings | kernel test robot | 1 | -3/+2 |
| 2020-08-19 | selinux: avoid dereferencing the policy prior to initialization | Stephen Smalley | 1 | -0/+60 |
| 2020-08-19 | selinux: fix allocation failure check on newpolicy->sidtab | Colin Ian King | 1 | -1/+1 |
| 2020-08-17 | selinux: refactor changing booleans | Stephen Smalley | 8 | -64/+368 |
| 2020-08-17 | selinux: move policy commit after updating selinuxfs | Stephen Smalley | 3 | -44/+53 |
| 2020-08-17 | selinux: encapsulate policy state, refactor policy load | Stephen Smalley | 2 | -192/+221 |
| 2020-08-17 | scripts/selinux,selinux: update mdp to enable policy capabilities | Stephen Smalley | 1 | -11/+1 |
| 2020-08-04 | Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -157/+231 |
| 2020-07-09 | selinux: complete the inlining of hashtab functions | Ondrej Mosnacek | 2 | -59/+63 |
| 2020-07-09 | selinux: prepare for inlining of hashtab functions | Ondrej Mosnacek | 7 | -63/+110 |
| 2020-07-08 | selinux: specialize symtab insert and search functions | Ondrej Mosnacek | 7 | -56/+69 |
| 2020-06-29 | selinux: fixed a checkpatch warning with the sizeof macro | Ethan Edwards | 1 | -2/+2 |
| 2020-06-23 | selinux: log error messages on required process class / permissions | Stephen Smalley | 1 | -5/+15 |
| 2020-06-21 | Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -13/+12 |
| 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-06-10 | selinux: fix double free | Tom Rix | 1 | -0/+4 |
| 2020-06-02 | Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 16 | -318/+496 |
| 2020-05-01 | selinux: do not allocate hashtabs dynamically | Ondrej Mosnacek | 8 | -146/+116 |
| 2020-05-01 | selinux: fix return value on error in policydb_read() | Ondrej Mosnacek | 1 | -0/+1 |
| 2020-05-01 | selinux: simplify range_write() | Ondrej Mosnacek | 1 | -16/+2 |
| 2020-05-01 | selinux: fix error return code in policydb_read() | Wei Yongjun | 1 | -0/+1 |
| 2020-04-30 | Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2020-04-27 | selinux: fix error return code in cond_read_list() | Wei Yongjun | 1 | -1/+1 |
| 2020-04-22 | selinux: don't produce incorrect filename_trans_count | Ondrej Mosnacek | 2 | -9/+5 |
| 2020-04-17 | selinux: implement new format of filename transitions | Ondrej Mosnacek | 1 | -25/+187 |
| 2020-04-17 | selinux: move context hashing under sidtab | Ondrej Mosnacek | 5 | -58/+47 |
| 2020-04-17 | selinux: hash context structure directly | Ondrej Mosnacek | 8 | -41/+68 |
| 2020-04-17 | selinux: store role transitions in a hash table | Ondrej Mosnacek | 3 | -60/+107 |
| 2020-04-16 | Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
| 2020-04-15 | selinux: drop unnecessary smp_load_acquire() call | Ondrej Mosnacek | 1 | -2/+1 |
| 2020-04-15 | selinux: free str on error in str_read() | Ondrej Mosnacek | 1 | -4/+4 |
| 2020-04-14 | selinux: fix warning Comparison to bool | Zou Wei | 2 | -3/+3 |
| 2020-03-31 | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -515/+352 |
| 2020-03-30 | selinux: clean up indentation issue with assignment statement | Colin Ian King | 1 | -4/+3 |
| 2020-03-05 | selinux: avtab_init() and cond_policydb_init() return void | Paul Moore | 5 | -21/+7 |
| 2020-03-05 | selinux: clean up error path in policydb_init() | Ondrej Mosnacek | 1 | -13/+5 |
| 2020-02-27 | selinux: remove unused initial SIDs and improve handling | Stephen Smalley | 2 | -26/+25 |
| 2020-02-27 | selinux: reduce the use of hard-coded hash sizes | Ondrej Mosnacek | 4 | -40/+45 |
| 2020-02-22 | selinux: optimize storage of filename transitions | Ondrej Mosnacek | 3 | -80/+110 |
| 2020-02-13 | selinux: factor out loop body from filename_trans_read() | Ondrej Mosnacek | 1 | -59/+63 |