summaryrefslogtreecommitdiff
path: root/security/selinux/ss
AgeCommit message (Expand)AuthorFilesLines
2022-02-08selinux: fix double free of cond_list on error pathsVratislav Bendel1-1/+2
2021-11-25selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek1-5/+12
2021-11-18selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek1-85/+77
2021-08-31Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2021-08-02selinux: correct the return value when loads initial sidsXiu Jianfeng1-6/+4
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 Chong2-5/+0
2021-05-11selinux: constify some avtab function argumentsOndrej Mosnacek3-21/+26
2021-05-11selinux: simplify duplicate_policydb_cond_list() by using kmemdup()Ondrej Mosnacek1-5/+6
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 Torvalds2-2/+2
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 Torvalds6-112/+185
2021-04-08selinux: fix race between old and new sidtabOndrej Mosnacek3-37/+145
2021-04-02selinux: fix cond_list corruption when changing booleansOndrej Mosnacek3-69/+33
2021-04-02selinux: make nslot handling in avtab more robustOndrej Mosnacek1-10/+11
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: fix misspellings using codespell toolXiong Zhenwu1-1/+1
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: mark some global variables __ro_after_initOndrej Mosnacek3-4/+4
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-10-14Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-365/+793
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 Smalley2-214/+278
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+1
2020-08-20selinux: fix memdup.cocci warningskernel test robot1-3/+2
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 Smalley8-64/+368
2020-08-18selinux: move policy commit after updating selinuxfsStephen Smalley3-44/+53
2020-08-18selinux: encapsulate policy state, refactor policy loadStephen Smalley2-192/+221
2020-08-18scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley1-11/+1
2020-08-05Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-157/+231
2020-07-10selinux: complete the inlining of hashtab functionsOndrej Mosnacek2-59/+63
2020-07-10selinux: prepare for inlining of hashtab functionsOndrej Mosnacek7-63/+110
2020-07-09selinux: specialize symtab insert and search functionsOndrej Mosnacek7-56/+69
2020-06-30selinux: fixed a checkpatch warning with the sizeof macroEthan Edwards1-2/+2
2020-06-24selinux: log error messages on required process class / permissionsStephen Smalley1-5/+15
2020-06-22Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+12
2020-06-18selinux: fix undefined return of cond_evaluate_exprTom Rix1-0/+3
2020-06-17selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix1-13/+5
2020-06-11selinux: fix double freeTom Rix1-0/+4