summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
Commit message (Expand)AuthorAgeFilesLines
* selinux: Fix kernel-docYang Li2021-06-111-1/+22
* selinux: Remove redundant assignment to rcJiapeng Chong2021-05-102-5/+0
* selinux: constify some avtab function argumentsOndrej Mosnacek2021-05-103-21/+26
* selinux: simplify duplicate_policydb_cond_list() by using kmemdup()Ondrej Mosnacek2021-05-101-5/+6
* 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-272-2/+2
|\ \
| * | selinux: fix misspellings using codespell toolXiong Zhenwu2021-03-081-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-096-112/+185
|\ \
| * | selinux: fix race between old and new sidtabOndrej Mosnacek2021-04-073-37/+145
| * | selinux: fix cond_list corruption when changing booleansOndrej Mosnacek2021-04-023-69/+33
| * | selinux: make nslot handling in avtab more robustOndrej Mosnacek2021-04-021-10/+11
* | | 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: 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