summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-7/+7
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-31/+31
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-59/+56
2025-12-03Merge tag 'selinux-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-36/+3
2025-10-23selinux: improve bucket distribution uniformity of avc_hash()Hongru Zhang-0/+6
2025-10-23selinux: Move avtab_hash() to a shared location for future reuseHongru Zhang-40/+1
2025-10-22selinux: move initcalls to the LSM frameworkPaul Moore-19/+7
2025-07-28Merge tag 'selinux-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+43
2025-06-19selinux: add __GFP_NOWARN to hashtab_init() allocationsPaul Moore-1/+2
2025-06-19selinux: introduce neveraudit typesStephen Smalley-0/+41
2025-06-19selinux: change security_compute_sid to return the ssid or tsid on matchStephen Smalley-5/+11
2025-04-12selinux: remove a duplicated includePaul Moore-1/+0
2025-04-11selinux: support wildcard match in genfsconTakaya Saeki-4/+15
2025-04-11selinux: constify network address pointerChristian Göttsche-2/+2
2025-03-17selinux: get netif_wildcard policycap from policy instead of cacheChristian Göttsche-2/+1
2025-03-07selinux: support wildcard network interface namesChristian Göttsche-3/+13
2025-01-21Merge tag 'selinux-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-149/+149
2025-01-07selinux: make more use of str_read() when loading the policyChristian Göttsche-22/+12
2025-01-07selinux: avoid unnecessary indirection in struct level_datumChristian Göttsche-17/+10
2025-01-07selinux: use known type instead of void pointerChristian Göttsche-74/+77
2025-01-07selinux: rename comparison functions for clarityChristian Göttsche-16/+16
2025-01-07selinux: rework match_ipv6_addrmask()Christian Göttsche-7/+5
2025-01-07selinux: constify and reconcile function parameter namesChristian Göttsche-3/+3
2025-01-07selinux: avoid using types indicating user space interactionChristian Göttsche-1/+1
2025-01-04selinux: match extended permissions to their base permissionsThiébaud Weksteen-7/+21
2024-12-15selinux: ignore unknown extended permissionsThiébaud Weksteen-2/+6
2024-12-13selinux: add support for xperms in conditional policiesChristian Göttsche-8/+24
2024-12-11selinux: use native iterator typesChristian Göttsche-2/+2
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler-4/+0
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler-3/+7
2024-10-07selinux: Add netlink xperm supportThiébaud Weksteen-38/+45
2024-08-27selinux: replace kmem_cache_create() with KMEM_CACHE()Eric Suen-11/+4
2024-07-29selinux: Streamline type determination in security_compute_sidCanfeng Guo-17/+19
2024-07-16Merge tag 'selinux-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-07-02selinux: Use 1UL for EBITMAP_BIT to match maps typeCanfeng Guo-1/+1
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua-2/+3
2024-04-30selinux: constify source policy in cond_policydb_dup()Christian Göttsche-14/+17
2024-04-30selinux: avoid printk_ratelimit()Christian Göttsche-2/+1
2024-04-04selinux: clarify return code in filename_trans_read_helper_compat()Ondrej Mosnacek-0/+1
2024-03-27selinux: use u32 as bit position type in ebitmap codeChristian Göttsche-35/+34
2024-03-27selinux: improve symtab string hashingChristian Göttsche-11/+11
2024-03-27selinux: dump statistics for more hash tablesChristian Göttsche-7/+19
2024-03-27selinux: update numeric format specifiers for ebitmapsChristian Göttsche-6/+6
2024-03-26selinux: reject invalid ebitmapsChristian Göttsche-0/+11
2024-02-23selinux: fix style issues in security/selinux/ss/symtab.cPaul Moore-1/+3
2024-02-23selinux: fix style issues in security/selinux/ss/symtab.hPaul Moore-5/+4
2024-02-23selinux: fix style issues in security/selinux/ss/sidtab.cPaul Moore-32/+37
2024-02-23selinux: fix style issues in security/selinux/ss/sidtab.hPaul Moore-17/+19