| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-09-24 | 1 | -3/+3 |
|\ |
|
| * | security: fix description of values returned by cap_inode_need_killpriv | Stefan Berger | 2017-09-24 | 1 | -3/+3 |
* | | Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2017-09-23 | 24 | -137/+2088 |
|\ \ |
|
| * | | apparmor: fix apparmorfs DAC access permissions | John Johansen | 2017-09-22 | 1 | -4/+4 |
| * | | apparmor: fix build failure on sparc caused by undeclared signals | John Johansen | 2017-09-22 | 1 | -1/+4 |
| * | | apparmor: fix incorrect type assignment when freeing proxies | John Johansen | 2017-09-22 | 1 | -1/+1 |
| * | | apparmor: ensure unconfined profiles have dfas initialized | John Johansen | 2017-09-22 | 1 | -0/+2 |
| * | | apparmor: fix race condition in null profile creation | John Johansen | 2017-09-22 | 1 | -3/+11 |
| * | | apparmor: move new_null_profile to after profile lookup fns() | John Johansen | 2017-09-22 | 1 | -79/+79 |
| * | | apparmor: add base infastructure for socket mediation | John Johansen | 2017-09-22 | 12 | -16/+840 |
| * | | apparmor: add more debug asserts to apparmorfs | John Johansen | 2017-09-22 | 1 | -0/+17 |
| * | | apparmor: make policy_unpack able to audit different info messages | John Johansen | 2017-09-22 | 2 | -16/+40 |
| * | | apparmor: add support for absolute root view based labels | John Johansen | 2017-09-22 | 2 | -1/+10 |
| * | | apparmor: cleanup conditional check for label in label_print | John Johansen | 2017-09-22 | 1 | -14/+8 |
| * | | apparmor: add mount mediation | John Johansen | 2017-09-22 | 9 | -4/+841 |
| * | | apparmor: add the ability to mediate signals | John Johansen | 2017-09-22 | 7 | -0/+231 |
| * | | apparmor: Redundant condition: prev_ns. in [label.c:1498] | John Johansen | 2017-09-22 | 1 | -1/+1 |
| * | | apparmor: Fix an error code in aafs_create() | Dan Carpenter | 2017-09-22 | 1 | -1/+3 |
| * | | apparmor: Fix logical error in verify_header() | Christos Gkekas | 2017-09-22 | 1 | -1/+1 |
| * | | apparmor: Fix shadowed local variable in unpack_trans_table() | Geert Uytterhoeven | 2017-09-22 | 1 | -2/+2 |
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-09-15 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | fs: fix kernel_write prototype | Christoph Hellwig | 2017-09-05 | 1 | -1/+2 |
| * | | | fs: fix kernel_read prototype | Christoph Hellwig | 2017-09-05 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-12 | 28 | -56/+78 |
|\ \ \ |
|
| * | | | selinux: constify nf_hook_ops | Arvind Yadav | 2017-08-28 | 1 | -1/+1 |
| * | | | selinux: allow per-file labeling for cgroupfs | Antonio Murdaca | 2017-08-22 | 1 | -1/+3 |
| * | | | lsm_audit: update my email address | Stephen Smalley | 2017-08-17 | 1 | -1/+1 |
| * | | | selinux: update my email address | Stephen Smalley | 2017-08-17 | 25 | -25/+25 |
| * | | | selinux: use GFP_NOWAIT in the AVC kmem_caches | Michal Hocko | 2017-08-08 | 1 | -8/+6 |
| * | | | selinux: Generalize support for NNP/nosuid SELinux domain transitions | Stephen Smalley | 2017-08-02 | 4 | -16/+42 |
| * | | | selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets | Luis Ressel | 2017-07-25 | 1 | -0/+1 |
| | |/
| |/| |
|
| * | | sync to Linus v4.13-rc2 for subsystem developers to work against | James Morris | 2017-07-25 | 24 | -334/+365 |
| |\| |
|
| * | | LSM: Remove security_task_create() hook. | Tetsuo Handa | 2017-07-18 | 1 | -5/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-09-12 | 1 | -21/+256 |
|\ \ \ |
|
| * | | | Introduce v3 namespaced file capabilities | Serge E. Hallyn | 2017-09-01 | 1 | -19/+251 |
| * | | | security: Use user_namespace::level to avoid redundant iterations in cap_capa... | Kirill Tkhai | 2017-07-20 | 1 | -2/+5 |
* | | | | Merge tag 'audit-pr-20170907' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-09-08 | 1 | -2/+0 |
|\ \ \ \ |
|
| * | | | | selinux: remove AVC init audit log message | Richard Guy Briggs | 2017-09-05 | 1 | -2/+0 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-09-08 | 9 | -120/+23 |
|\ \ \ \ |
|
| * | | | | smack: Remove redundant pdeath_signal clearing | Kees Cook | 2017-08-01 | 1 | -15/+0 |
| * | | | | LSM: drop bprm_secureexec hook | Kees Cook | 2017-08-01 | 1 | -5/+0 |
| * | | | | commoncap: Move cap_elevated calculation into bprm_set_creds | Kees Cook | 2017-08-01 | 1 | -42/+10 |
| * | | | | commoncap: Refactor to remove bprm_secureexec hook | Kees Cook | 2017-08-01 | 1 | -4/+8 |
| * | | | | smack: Refactor to remove bprm_secureexec hook | Kees Cook | 2017-08-01 | 1 | -17/+4 |
| * | | | | selinux: Refactor to remove bprm_secureexec hook | Kees Cook | 2017-08-01 | 1 | -19/+5 |
| * | | | | apparmor: Refactor to remove bprm_secureexec hook | Kees Cook | 2017-08-01 | 4 | -23/+1 |
| * | | | | exec: Rename bprm->cred_prepared to called_set_creds | Kees Cook | 2017-08-01 | 4 | -4/+4 |
| |/ / / |
|
* | | | | netfilter: nf_hook_ops structs can be const | Florian Westphal | 2017-07-31 | 2 | -2/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-07-21 | 4 | -1/+15 |
|\| | | |
|
| * | | | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-07-19 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| |/| | |
|