summaryrefslogtreecommitdiff
path: root/security/selinux/ss/services.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua1-2/+3
2024-05-01selinux: avoid printk_ratelimit()Christian Göttsche1-2/+1
2023-11-22selinux: introduce an initial SID for early boot processesOndrej Mosnacek1-1/+12
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öttsche1-1/+1
2023-08-04selinux: avoid implicit conversions in services codeChristian Göttsche1-11/+12
2023-07-19selinux: update my email addressStephen Smalley1-1/+1
2023-07-19selinux: drop avtab_search()Christian Göttsche1-7/+6
2023-07-19selinux: use consistent type for AV rule specifierChristian Göttsche1-1/+1
2023-05-08selinux: small cleanups in selinux_audit_rule_init()Paul Moore1-20/+18
2023-05-08selinux: adjust typos in commentsChristian Göttsche1-1/+1
2023-03-14selinux: stop passing selinux_state pointers and their offspringStephen Smalley1-205/+141
2022-12-13Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-31/+23
2022-11-09selinux: remove the sidtab context conversion indirect callsPaul Moore1-30/+21
2022-10-19selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi1-2/+3
2022-06-14selinux: fix memleak in security_read_state_kernel()Xiu Jianfeng1-1/+8
2022-05-03selinux: declare data arrays constChristian Göttsche1-2/+2
2022-05-03selinux: fix indentation level of mls_ops blockChristian Göttsche1-21/+21
2022-04-04selinux: Remove redundant assignmentsMichal Orzel1-1/+0
2022-02-18selinux: drop return statement at end of void functionsChristian Göttsche1-2/+0
2022-01-26selinux: drop cast to same typeChristian Göttsche1-1/+1
2022-01-26selinux: declare path parameters of _genfs_sid constChristian Göttsche1-3/+3
2021-10-13selinux: fix all of the W=1 build warningsPaul Moore1-4/+10
2021-10-12selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek1-85/+77
2021-07-14selinux: return early for possible NULL audit buffersAustin Kim1-0/+2
2021-06-11selinux: Fix kernel-docYang Li1-1/+22
2021-05-11selinux: Remove redundant assignment to rcJiapeng Chong1-4/+0
2021-05-02Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+2
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-04-22LSM: Infrastructure management of the superblockCasey Schaufler1-1/+2
2021-04-09Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-37/+120
2021-04-08selinux: fix race between old and new sidtabOndrej Mosnacek1-37/+120
2021-03-22Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-24/+39
2021-03-19selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek1-24/+39
2021-03-09selinux: measure state and policy capabilitiesLakshmi Ramasubramanian1-1/+1
2021-02-22Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+55
2021-01-15selinux: include a consumer of the new IMA critical data hookLakshmi Ramasubramanian1-9/+55
2021-01-12selinux: drop the unnecessary aurule_callback variableOndrej Mosnacek1-7/+3
2020-10-28selinux: allow dontauditx and auditallowx rules to take effect without allowxbauen11-3/+1
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley1-1/+2
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek1-23/+4
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley1-29/+8
2020-08-26selinux: fix error handling bugs in security_load_policy()Dan Carpenter1-11/+23
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley1-209/+278
2020-08-20selinux: avoid dereferencing the policy prior to initializationStephen Smalley1-0/+60
2020-08-19selinux: fix allocation failure check on newpolicy->sidtabColin Ian King1-1/+1
2020-08-18selinux: refactor changing booleansStephen Smalley1-62/+101
2020-08-18selinux: move policy commit after updating selinuxfsStephen Smalley1-44/+41
2020-08-18selinux: encapsulate policy state, refactor policy loadStephen Smalley1-189/+214
2020-08-18scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley1-11/+1