aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/ss
AgeCommit message (Expand)Author
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
2021-04-02selinux: make nslot handling in avtab more robustOndrej Mosnacek
2021-03-22Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-03-18selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek
2021-03-08selinux: fix misspellings using codespell toolXiong Zhenwu
2021-03-08selinux: measure state and policy capabilitiesLakshmi Ramasubramanian
2021-02-21Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-01-14selinux: include a consumer of the new IMA critical data hookLakshmi Ramasubramanian
2021-01-12selinux: mark some global variables __ro_after_initOndrej Mosnacek
2021-01-12selinux: drop the unnecessary aurule_callback variableOndrej Mosnacek
2020-10-27selinux: allow dontauditx and auditallowx rules to take effect without allowxbauen1
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley
2020-08-26selinux: fix error handling bugs in security_load_policy()Dan Carpenter
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley