summaryrefslogtreecommitdiff
path: root/security/selinux/ss/policydb.c
AgeCommit message (Expand)Author
2026-08-19Merge 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: require a class's permission values to cover its permission countBryam 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-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-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-06-19selinux: introduce neveraudit typesStephen Smalley
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
2024-12-13selinux: add support for xperms in conditional policiesChristian Göttsche
2024-04-04selinux: clarify return code in filename_trans_read_helper_compat()Ondrej Mosnacek
2024-03-27selinux: dump statistics for more hash tablesChristian Göttsche
2024-02-23selinux: fix style issues in security/selinux/ss/policydb.cPaul Moore
2023-11-21selinux: introduce an initial SID for early boot processesOndrej Mosnacek
2023-11-16selinux: update filenametr_hash() to use full_name_hash()Paul Moore
2023-09-13selinux: improve role transition hashingChristian Göttsche
2023-09-13selinux: print sum of chain lengths^2 for hash tablesChristian Göttsche
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-18selinux: set next pointer before attaching to listChristian Göttsche
2023-08-09selinux: avoid implicit conversions in policydb codeChristian Göttsche
2023-08-09selinux: revert SECINITSID_INIT supportPaul Moore
2023-08-08selinux: use GFP_KERNEL while reading binary policyChristian Göttsche
2023-07-28selinux: move debug functions into debug configurationChristian Göttsche
2023-07-20selinux: introduce SECURITY_SELINUX_DEBUG configurationChristian Göttsche
2023-07-19selinux: update my email addressStephen Smalley
2023-07-19selinux: add missing newlines in pr_err() statementsChristian Göttsche
2023-07-10selinux: introduce an initial SID for early boot processesOndrej Mosnacek
2023-05-23selinux: deprecated fs oconChristian Göttsche
2023-05-08selinux: declare read-only data arrays constChristian Göttsche
2022-05-03selinux: declare data arrays constChristian Göttsche
2022-05-03selinux: resolve checkpatch errorsChristian Göttsche
2022-01-26selinux: drop unused macroChristian Göttsche
2022-01-26selinux: declare name parameter of hash_eval constChristian Göttsche
2021-08-02selinux: correct the return value when loads initial sidsXiu Jianfeng