summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/services.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: drop avtab_search()Christian Göttsche2023-07-191-7/+6
* selinux: use consistent type for AV rule specifierChristian Göttsche2023-07-181-1/+1
* selinux: small cleanups in selinux_audit_rule_init()Paul Moore2023-05-081-20/+18
* selinux: adjust typos in commentsChristian Göttsche2023-05-081-1/+1
* selinux: stop passing selinux_state pointers and their offspringStephen Smalley2023-03-141-205/+141
* Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-131-31/+23
|\
| * selinux: remove the sidtab context conversion indirect callsPaul Moore2022-11-091-30/+21
* | selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi2022-10-191-2/+3
|/
* selinux: fix memleak in security_read_state_kernel()Xiu Jianfeng2022-06-131-1/+8
* selinux: declare data arrays constChristian Göttsche2022-05-031-2/+2
* selinux: fix indentation level of mls_ops blockChristian Göttsche2022-05-031-21/+21
* selinux: Remove redundant assignmentsMichal Orzel2022-04-041-1/+0
* selinux: drop return statement at end of void functionsChristian Göttsche2022-02-181-2/+0
* selinux: drop cast to same typeChristian Göttsche2022-01-261-1/+1
* selinux: declare path parameters of _genfs_sid constChristian Göttsche2022-01-251-3/+3
* selinux: fix all of the W=1 build warningsPaul Moore2021-10-131-4/+10
* selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek2021-10-111-85/+77
* selinux: return early for possible NULL audit buffersAustin Kim2021-07-141-0/+2
* selinux: Fix kernel-docYang Li2021-06-111-1/+22
* selinux: Remove redundant assignment to rcJiapeng Chong2021-05-101-4/+0
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-1/+2
|\
| * LSM: Infrastructure management of the superblockCasey Schaufler2021-04-221-1/+2
* | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-271-1/+1
|\ \
| * | selinux: measure state and policy capabilitiesLakshmi Ramasubramanian2021-03-081-1/+1
| |/
* | Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-091-37/+120
|\ \
| * | selinux: fix race between old and new sidtabOndrej Mosnacek2021-04-071-37/+120
* | | Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-03-221-24/+39
|\| | | |/ |/|
| * selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek2021-03-181-24/+39
* | Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-211-9/+55
|\ \ | |/ |/|
| * selinux: include a consumer of the new IMA critical data hookLakshmi Ramasubramanian2021-01-141-9/+55
* | selinux: drop the unnecessary aurule_callback variableOndrej Mosnacek2021-01-121-7/+3
|/
* selinux: allow dontauditx and auditallowx rules to take effect without allowxbauen12020-10-271-3/+1
* selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley2020-09-111-1/+2
* selinux: simplify away security_policydb_len()Ondrej Mosnacek2020-08-311-23/+4
* selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley2020-08-271-29/+8
* selinux: fix error handling bugs in security_load_policy()Dan Carpenter2020-08-261-11/+23
* selinux: convert policy read-write lock to RCUStephen Smalley2020-08-251-209/+278
* selinux: avoid dereferencing the policy prior to initializationStephen Smalley2020-08-191-0/+60
* selinux: fix allocation failure check on newpolicy->sidtabColin Ian King2020-08-191-1/+1
* selinux: refactor changing booleansStephen Smalley2020-08-171-62/+101
* selinux: move policy commit after updating selinuxfsStephen Smalley2020-08-171-44/+41
* selinux: encapsulate policy state, refactor policy loadStephen Smalley2020-08-171-189/+214
* scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley2020-08-171-11/+1
* Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-041-19/+19
|\
| * selinux: prepare for inlining of hashtab functionsOndrej Mosnacek2020-07-091-2/+2
| * selinux: specialize symtab insert and search functionsOndrej Mosnacek2020-07-081-17/+17
* | selinux: fix double freeTom Rix2020-06-101-0/+4
|/
* selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek2020-05-011-22/+22
* selinux: move context hashing under sidtabOndrej Mosnacek2020-04-171-33/+26
* selinux: hash context structure directlyOndrej Mosnacek2020-04-171-31/+4