summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu
2019-09-23Merge tag 'smack-for-5.4-rc1' of git://github.com/cschaufler/smack-nextLinus Torvalds
2019-09-23Merge tag 'safesetid-bugfix-5.4' of git://github.com/micah-morton/linuxLinus Torvalds
2019-09-23Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-09-17LSM: SafeSetID: Stop releasing uninitialized rulesetMicah Morton
2019-09-05keys: Fix missing null pointer check in request_key_auth_describe()Hillf Danton
2019-09-04selinux: fix residual uses of current_security() for the SELinux blobStephen Smalley
2019-09-04smack: use GFP_NOFS while holding inode_smack::smk_lockEric Biggers
2019-09-04security: smack: Fix possible null-pointer dereferences in smack_socket_sock_...Jia-Ju Bai
2019-09-04smack: fix some kernel-doc notationsluanshi
2019-09-04Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is setJann Horn
2019-08-30keys: ensure that ->match_free() is called in request_key_and_link()Eric Biggers
2019-08-29ima: ima_api: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-08-29ima: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-08-28ima: Fix use after free in ima_read_modsig()Thiago Jung Bauermann
2019-08-27selinux: avoid atomic_t usage in sidtabOndrej Mosnacek
2019-08-13KEYS: trusted: allow module init if TPM is inactive or deactivatedRoberto Sassu
2019-08-12fanotify, inotify, dnotify, security: add security hook for fs notificationsAaron Goidel
2019-08-05ima: fix freeing ongoing ahash_requestSascha Hauer
2019-08-05ima: always return negative code for errorSascha Hauer
2019-08-05ima: Store the measurement again when appraising a modsigThiago Jung Bauermann
2019-08-05ima: Define ima-modsig templateThiago Jung Bauermann
2019-08-05ima: Collect modsigThiago Jung Bauermann
2019-08-05ima: Implement support for module-style appended signaturesThiago Jung Bauermann
2019-08-05ima: Factor xattr_verify() out of ima_appraise_measurement()Thiago Jung Bauermann
2019-08-05ima: Add modsig appraise_type option for module-style appended signaturesThiago Jung Bauermann
2019-08-05integrity: Select CONFIG_KEYS instead of depending on itThiago Jung Bauermann
2019-08-05selinux: always return a secid from the network caches if we find onePaul Moore
2019-08-05selinux: policydb - rename type_val_to_struct_arrayOndrej Mosnacek
2019-08-05selinux: policydb - fix some checkpatch.pl warningsOndrej Mosnacek
2019-08-05selinux: shuffle around policydb.c to get rid of forward declarationsPaul Moore
2019-08-02Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-08-01ima: initialize the "template" field with the default templateMimi Zohar
2019-07-31selinux: fix memory leak in policydb_init()Ondrej Mosnacek
2019-07-28Merge tag 'meminit-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-26Merge tag 'selinux-pr-20190726' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-25structleak: disable STRUCTLEAK_BYREF in combination with KASAN_STACKArnd Bergmann
2019-07-24selinux: check sidtab limit before adding a new entryOndrej Mosnacek
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds
2019-07-15LSM: SafeSetID: fix use of literal -1 in capable hookJann Horn
2019-07-15LSM: SafeSetID: verify transitive constrainednessJann Horn
2019-07-15LSM: SafeSetID: add read handlerJann Horn
2019-07-15LSM: SafeSetID: rewrite userspace API to atomic updatesJann Horn
2019-07-15LSM: SafeSetID: fix userns handling in securityfsJann Horn
2019-07-15LSM: SafeSetID: refactor policy parsingJann Horn
2019-07-15LSM: SafeSetID: refactor safesetid_security_capable()Jann Horn
2019-07-15LSM: SafeSetID: refactor policy hash tableJann Horn