summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
Commit message (Expand)AuthorAgeFilesLines
* 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: mark some global variables __ro_after_initOndrej Mosnacek2021-01-123-4/+4
* | 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
* Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1310-365/+793
|\
| * 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-252-214/+278
| * selinux: fix memdup.cocci warningskernel test robot2020-08-201-3/+2
| * 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-178-64/+368
| * selinux: move policy commit after updating selinuxfsStephen Smalley2020-08-173-44/+53
| * selinux: encapsulate policy state, refactor policy loadStephen Smalley2020-08-172-192/+221
| * scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley2020-08-171-11/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+1
|/
* Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-0410-157/+231
|\
| * selinux: complete the inlining of hashtab functionsOndrej Mosnacek2020-07-092-59/+63
| * selinux: prepare for inlining of hashtab functionsOndrej Mosnacek2020-07-097-63/+110
| * selinux: specialize symtab insert and search functionsOndrej Mosnacek2020-07-087-56/+69
| * selinux: fixed a checkpatch warning with the sizeof macroEthan Edwards2020-06-291-2/+2
| * selinux: log error messages on required process class / permissionsStephen Smalley2020-06-231-5/+15
* | Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-212-13/+12
|\ \ | |/ |/|
| * selinux: fix undefined return of cond_evaluate_exprTom Rix2020-06-171-0/+3
| * selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix2020-06-161-13/+5
| * selinux: fix double freeTom Rix2020-06-101-0/+4
* | Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-0216-318/+496
|\|
| * selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek2020-05-018-146/+116
| * selinux: fix return value on error in policydb_read()Ondrej Mosnacek2020-05-011-0/+1
| * selinux: simplify range_write()Ondrej Mosnacek2020-05-011-16/+2
| * selinux: fix error return code in policydb_read()Wei Yongjun2020-05-011-0/+1
| * selinux: don't produce incorrect filename_trans_countOndrej Mosnacek2020-04-222-9/+5
| * selinux: implement new format of filename transitionsOndrej Mosnacek2020-04-171-25/+187
| * selinux: move context hashing under sidtabOndrej Mosnacek2020-04-175-58/+47
| * selinux: hash context structure directlyOndrej Mosnacek2020-04-178-41/+68
| * selinux: store role transitions in a hash tableOndrej Mosnacek2020-04-173-60/+107
| * selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek2020-04-151-2/+1
| * selinux: fix warning Comparison to boolZou Wei2020-04-142-3/+3
* | Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-301-1/+1
|\ \
| * | selinux: fix error return code in cond_read_list()Wei Yongjun2020-04-271-1/+1
* | | Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-161-4/+4
|\| | | |/ |/|
| * selinux: free str on error in str_read()Ondrej Mosnacek2020-04-151-4/+4
* | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-3111-515/+352
|\|
| * selinux: clean up indentation issue with assignment statementColin Ian King2020-03-301-4/+3
| * selinux: avtab_init() and cond_policydb_init() return voidPaul Moore2020-03-055-21/+7
| * selinux: clean up error path in policydb_init()Ondrej Mosnacek2020-03-051-13/+5
| * selinux: remove unused initial SIDs and improve handlingStephen Smalley2020-02-272-26/+25