Age | Commit message (Expand) | Author |
2017-10-04 | lsm: fix smack_inode_removexattr and xattr_getsecurity memleak | Casey Schaufler |
2017-09-28 | Merge commit 'keys-fixes-20170927' into fixes-v4.14-rc3 | James Morris |
2017-09-25 | security/keys: rewrite all of big_key crypto | Jason A. Donenfeld |
2017-09-25 | security/keys: properly zero out sensitive key material in big_key | Jason A. Donenfeld |
2017-09-25 | KEYS: use kmemdup() in request_key_auth_new() | Eric Biggers |
2017-09-25 | KEYS: restrict /proc/keys by credentials at open time | Eric Biggers |
2017-09-25 | KEYS: reset parent each time before searching key_user_tree | Eric Biggers |
2017-09-25 | KEYS: prevent KEYCTL_READ on negative key | Eric Biggers |
2017-09-25 | KEYS: prevent creating a different user's keyrings | Eric Biggers |
2017-09-25 | KEYS: fix writing past end of user-supplied buffer in keyring_read() | Eric Biggers |
2017-09-25 | KEYS: fix key refcount leak in keyctl_read_key() | Eric Biggers |
2017-09-25 | KEYS: fix key refcount leak in keyctl_assume_authority() | Eric Biggers |
2017-09-25 | KEYS: don't revoke uninstantiated key in request_key_auth_new() | Eric Biggers |
2017-09-25 | KEYS: fix cred refcount leak in request_key_auth_new() | Eric Biggers |
2017-09-24 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-09-23 | security: fix description of values returned by cap_inode_need_killpriv | Stefan Berger |
2017-09-23 | Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2017-09-22 | apparmor: fix apparmorfs DAC access permissions | John Johansen |
2017-09-22 | apparmor: fix build failure on sparc caused by undeclared signals | John Johansen |
2017-09-22 | apparmor: fix incorrect type assignment when freeing proxies | John Johansen |
2017-09-22 | apparmor: ensure unconfined profiles have dfas initialized | John Johansen |
2017-09-22 | apparmor: fix race condition in null profile creation | John Johansen |
2017-09-22 | apparmor: move new_null_profile to after profile lookup fns() | John Johansen |
2017-09-22 | apparmor: add base infastructure for socket mediation | John Johansen |
2017-09-22 | apparmor: add more debug asserts to apparmorfs | John Johansen |
2017-09-22 | apparmor: make policy_unpack able to audit different info messages | John Johansen |
2017-09-22 | apparmor: add support for absolute root view based labels | John Johansen |
2017-09-22 | apparmor: cleanup conditional check for label in label_print | John Johansen |
2017-09-22 | apparmor: add mount mediation | John Johansen |
2017-09-22 | apparmor: add the ability to mediate signals | John Johansen |
2017-09-22 | apparmor: Redundant condition: prev_ns. in [label.c:1498] | John Johansen |
2017-09-22 | apparmor: Fix an error code in aafs_create() | Dan Carpenter |
2017-09-22 | apparmor: Fix logical error in verify_header() | Christos Gkekas |
2017-09-22 | apparmor: Fix shadowed local variable in unpack_trans_table() | Geert Uytterhoeven |
2017-09-14 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2017-09-12 | Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2017-09-07 | Merge tag 'audit-pr-20170907' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-09-07 | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-09-05 | selinux: remove AVC init audit log message | Richard Guy Briggs |
2017-09-04 | fs: fix kernel_write prototype | Christoph Hellwig |
2017-09-04 | fs: fix kernel_read prototype | Christoph Hellwig |
2017-09-01 | Introduce v3 namespaced file capabilities | Serge E. Hallyn |
2017-08-28 | selinux: constify nf_hook_ops | Arvind Yadav |
2017-08-22 | selinux: allow per-file labeling for cgroupfs | Antonio Murdaca |
2017-08-17 | lsm_audit: update my email address | Stephen Smalley |
2017-08-17 | selinux: update my email address | Stephen Smalley |
2017-08-08 | selinux: use GFP_NOWAIT in the AVC kmem_caches | Michal Hocko |
2017-08-02 | selinux: Generalize support for NNP/nosuid SELinux domain transitions | Stephen Smalley |
2017-08-01 | smack: Remove redundant pdeath_signal clearing | Kees Cook |