Age | Commit message (Expand) | Author | Files | Lines |
2019-04-30 | Merge tag 'selinux-pr-20190429' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
2019-04-30 | smack: Check address length before reading address family | Tetsuo Handa | 1 | -4/+15 |
2019-04-29 | selinux: use kernel linux/socket.h for genheaders and mdp | Paulo Alcantara | 1 | -0/+1 |
2019-04-26 | s390/ipl: read IPL report at early boot | Martin Schwidefsky | 3 | -5/+50 |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 6 | -10/+0 |
2019-04-25 | security: Implement Clang's stack initialization | Kees Cook | 1 | -0/+14 |
2019-04-25 | security: Move stackleak config to Kconfig.hardening | Kees Cook | 1 | -0/+57 |
2019-04-24 | security: Create "kernel hardening" config area | Kees Cook | 2 | -0/+95 |
2019-04-20 | Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2019-04-18 | integrity: support EC-RDSA signatures for asymmetric_verify | Vitaly Chikunov | 1 | -2/+9 |
2019-04-16 | Merge branch 'smack-for-5.2' of https://github.com/cschaufler/next-smack into... | James Morris | 3 | -41/+28 |
2019-04-15 | selinux: Check address length before reading address family | Tetsuo Handa | 1 | -1/+6 |
2019-04-11 | Revert "security: inode: fix a missing check for securityfs_create_file" | James Morris | 1 | -5/+0 |
2019-04-10 | apparmorfs: fix use-after-free on symlink traversal | Al Viro | 1 | -4/+9 |
2019-04-10 | securityfs: fix use-after-free on symlink traversal | Al Viro | 1 | -4/+9 |
2019-04-10 | Yama: mark function as static | Mukesh Ojha | 1 | -1/+1 |
2019-04-10 | security: inode: fix a missing check for securityfs_create_file | Kangjie Lu | 1 | -0/+5 |
2019-04-10 | keys: safe concurrent user->{session,uid}_keyring access | Jann Horn | 2 | -16/+20 |
2019-04-10 | security: don't use RCU accessors for cred->session_keyring | Jann Horn | 2 | -15/+6 |
2019-04-10 | Yama: mark local symbols as static | Jann Horn | 1 | -3/+3 |
2019-04-10 | apparmor: Restore Y/N in /sys for apparmor's "enabled" | Kees Cook | 1 | -1/+48 |
2019-04-09 | KEYS: trusted: fix -Wvarags warning | ndesaulniers@google.com | 1 | -2/+2 |
2019-04-09 | KEYS: trusted: allow trusted.ko to initialize w/o a TPM | Jarkko Sakkinen | 1 | -5/+23 |
2019-04-04 | kernfs: fix xattr name handling in LSM helpers | Ondrej Mosnacek | 1 | -5/+4 |
2019-04-04 | Smack: Fix IPv6 handling of 0 secmark | Casey Schaufler | 1 | -0/+2 |
2019-04-02 | Smack: Create smack_rule cache to optimize memory usage | Casey Schaufler | 3 | -3/+11 |
2019-04-02 | smack: removal of global rule list | Vishal Goel | 1 | -38/+15 |
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-28 | audit: link integrity evm_write_xattrs record to syscall event | Richard Guy Briggs | 1 | -5/+5 |
2019-03-25 | selinux: avoid uninitialized variable warning | Arnd Bergmann | 1 | -9/+5 |
2019-03-25 | selinux: remove useless assignments | Ondrej Mosnacek | 1 | -5/+2 |
2019-03-22 | selinux: Make selinux_kernfs_init_security static | YueHaibing | 1 | -2/+2 |
2019-03-21 | selinux: implement the kernfs_init_security hook | Ondrej Mosnacek | 1 | -0/+66 |
2019-03-21 | LSM: add new hook for kernfs node initialization | Ondrej Mosnacek | 1 | -0/+6 |
2019-03-21 | selinux: try security xattr after genfs for kernfs filesystems | Ondrej Mosnacek | 2 | -73/+85 |
2019-03-21 | vfs: syscall: Add move_mount(2) to move mounts around | David Howells | 1 | -0/+5 |
2019-03-19 | device_cgroup: fix RCU imbalance in error case | Jann Horn | 1 | -1/+1 |
2019-03-19 | selinux: use kernel linux/socket.h for genheaders and mdp | Paulo Alcantara | 1 | -0/+1 |
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 |