Age | Commit message (Expand) | Author | Files | Lines |
2019-03-30 | LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig" | Kees Cook | 1 | -0/+38 |
2019-03-28 | Yama: mark local symbols as static | Jann Horn | 1 | -4/+4 |
2019-03-18 | selinux: fix NULL dereference in policydb_destroy() | Ondrej Mosnacek | 1 | -4/+9 |
2019-03-13 | Merge tag 'selinux-pr-20190312' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+7 |
2019-03-13 | Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+2 |
2019-03-13 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 5 | -25/+194 |
2019-03-12 | selinux: convert to kvmalloc | Kent Overstreet | 6 | -144/+62 |
2019-03-12 | apparmor: fix double free when unpack of secmark rules fails | John Johansen | 1 | -0/+1 |
2019-03-12 | apparmor: delete the dentry in aafs_remove() to avoid a leak | Chris Coulson | 1 | -0/+1 |
2019-03-11 | security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock | J. Bruce Fields | 1 | -1/+4 |
2019-03-11 | selinux: add the missing walk_size + len check in selinux_sctp_bind_connect | Xin Long | 1 | -0/+3 |
2019-03-11 | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 5 | -25/+90 |
2019-03-11 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -11/+40 |
2019-03-09 | Merge tag 'docs-5.1' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2019-03-07 | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -22/+12 |
2019-03-07 | Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -127/+176 |
2019-03-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 58 | -965/+2018 |
2019-03-05 | keys: fix missing __user in KEYCTL_PKEY_QUERY | Ben Dooks | 1 | -1/+1 |
2019-03-04 | get rid of legacy 'get_ds()' function | Linus Torvalds | 1 | -1/+1 |
2019-03-01 | LSM: Update list of SECURITYFS users in Kconfig | Petr Vorel | 1 | -2/+1 |
2019-02-28 | introduce cloning of fs_context | Al Viro | 3 | -0/+93 |
2019-02-28 | smack: Implement filesystem context security hooks | David Howells | 2 | -15/+47 |
2019-02-28 | selinux: Implement the new mount API LSM hooks | David Howells | 2 | -10/+49 |
2019-02-28 | vfs: Add LSM hooks for the new mount API | David Howells | 1 | -0/+5 |
2019-02-26 | LSM: Ignore "security=" when "lsm=" is specified | Kees Cook | 1 | -2/+6 |
2019-02-26 | LSM: Update function documentation for cap_capable | Micah Morton | 1 | -1/+1 |
2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -4/+6 |
2019-02-22 | KEYS: always initialize keyring_index_key::desc_len | Eric Biggers | 4 | -6/+4 |
2019-02-22 | security: mark expected switch fall-throughs and add a missing break | Gustavo A. R. Silva | 5 | -3/+8 |
2019-02-22 | doc: sctp: Merge and clean up rst files | Kees Cook | 1 | -1/+1 |
2019-02-21 | missing barriers in some of unix_sock ->addr and ->path accesses | Al Viro | 1 | -4/+6 |
2019-02-20 | tomoyo: Bump version. | Tetsuo Handa | 2 | -8/+13 |
2019-02-16 | keys: Timestamp new keys | David Howells | 1 | -0/+1 |
2019-02-16 | keys: Fix dependency loop between construction record and auth key | David Howells | 5 | -62/+41 |
2019-02-16 | KEYS: allow reaching the keys quotas exactly | Eric Biggers | 1 | -2/+2 |
2019-02-14 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | James Morris | 5 | -11/+40 |
2019-02-13 | Merge tag 'tpmdd-next-20190213' of git://git.infradead.org/users/jjs/linux-tp... | James Morris | 5 | -25/+90 |
2019-02-13 | tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend() | Roberto Sassu | 4 | -9/+64 |
2019-02-13 | KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip() | Roberto Sassu | 1 | -14/+24 |
2019-02-13 | tpm: retrieve digest size of unknown algorithms with PCR read | Roberto Sassu | 1 | -5/+5 |
2019-02-12 | LSM: fix return value check in safesetid_init_securityfs() | Wei Yongjun | 1 | -1/+1 |
2019-02-05 | selinux: fix avc audit messages | Stephen Smalley | 1 | -3/+3 |
2019-02-05 | evm: Use defined constant for UUID representation | Andy Shevchenko | 1 | -2/+1 |
2019-02-05 | ima: define ima_post_create_tmpfile() hook and add missing call | Mimi Zohar | 1 | -2/+33 |
2019-02-05 | evm: remove set but not used variable 'xattr' | YueHaibing | 1 | -5/+1 |
2019-02-05 | encrypted-keys: fix Opt_err/Opt_error = -1 | Mimi Zohar | 1 | -2/+2 |
2019-02-05 | integrity, KEYS: add a reference to platform keyring | Kairui Song | 1 | -0/+3 |
2019-02-01 | apparmor: Fix aa_label_build() error handling for failed merges | John Johansen | 1 | -1/+4 |
2019-02-01 | apparmor: Fix warning about unused function apparmor_ipv6_postroute | Petr Vorel | 1 | -0/+2 |
2019-02-01 | audit: remove unused actx param from audit_rule_match | Richard Guy Briggs | 8 | -22/+10 |