| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next-loadpin' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-10-25 | 2 | -13/+17 |
|\ |
|
| * | Merge tag 'loadpin-security-next' of https://git.kernel.org/pub/scm/linux/ker... | James Morris | 2018-10-19 | 2 | -13/+17 |
| |\ |
|
| | * | LoadPin: Rename boot param "enabled" to "enforce" | Kees Cook | 2018-10-19 | 2 | -12/+13 |
| | * | LoadPin: Report friendly block device name | Kees Cook | 2018-10-19 | 1 | -1/+4 |
* | | | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 2018-10-25 | 2 | -7/+11 |
|\ \ \ |
|
| * | | | Smack: Mark expected switch fall-through | Gustavo A. R. Silva | 2018-09-19 | 1 | -1/+1 |
| * | | | Smack: ptrace capability use fixes | Casey Schaufler | 2018-09-19 | 1 | -3/+10 |
| * | | | Smack: remove set but not used variable 'root_inode' | YueHaibing | 2018-09-18 | 1 | -3/+0 |
* | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-10-25 | 9 | -43/+54 |
|\ \ \ \ |
|
| * | | | | ima: open a new file instance if no read permissions | Goldwyn Rodrigues | 2018-10-10 | 1 | -20/+34 |
| * | | | | ima: fix showing large 'violations' or 'runtime_measurements_count' | Eric Biggers | 2018-10-10 | 1 | -3/+3 |
| * | | | | security/integrity: remove unnecessary 'init_keyring' variable | Eric Biggers | 2018-10-10 | 1 | -7/+1 |
| * | | | | security/integrity: constify some read-only data | Eric Biggers | 2018-10-10 | 8 | -13/+16 |
| |/ / / |
|
* | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-10-24 | 8 | -25/+50 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | LSM: Don't ignore initialization failures | Kees Cook | 2018-10-11 | 1 | -1/+3 |
| * | | | LSM: Provide init debugging infrastructure | Kees Cook | 2018-10-11 | 1 | -0/+18 |
| * | | | LSM: Record LSM name in struct lsm_info | Kees Cook | 2018-10-11 | 5 | -0/+5 |
| * | | | LSM: Convert security_initcall() into DEFINE_LSM() | Kees Cook | 2018-10-11 | 5 | -5/+15 |
| * | | | LSM: Convert from initcall to struct lsm_info | Kees Cook | 2018-10-11 | 2 | -9/+6 |
| * | | | LSM: Remove initcall tracing | Kees Cook | 2018-10-11 | 1 | -7/+1 |
| * | | | LSM: Rename .security_initcall section to .lsm_info | Kees Cook | 2018-10-11 | 1 | -2/+2 |
| * | | | LSM: Correctly announce start of LSM initialization | Kees Cook | 2018-10-11 | 1 | -1/+2 |
| |/ / |
|
| * | | security: tomoyo: Fix obsolete function | Ding Xiang | 2018-09-04 | 1 | -1/+2 |
| * | | Merge tag 'v4.19-rc2' into next-general | James Morris | 2018-09-04 | 46 | -383/+427 |
| |\| |
|
| * | | security/capabilities: remove check for -EINVAL | Christian Brauner | 2018-08-29 | 1 | -3/+0 |
* | | | Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-10-24 | 5 | -111/+88 |
|\ \ \ |
|
| * | | | selinux: Add __GFP_NOWARN to allocation at str_read() | Tetsuo Handa | 2018-09-13 | 1 | -1/+1 |
| * | | | selinux: refactor mls_context_to_sid() and make it stricter | Jann Horn | 2018-09-05 | 3 | -110/+82 |
| * | | | selinux: fix mounting of cgroup2 under older policies | Stephen Smalley | 2018-09-05 | 1 | -0/+5 |
| | |/
| |/| |
|
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-10-24 | 4 | -4/+4 |
|\ \ \ |
|
| * | | | signal: Distinguish between kernel_siginfo and siginfo | Eric W. Biederman | 2018-10-03 | 4 | -4/+4 |
| |/ / |
|
* | | | Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe... | Lubomir Rintel | 2018-09-25 | 1 | -1/+1 |
* | | | Revert "x86/mm/legacy: Populate the user page-table with user pgd's" | Joerg Roedel | 2018-09-14 | 1 | -1/+1 |
* | | | Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-09-06 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | apparmor: fix bad debug check in apparmor_secid_to_secctx() | John Johansen | 2018-09-03 | 1 | -1/+0 |
| |/ / |
|
* / / | uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name | Randy Dunlap | 2018-09-05 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-08-24 | 7 | -44/+20 |
|\ \ |
|
| * | | apparmor: remove no-op permission check in policy_unpack | John Johansen | 2018-08-23 | 1 | -32/+0 |
| * | | apparmor: fix an error code in __aa_create_ns() | Dan Carpenter | 2018-08-22 | 1 | -1/+1 |
| * | | apparmor: Fix failure to audit context info in build_change_hat | John Johansen | 2018-07-20 | 1 | -1/+1 |
| * | | apparmor: Fully initialize aa_perms struct when answering userspace query | Tyler Hicks | 2018-07-20 | 1 | -4/+1 |
| * | | apparmor: Check buffer bounds when mapping permissions mask | Tyler Hicks | 2018-07-20 | 3 | -6/+17 |
* | | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-08-24 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias() | Eddie.Horng | 2018-08-11 | 1 | -1/+1 |
* | | | | init: allow initcall tables to be emitted using relative references | Ard Biesheuvel | 2018-08-22 | 1 | -7/+10 |
* | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-08-16 | 12 | -46/+108 |
|\ \ \ \ |
|
| * | | | | EVM: fix return value check in evm_write_xattrs() | Wei Yongjun | 2018-07-22 | 1 | -2/+2 |
| * | | | | integrity: prevent deadlock during digsig verification. | Mikhail Kurinnoi | 2018-07-18 | 2 | -1/+29 |
| * | | | | evm: Allow non-SHA1 digital signatures | Matthew Garrett | 2018-07-18 | 4 | -31/+46 |
| * | | | | evm: Don't deadlock if a crypto algorithm is unavailable | Matthew Garrett | 2018-07-18 | 1 | -1/+2 |