summaryrefslogtreecommitdiff
path: root/security/selinux/ss
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-18selinux: drop return statement at end of void functionsChristian Göttsche4-6/+0
2022-02-02selinux: fix double free of cond_list on error pathsVratislav Bendel1-1/+2
2022-01-27selinux: drop unused macroChristian Göttsche1-2/+0
2022-01-26selinux: drop unused parameter of avtab_insert_nodeChristian Göttsche1-3/+3
2022-01-26selinux: drop cast to same typeChristian Göttsche1-1/+1
2022-01-26selinux: enclose macro arguments in parenthesisChristian Göttsche2-5/+5
2022-01-26selinux: declare name parameter of hash_eval constChristian Göttsche1-1/+1
2022-01-26selinux: declare path parameters of _genfs_sid constChristian Göttsche1-3/+3
2022-01-12Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-12-06selinux: Use struct_size() helper in kmalloc()Xiu Jianfeng1-1/+1
2021-11-20selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek1-5/+12
2021-10-13selinux: fix all of the W=1 build warningsPaul Moore3-4/+15
2021-10-12selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek1-85/+77
2021-08-31Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2021-08-02selinux: correct the return value when loads initial sidsXiu Jianfeng1-6/+4
2021-07-14selinux: return early for possible NULL audit buffersAustin Kim1-0/+2
2021-06-11selinux: Fix kernel-docYang Li1-1/+22