summaryrefslogtreecommitdiff
path: root/security/selinux/ss
AgeCommit message (Expand)Author
9 daysMerge tag 'selinux-pr-20260814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-04selinux: check level category sets once at load timeStephen Smalley
2026-08-03selinux: require every boolean value to be definedBryam Vargas
2026-08-03selinux: reject an unclaimed class value in security_get_classes()Bryam Vargas
2026-08-03selinux: require a class's permission values to cover its permission countBryam Vargas
2026-08-03selinux: do not cancel a policy conversion that never startedBryam Vargas
2026-07-30selinux: reject a class permission count below its inherited commonBryam Vargas
2026-07-30selinux: reject a permission value exceeding the class permission countBryam Vargas
2026-07-27selinux: validate constraint expression attr and op at load timeStephen Smalley
2026-07-02selinux: tighten type validation during policy loadStephen Smalley
2026-07-01selinux: convert int flags to bool flags in ss/services.cKalevi Kolttonen
2026-06-17Merge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-05-06selinux: check for simple typesChristian Göttsche
2026-05-06selinux: more strict bounds checkChristian Göttsche
2026-05-06selinux: beef up isvalid checksChristian Göttsche
2026-05-06selinux: reorder policydb_index()Christian Göttsche
2026-05-06selinux: check type attr map overflowsChristian Göttsche
2026-05-06selinux: check length fields in policiesChristian Göttsche
2026-05-06selinux: more strict policy parsingChristian Göttsche
2026-05-06selinux: use u16 for security classesChristian Göttsche
2026-05-06selinux: avoid nontransitive comparisonChristian Göttsche
2026-05-05selinux: prune /sys/fs/selinux/userStephen Smalley
2026-04-29selinux: switch two allocations to use kzalloc_objs()Stephen Smalley
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-03Merge tag 'selinux-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-23selinux: improve bucket distribution uniformity of avc_hash()Hongru Zhang
2025-10-23selinux: Move avtab_hash() to a shared location for future reuseHongru Zhang
2025-10-22selinux: move initcalls to the LSM frameworkPaul Moore
2025-07-28Merge tag 'selinux-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-06-19selinux: add __GFP_NOWARN to hashtab_init() allocationsPaul Moore
2025-06-19selinux: introduce neveraudit typesStephen Smalley
2025-06-19selinux: change security_compute_sid to return the ssid or tsid on matchStephen Smalley
2025-04-12selinux: remove a duplicated includePaul Moore
2025-04-11selinux: support wildcard match in genfsconTakaya Saeki
2025-04-11selinux: constify network address pointerChristian Göttsche
2025-03-17selinux: get netif_wildcard policycap from policy instead of cacheChristian Göttsche
2025-03-07selinux: support wildcard network interface namesChristian Göttsche
2025-01-21Merge tag 'selinux-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-07selinux: make more use of str_read() when loading the policyChristian Göttsche
2025-01-07selinux: avoid unnecessary indirection in struct level_datumChristian Göttsche
2025-01-07selinux: use known type instead of void pointerChristian Göttsche
2025-01-07selinux: rename comparison functions for clarityChristian Göttsche
2025-01-07selinux: rework match_ipv6_addrmask()Christian Göttsche
2025-01-07selinux: constify and reconcile function parameter namesChristian Göttsche
2025-01-07selinux: avoid using types indicating user space interactionChristian Göttsche
2025-01-04selinux: match extended permissions to their base permissionsThiébaud Weksteen
2024-12-15selinux: ignore unknown extended permissionsThiébaud Weksteen