Age | Commit message (Expand) | Author |
2017-02-22 | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-02-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2017-02-20 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-10 | KEYS: Use memzero_explicit() for secret data | Dan Carpenter |
2017-02-10 | KEYS: Fix an error code in request_master_key() | Dan Carpenter |
2017-02-10 | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i... | James Morris |
2017-02-08 | selinux: fix off-by-one in setprocattr | Stephen Smalley |
2017-02-08 | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i... | James Morris |
2017-02-07 | selinux: allow changing labels for cgroupfs | Antonio Murdaca |
2017-02-07 | selinux: fix off-by-one in setprocattr | Stephen Smalley |
2017-01-27 | ima: allow to check MAY_APPEND | Lans Zhang |
2017-01-27 | ima: fix ima_d_path() possible race with rename | Mimi Zohar |
2017-01-27 | Merge branch 'smack-for-4.11' of git://github.com/cschaufler/smack-next into ... | James Morris |
2017-01-24 | Introduce a sysctl that modifies the value of PROT_SOCK. | Krister Johansen |
2017-01-19 | Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper() | Greg Kroah-Hartman |
2017-01-19 | Make static usermode helper binaries constant | Greg Kroah-Hartman |
2017-01-19 | LSM: Add /sys/kernel/security/lsm | Casey Schaufler |
2017-01-16 | apparmor: fix undefined reference to `aa_g_hash_policy' | John Johansen |
2017-01-16 | apparmor: replace remaining BUG_ON() asserts with AA_BUG() | John Johansen |
2017-01-16 | apparmor: fix restricted endian type warnings for policy unpack | John Johansen |
2017-01-16 | apparmor: fix restricted endian type warnings for dfa unpack | John Johansen |
2017-01-16 | apparmor: add check for apparmor enabled in module parameters missing it | John Johansen |
2017-01-16 | apparmor: add per cpu work buffers to avoid allocating buffers at every hook | John Johansen |
2017-01-16 | apparmor: sysctl to enable unprivileged user ns AppArmor policy loading | Tyler Hicks |
2017-01-16 | apparmor: support querying extended trusted helper extra data | William Hua |
2017-01-16 | apparmor: update cap audit to check SECURITY_CAP_NOAUDIT | John Johansen |
2017-01-16 | apparmor: make computing policy hashes conditional on kernel parameter | John Johansen |
2017-01-16 | apparmor: convert change_profile to use fqname later to give better control | John Johansen |
2017-01-16 | apparmor: fix change_hat debug output | John Johansen |
2017-01-16 | apparmor: remove unused op parameter from simple_write_to_buffer() | John Johansen |
2017-01-16 | apparmor: change aad apparmor_audit_data macro to a fn macro | John Johansen |
2017-01-16 | apparmor: change op from int to const char * | John Johansen |
2017-01-16 | apparmor: rename context abreviation cxt to the more standard ctx | John Johansen |
2017-01-16 | apparmor: fail task profile update if current_cred isn't real_cred | John Johansen |
2017-01-16 | apparmor: add per policy ns .load, .replace, .remove interface files | John Johansen |
2017-01-16 | apparmor: pass the subject profile into profile replace/remove | John Johansen |
2017-01-16 | apparmor: audit policy ns specified in policy load | John Johansen |
2017-01-16 | apparmor: allow introspecting the loaded policy pre internal transform | John Johansen |
2017-01-16 | apparmor: add ns name to the audit data for policy loads | John Johansen |
2017-01-16 | apparmor: add profile and ns params to aa_may_manage_policy() | John Johansen |
2017-01-16 | apparmor: add ns being viewed as a param to policy_admin_capable() | John Johansen |
2017-01-16 | apparmor: add ns being viewed as a param to policy_view_capable() | John Johansen |
2017-01-16 | apparmor: allow specifying the profile doing the management | John Johansen |
2017-01-16 | apparmor: allow introspecting the policy namespace name | John Johansen |
2017-01-16 | apparmor: Make aa_remove_profile() callable from a different view | John Johansen |
2017-01-16 | apparmor: track ns level so it can be used to help in view checks | John Johansen |
2017-01-16 | apparmor: add special .null file used to "close" fds at exec | John Johansen |
2017-01-16 | apparmor: provide userspace flag indicating binfmt_elf_mmap change | John Johansen |