summaryrefslogtreecommitdiff
path: root/security/selinux/ss/services.c
AgeCommit message (Expand)Author
2023-11-21selinux: introduce an initial SID for early boot processesOndrej Mosnacek
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-03selinux: avoid implicit conversions in services codeChristian Göttsche
2023-07-19selinux: update my email addressStephen Smalley
2023-07-19selinux: drop avtab_search()Christian Göttsche
2023-07-18selinux: use consistent type for AV rule specifierChristian Göttsche
2023-05-08selinux: small cleanups in selinux_audit_rule_init()Paul Moore
2023-05-08selinux: adjust typos in commentsChristian 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-06-13selinux: fix memleak in security_read_state_kernel()Xiu Jianfeng
2022-05-03selinux: declare data arrays constChristian Göttsche
2022-05-03selinux: fix indentation level of mls_ops blockChristian Göttsche
2022-04-04selinux: Remove redundant assignmentsMichal Orzel
2022-02-18selinux: drop return statement at end of void functionsChristian Göttsche
2022-01-26selinux: drop cast to same typeChristian Göttsche
2022-01-25selinux: declare path parameters of _genfs_sid constChristian Göttsche
2021-10-13selinux: fix all of the W=1 build warningsPaul Moore
2021-10-11selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek
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-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-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: 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: drop the unnecessary aurule_callback variableOndrej Mosnacek
2020-10-27selinux: allow dontauditx and auditallowx rules to take effect without allowxbauen1
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
2020-08-19selinux: avoid dereferencing the policy prior to initializationStephen Smalley
2020-08-19selinux: fix allocation failure check on newpolicy->sidtabColin Ian King
2020-08-17selinux: refactor changing booleansStephen Smalley
2020-08-17selinux: move policy commit after updating selinuxfsStephen Smalley
2020-08-17selinux: encapsulate policy state, refactor policy loadStephen Smalley
2020-08-17scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-09selinux: prepare for inlining of hashtab functionsOndrej Mosnacek