aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/services.c
AgeCommit message (Expand)Author
2020-10-27selinux: allow dontauditx and auditallowx rules to take effect without allowxbauen1
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-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: prepare for inlining of hashtab functionsOndrej Mosnacek
2020-07-08selinux: specialize symtab insert and search functionsOndrej Mosnacek
2020-06-10selinux: fix double freeTom Rix
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej 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-14selinux: fix warning Comparison to boolZou Wei
2020-02-27selinux: remove unused initial SIDs and improve handlingStephen Smalley
2020-02-22selinux: optimize storage of filename transitionsOndrej Mosnacek
2020-02-11selinux: generalize evaluate_cond_node()Ondrej Mosnacek
2020-02-11selinux: convert cond_list to arrayOndrej Mosnacek
2020-02-10selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche
2020-02-10selinux: simplify evaluate_cond_node()Ondrej Mosnacek
2020-02-10selinux: move status variables out of selinux_ssOndrej Mosnacek
2020-01-16selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek
2020-01-10selinux: treat atomic flags more carefullyOndrej Mosnacek
2019-12-24selinux: remove set but not used variable 'sidtab'YueHaibing
2019-12-23selinux: ensure the policy has been loaded before reading the sidtab statsPaul Moore
2019-12-09selinux: cache the SID -> context string translationOndrej Mosnacek
2019-12-09selinux: sidtab reverse lookup hash tableJeff Vander Stoep
2019-10-08Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-03selinux: fix context string corruption in convert_context()Ondrej Mosnacek
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-05selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek
2019-07-08Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-01selinux: format all invalid context as untrustedRichard Guy Briggs
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner
2019-05-21selinux: remove some no-op BUG_ONsOndrej Mosnacek
2019-03-25selinux: remove useless assignmentsOndrej Mosnacek
2019-03-12selinux: convert to kvmallocKent Overstreet
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-07Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2019-01-25selinux: log invalid contexts in AVCsOndrej Mosnacek
2019-01-08SELinux: Remove unused selinux_is_enabledCasey Schaufler
2018-12-05selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek