Age | Commit message (Expand) | Author | Files | Lines |
2018-12-18 | ima: cleanup the match_token policy code | Mimi Zohar | 1 | -5/+5 |
2018-12-18 | security: don't use a negative Opt_err token index | Linus Torvalds | 2 | -2/+2 |
2018-11-29 | Merge tag 'selinux-pr-20181129' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+12 |
2018-11-29 | selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAIN | Paul Moore | 1 | -1/+12 |
2018-11-15 | Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -3/+10 |
2018-11-14 | selinux: fix non-MLS handling in mls_context_to_sid() | Paul Moore | 1 | -3/+7 |
2018-11-14 | integrity: support new struct public_key_signature encoding field | Mimi Zohar | 1 | -0/+1 |
2018-11-13 | selinux: check length properly in SCTP bind hook | Ondrej Mosnacek | 1 | -0/+3 |
2018-11-02 | Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 12 | -17/+291 |
2018-11-02 | apparmor: clean an indentation issue, remove extraneous space | Colin Ian King | 1 | -1/+1 |
2018-11-02 | apparmor: fix checkpatch error in Parse secmark policy | John Johansen | 1 | -1/+1 |
2018-10-26 | KEYS: Move trusted.h to include/keys [ver #2] | Denis Kenzior | 2 | -137/+1 |
2018-10-26 | KEYS: trusted: Expose common functionality [ver #2] | Denis Kenzior | 2 | -5/+21 |
2018-10-26 | KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2] | David Howells | 5 | -0/+405 |
2018-10-25 | Merge branch 'next-loadpin' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -13/+17 |
2018-10-25 | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 2 | -7/+11 |
2018-10-25 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -43/+54 |
2018-10-24 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 8 | -25/+50 |
2018-10-24 | Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -111/+88 |
2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -4/+4 |
2018-10-19 | Merge tag 'loadpin-security-next' of https://git.kernel.org/pub/scm/linux/ker... | James Morris | 2 | -13/+17 |
2018-10-19 | LoadPin: Rename boot param "enabled" to "enforce" | Kees Cook | 2 | -12/+13 |
2018-10-19 | LoadPin: Report friendly block device name | Kees Cook | 1 | -1/+4 |
2018-10-13 | apparmor: add #ifdef checks for secmark filtering | Arnd Bergmann | 2 | -0/+12 |
2018-10-11 | LSM: Don't ignore initialization failures | Kees Cook | 1 | -1/+3 |
2018-10-11 | LSM: Provide init debugging infrastructure | Kees Cook | 1 | -0/+18 |
2018-10-11 | LSM: Record LSM name in struct lsm_info | Kees Cook | 5 | -0/+5 |
2018-10-11 | LSM: Convert security_initcall() into DEFINE_LSM() | Kees Cook | 5 | -5/+15 |
2018-10-11 | LSM: Convert from initcall to struct lsm_info | Kees Cook | 2 | -9/+6 |
2018-10-11 | LSM: Remove initcall tracing | Kees Cook | 1 | -7/+1 |
2018-10-11 | LSM: Rename .security_initcall section to .lsm_info | Kees Cook | 1 | -2/+2 |
2018-10-11 | LSM: Correctly announce start of LSM initialization | Kees Cook | 1 | -1/+2 |
2018-10-10 | ima: open a new file instance if no read permissions | Goldwyn Rodrigues | 1 | -20/+34 |
2018-10-10 | ima: fix showing large 'violations' or 'runtime_measurements_count' | Eric Biggers | 1 | -3/+3 |
2018-10-10 | security/integrity: remove unnecessary 'init_keyring' variable | Eric Biggers | 1 | -7/+1 |
2018-10-10 | security/integrity: constify some read-only data | Eric Biggers | 8 | -13/+16 |
2018-10-03 | signal: Distinguish between kernel_siginfo and siginfo | Eric W. Biederman | 4 | -4/+4 |
2018-10-03 | apparmor: Fix uninitialized value in aa_split_fqname | Zubin Mithra | 1 | -2/+4 |
2018-10-03 | apparmor: don't try to replace stale label in ptraceme check | Jann Horn | 1 | -2/+2 |
2018-10-03 | apparmor: Replace spin_is_locked() with lockdep | Lance Roy | 1 | -1/+1 |
2018-10-03 | apparmor: Allow filtering based on secmark policy | Matthew Garrett | 2 | -1/+177 |
2018-10-03 | apparmor: Parse secmark policy | Matthew Garrett | 4 | -0/+77 |
2018-10-03 | apparmor: Add a wildcard secid | Matthew Garrett | 2 | -2/+4 |
2018-09-25 | Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe... | Lubomir Rintel | 1 | -1/+1 |
2018-09-19 | Smack: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2018-09-19 | Smack: ptrace capability use fixes | Casey Schaufler | 1 | -3/+10 |
2018-09-18 | Smack: remove set but not used variable 'root_inode' | YueHaibing | 1 | -3/+0 |
2018-09-14 | Revert "x86/mm/legacy: Populate the user page-table with user pgd's" | Joerg Roedel | 1 | -1/+1 |
2018-09-13 | selinux: Add __GFP_NOWARN to allocation at str_read() | Tetsuo Handa | 1 | -1/+1 |
2018-09-13 | apparmor: don't try to replace stale label in ptrace access check | Jann Horn | 2 | -2/+4 |