summaryrefslogtreecommitdiff
path: root/security/selinux/ss
AgeCommit message (Expand)Author
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
2022-05-03selinux: resolve checkpatch errorsChristian Göttsche
2022-04-04selinux: Remove redundant assignmentsMichal Orzel
2022-03-21Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-02-18selinux: drop return statement at end of void functionsChristian Göttsche
2022-02-02selinux: fix double free of cond_list on error pathsVratislav Bendel
2022-01-26selinux: drop unused macroChristian Göttsche
2022-01-26selinux: drop unused parameter of avtab_insert_nodeChristian Göttsche
2022-01-26selinux: drop cast to same typeChristian Göttsche
2022-01-26selinux: enclose macro arguments in parenthesisChristian Göttsche
2022-01-26selinux: declare name parameter of hash_eval constChristian Göttsche
2022-01-25selinux: declare path parameters of _genfs_sid constChristian Göttsche
2022-01-11Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-12-05selinux: Use struct_size() helper in kmalloc()Xiu Jianfeng
2021-11-19selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek
2021-10-13selinux: fix all of the W=1 build warningsPaul Moore
2021-10-11selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek
2021-08-31Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-02selinux: correct the return value when loads initial sidsXiu Jianfeng
2021-07-14selinux: return early for possible NULL audit buffersAustin Kim
2021-06-11selinux: Fix kernel-docYang Li
2021-05-10selinux: Remove redundant assignment to rcJiapeng Chong
2021-05-10selinux: constify some avtab function argumentsOndrej Mosnacek
2021-05-10selinux: simplify duplicate_policydb_cond_list() by using kmemdup()Ondrej Mosnacek
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-22LSM: Infrastructure management of the superblockCasey Schaufler
2021-04-09Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-07selinux: fix race between old and new sidtabOndrej Mosnacek
2021-04-02selinux: fix cond_list corruption when changing booleansOndrej Mosnacek