summaryrefslogtreecommitdiff
path: root/security/selinux/ss
AgeCommit message (Expand)Author
2023-11-21selinux: introduce an initial SID for early boot processesOndrej Mosnacek
2023-11-20selinux: refactor avtab_node comparisonsJacob Satterfield
2023-11-16selinux: update filenametr_hash() to use full_name_hash()Paul Moore
2023-10-03selinux: simplify avtab_insert_node() prototypeJacob Satterfield
2023-09-13selinux: hweight optimization in avtab_read_itemJacob Satterfield
2023-09-13selinux: improve role transition hashingChristian Göttsche
2023-09-13selinux: simplify avtab slot calculationChristian Göttsche
2023-09-13selinux: print sum of chain lengths^2 for hash tablesChristian Göttsche
2023-09-12selinux: Annotate struct sidtab_str_cache with __counted_byKees Cook
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: make left shifts well definedChristian Göttsche
2023-08-09selinux: update type for number of class permissions in services codeChristian Göttsche
2023-08-09selinux: avoid implicit conversions in avtab codeChristian Göttsche
2023-08-09selinux: revert SECINITSID_INIT supportPaul Moore
2023-08-08selinux: use GFP_KERNEL while reading binary policyChristian Göttsche
2023-08-03selinux: avoid implicit conversions in services codeChristian Göttsche
2023-08-03selinux: avoid implicit conversions in mls codeChristian Göttsche
2023-08-03selinux: use identical iterator type in hashtab_duplicate()Christian 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-19selinux: drop avtab_search()Christian Göttsche
2023-07-18selinux: fix implicit conversions in the symtabChristian Göttsche
2023-07-18selinux: use consistent type for AV rule specifierChristian Göttsche
2023-07-18selinux: avoid avtab overflowsChristian Göttsche
2023-07-18selinux: check for multiplication overflow in put_entry()Christian Göttsche
2023-07-10selinux: introduce an initial SID for early boot processesOndrej Mosnacek
2023-06-05selinux: avoid bool as identifier nameChristian Göttsche
2023-05-23selinux: deprecated fs oconChristian Göttsche
2023-05-18selinux: keep context struct members in syncChristian Göttsche
2023-05-08selinux: small cleanups in selinux_audit_rule_init()Paul Moore
2023-05-08selinux: declare read-only data arrays constChristian Göttsche
2023-05-08selinux: retain const qualifier on string literal in avtab_hash_eval()Christian Göttsche
2023-05-08selinux: adjust typos in commentsChristian Göttsche
2023-05-08selinux: do not leave dangling pointer behindChristian Göttsche
2023-03-14selinux: stop passing selinux_state pointers and their offspringStephen Smalley
2022-12-13Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-11-09selinux: remove the sidtab context conversion indirect callsPaul Moore
2022-10-19selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi
2022-08-30selinux: declare read-only parameters constChristian Göttsche
2022-06-14selinux: Add boundary check in put_entry()Xiu Jianfeng
2022-06-13selinux: fix memleak in security_read_state_kernel()Xiu Jianfeng
2022-05-24Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-17selinux: fix bad cleanup on error in hashtab_duplicate()Ondrej Mosnacek
2022-05-03selinux: declare data arrays constChristian Göttsche
2022-05-03selinux: fix indentation level of mls_ops blockChristian Göttsche
2022-05-03selinux: avoid extra semicolonChristian Göttsche