summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2020-08-31ima: Pre-parse the list of keyrings in a KEY_CHECK ruleTyler Hicks
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-25bpf: Implement bpf_local_storage for inodesKP Singh
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley
2020-08-24selinux: delete repeated words in commentsRandy Dunlap
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21selinux: add basic filtering for audit trace eventsPeter Enderborg
2020-08-21selinux: add tracepoint on audited eventsThiƩbaud Weksteen
2020-08-21selinux: Create new booleans and class dirs out of treeDaniel Burgener
2020-08-21selinux: Standardize string literal usage for selinuxfs directory namesDaniel Burgener
2020-08-21selinux: Refactor selinuxfs directory populating functionsDaniel Burgener
2020-08-21selinux: Create function for selinuxfs directory cleanupDaniel Burgener
2020-08-20selinux: permit removing security.selinux xattr before policy loadStephen Smalley
2020-08-20device_cgroup: Fix RCU list debugging warningAmol Grover
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-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-11Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-06Replace HTTP links with HTTPS ones: securityAlexander A. Klimov
2020-08-06Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2020-08-06Merge tag 'Smack-for-5.9' of git://github.com/cschaufler/smack-nextLinus Torvalds
2020-08-04Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-08-04Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-04Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-04Merge tag 'var-init-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-27integrity: remove redundant initialization of variable retColin Ian King
2020-07-27Smack: prevent underflow in smk_set_cipso()Dan Carpenter
2020-07-27Smack: fix another vsscanf out of boundsDan Carpenter
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs
2020-07-21exec: Implement kernel_execveEric W. Biederman
2020-07-20ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtimeBruno Meneguele
2020-07-20ima: AppArmor satisfies the audit rule requirementsTyler Hicks
2020-07-20ima: Rename internal filter rule functionsTyler Hicks
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks
2020-07-20ima: Use the common function to detect LSM conditionals in a ruleTyler Hicks
2020-07-20ima: Move comprehensive rule validation checks out of the token parserTyler Hicks
2020-07-20ima: Use correct type for the args_p member of ima_rule_entry.lsm elementsTyler Hicks
2020-07-20ima: Shallow copy the args_p member of ima_rule_entry.lsm elementsTyler Hicks
2020-07-20ima: Fail rule parsing when appraise_flag=blacklist is unsupportableTyler Hicks