aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss
AgeCommit message (Expand)Author
2022-02-08selinux: fix double free of cond_list on error pathsVratislav Bendel
2021-11-26selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek
2021-11-18selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek
2021-08-12selinux: correct the return value when loads initial sidsXiu Jianfeng
2021-04-14selinux: fix race between old and new sidtabOndrej Mosnacek
2021-04-14selinux: fix cond_list corruption when changing booleansOndrej Mosnacek
2021-04-14selinux: make nslot handling in avtab more robustOndrej Mosnacek
2021-03-30selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley
2020-08-26selinux: fix error handling bugs in security_load_policy()Dan Carpenter
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20selinux: fix memdup.cocci warningskernel test robot
2020-08-19selinux: avoid dereferencing the policy prior to initializationStephen Smalley
2020-08-19selinux: fix allocation failure check on newpolicy->sidtabColin Ian King
2020-08-17selinux: refactor changing booleansStephen Smalley
2020-08-17selinux: move policy commit after updating selinuxfsStephen Smalley
2020-08-17selinux: encapsulate policy state, refactor policy loadStephen Smalley
2020-08-17scripts/selinux,selinux: update mdp to enable policy capabilitiesStephen Smalley
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-09selinux: complete the inlining of hashtab functionsOndrej Mosnacek
2020-07-09selinux: prepare for inlining of hashtab functionsOndrej Mosnacek
2020-07-08selinux: specialize symtab insert and search functionsOndrej Mosnacek
2020-06-29selinux: fixed a checkpatch warning with the sizeof macroEthan Edwards
2020-06-23selinux: log error messages on required process class / permissionsStephen Smalley
2020-06-21Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-17selinux: fix undefined return of cond_evaluate_exprTom Rix
2020-06-16selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix
2020-06-10selinux: fix double freeTom Rix
2020-06-02Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek
2020-05-01selinux: fix return value on error in policydb_read()Ondrej Mosnacek
2020-05-01selinux: simplify range_write()Ondrej Mosnacek
2020-05-01selinux: fix error return code in policydb_read()Wei Yongjun
2020-04-30Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-27selinux: fix error return code in cond_read_list()Wei Yongjun
2020-04-22selinux: don't produce incorrect filename_trans_countOndrej Mosnacek
2020-04-17selinux: implement new format of filename transitionsOndrej Mosnacek
2020-04-17selinux: move context hashing under sidtabOndrej Mosnacek
2020-04-17selinux: hash context structure directlyOndrej Mosnacek
2020-04-17selinux: store role transitions in a hash tableOndrej Mosnacek
2020-04-16Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-15selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek
2020-04-15selinux: free str on error in str_read()Ondrej Mosnacek
2020-04-14selinux: fix warning Comparison to boolZou Wei
2020-03-31Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-30selinux: clean up indentation issue with assignment statementColin Ian King