summaryrefslogtreecommitdiff
path: root/security/selinux/ss
AgeCommit message (Expand)AuthorFilesLines
2023-10-04selinux: simplify avtab_insert_node() prototypeJacob Satterfield1-13/+7
2023-09-13selinux: hweight optimization in avtab_read_itemJacob Satterfield1-5/+2
2023-09-13selinux: improve role transition hashingChristian Göttsche1-1/+1
2023-09-13selinux: simplify avtab slot calculationChristian Göttsche1-7/+1
2023-09-13selinux: print sum of chain lengths^2 for hash tablesChristian Göttsche4-3/+9
2023-09-12selinux: Annotate struct sidtab_str_cache with __counted_byKees Cook1-1/+1
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-152/+147
2023-08-18selinux: set next pointer before attaching to listChristian Göttsche1-1/+1
2023-08-10selinux: avoid implicit conversions in policydb codeChristian Göttsche1-32/+37
2023-08-10selinux: make left shifts well definedChristian Göttsche1-6/+6
2023-08-10selinux: update type for number of class permissions in services codeChristian Göttsche2-2/+2
2023-08-10selinux: avoid implicit conversions in avtab codeChristian Göttsche1-12/+12
2023-08-09selinux: revert SECINITSID_INIT supportPaul Moore1-27/+0
2023-08-08selinux: use GFP_KERNEL while reading binary policyChristian Göttsche1-5/+5
2023-08-04selinux: avoid implicit conversions in services codeChristian Göttsche1-11/+12
2023-08-04selinux: avoid implicit conversions in mls codeChristian Göttsche1-4/+6
2023-08-04selinux: use identical iterator type in hashtab_duplicate()Christian Göttsche1-1/+2
2023-07-28selinux: move debug functions into debug configurationChristian Göttsche5-3/+20
2023-07-20selinux: introduce SECURITY_SELINUX_DEBUG configurationChristian Göttsche1-4/+4
2023-07-19selinux: update my email addressStephen Smalley19-19/+19
2023-07-19selinux: add missing newlines in pr_err() statementsChristian Göttsche1-3/+3
2023-07-19selinux: drop avtab_search()Christian Göttsche4-42/+8
2023-07-19selinux: fix implicit conversions in the symtabChristian Göttsche2-2/+2
2023-07-19selinux: use consistent type for AV rule specifierChristian Göttsche3-3/+3
2023-07-19selinux: avoid avtab overflowsChristian Göttsche1-2/+2
2023-07-19selinux: check for multiplication overflow in put_entry()Christian Göttsche1-2/+5
2023-07-10selinux: introduce an initial SID for early boot processesOndrej Mosnacek1-0/+27
2023-06-06selinux: avoid bool as identifier nameChristian Göttsche2-5/+5
2023-05-23selinux: deprecated fs oconChristian Göttsche2-1/+5
2023-05-18selinux: keep context struct members in syncChristian Göttsche1-0/+1
2023-05-08selinux: small cleanups in selinux_audit_rule_init()Paul Moore1-20/+18
2023-05-08selinux: declare read-only data arrays constChristian Göttsche1-1/+1
2023-05-08selinux: retain const qualifier on string literal in avtab_hash_eval()Christian Göttsche2-2/+2
2023-05-08selinux: adjust typos in commentsChristian Göttsche1-1/+1
2023-05-08selinux: do not leave dangling pointer behindChristian Göttsche1-0/+1
2023-03-14selinux: stop passing selinux_state pointers and their offspringStephen Smalley2-206/+141
2022-12-13Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-45/+50
2022-11-09selinux: remove the sidtab context conversion indirect callsPaul Moore4-44/+45
2022-10-19selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi3-5/+6
2022-08-31selinux: declare read-only parameters constChristian Göttsche4-29/+31
2022-06-15selinux: Add boundary check in put_entry()Xiu Jianfeng1-0/+2
2022-06-14selinux: fix memleak in security_read_state_kernel()Xiu Jianfeng1-1/+8
2022-05-24Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-55/+48
2022-05-18selinux: fix bad cleanup on error in hashtab_duplicate()Ondrej Mosnacek1-1/+2
2022-05-03selinux: declare data arrays constChristian Göttsche3-20/+18
2022-05-03selinux: fix indentation level of mls_ops blockChristian Göttsche1-21/+21
2022-05-03selinux: avoid extra semicolonChristian Göttsche1-9/+9
2022-05-03selinux: resolve checkpatch errorsChristian Göttsche1-8/+4
2022-04-04selinux: Remove redundant assignmentsMichal Orzel1-1/+0
2022-03-22Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-21/+13