summaryrefslogtreecommitdiff
path: root/security/selinux/ss
AgeCommit message (Expand)AuthorFilesLines
2022-10-30selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi3-5/+6
2022-08-21selinux: Add boundary check in put_entry()Xiu Jianfeng1-0/+2
2022-05-25selinux: fix bad cleanup on error in hashtab_duplicate()Ondrej Mosnacek1-1/+2
2022-02-08selinux: fix double free of cond_list on error pathsVratislav Bendel1-1/+2
2021-11-26selinux: 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-12selinux: correct the return value when loads initial sidsXiu Jianfeng1-6/+4
2021-04-14selinux: fix race between old and new sidtabOndrej Mosnacek3-37/+145
2021-04-14selinux: fix cond_list corruption when changing booleansOndrej Mosnacek3-69/+33
2021-04-14selinux: make nslot handling in avtab more robustOndrej Mosnacek1-10/+11
2021-03-30selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek1-24/+39
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
2020-06-03Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-318/+496
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek8-146/+116
2020-05-01selinux: fix return value on error in policydb_read()Ondrej Mosnacek1-0/+1
2020-05-01selinux: simplify range_write()Ondrej Mosnacek1-16/+2
2020-05-01selinux: fix error return code in policydb_read()Wei Yongjun1-0/+1
2020-05-01Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-04-28selinux: fix error return code in cond_read_list()Wei Yongjun1-1/+1
2020-04-22selinux: don't produce incorrect filename_trans_countOndrej Mosnacek2-9/+5
2020-04-17selinux: implement new format of filename transitionsOndrej Mosnacek1-25/+187
2020-04-17selinux: move context hashing under sidtabOndrej Mosnacek5-58/+47
2020-04-17selinux: hash context structure directlyOndrej Mosnacek8-41/+68
2020-04-17selinux: store role transitions in a hash tableOndrej Mosnacek3-60/+107
2020-04-16Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2020-04-16selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek1-2/+1
2020-04-16selinux: free str on error in str_read()Ondrej Mosnacek1-4/+4