Age | Commit message (Expand) | Author | Files | Lines |
2019-05-08 | Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+6 |
2019-05-08 | Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+13 |
2019-03-27 | LSM: lsm_hooks.h: fix documentation format | Denis Efremov | 1 | -14/+9 |
2019-03-27 | LSM: fix documentation for the shm_* hooks | Denis Efremov | 1 | -18/+18 |
2019-03-27 | LSM: fix documentation for the sem_* hooks | Denis Efremov | 1 | -16/+16 |
2019-03-27 | LSM: fix documentation for the msg_queue_* hooks | Denis Efremov | 1 | -19/+19 |
2019-03-27 | LSM: fix documentation for the audit_* hooks | Denis Efremov | 1 | -4/+4 |
2019-03-27 | LSM: fix documentation for the path_chmod hook | Denis Efremov | 1 | -4/+5 |
2019-03-27 | LSM: fix documentation for the socket_getpeersec_dgram hook | Denis Efremov | 1 | -5/+5 |
2019-03-27 | LSM: fix documentation for the task_setscheduler hook | Denis Efremov | 1 | -3/+1 |
2019-03-27 | LSM: fix documentation for the socket_post_create hook | Denis Efremov | 1 | -3/+3 |
2019-03-27 | LSM: fix documentation for the syslog hook | Denis Efremov | 1 | -2/+1 |
2019-03-27 | LSM: fix documentation for sb_copy_data hook | Denis Efremov | 1 | -1/+0 |
2019-03-25 | LSM: lsm_hooks.h - fix missing colon in docstring | Ondrej Mosnacek | 1 | -1/+1 |
2019-03-21 | LSM: add new hook for kernfs node initialization | Ondrej Mosnacek | 1 | -0/+13 |
2019-03-21 | vfs: syscall: Add move_mount(2) to move mounts around | David Howells | 1 | -0/+6 |
2019-03-13 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -0/+21 |
2019-03-07 | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+1 |
2019-02-28 | introduce cloning of fs_context | Al Viro | 1 | -0/+7 |
2019-02-28 | vfs: Add LSM hooks for the new mount API | David Howells | 1 | -0/+14 |
2019-02-01 | audit: remove unused actx param from audit_rule_match | Richard Guy Briggs | 1 | -3/+1 |
2019-01-18 | LSM: Make lsm_early_cred() and lsm_early_task() local functions. | Tetsuo Handa | 1 | -5/+0 |
2019-01-11 | LSM: generalize flag passing to security_capable | Micah Morton | 1 | -3/+5 |
2019-01-09 | LSM: Infrastructure management of the ipc security blob | Casey Schaufler | 1 | -0/+2 |
2019-01-09 | LSM: Infrastructure management of the task security | Casey Schaufler | 1 | -0/+2 |
2019-01-09 | LSM: Infrastructure management of the inode security | Casey Schaufler | 1 | -0/+3 |
2019-01-09 | LSM: Infrastructure management of the file security | Casey Schaufler | 1 | -0/+1 |
2019-01-09 | Infrastructure management of the cred security blob | Casey Schaufler | 1 | -0/+12 |
2019-01-09 | capability: Initialize as LSM_ORDER_FIRST | Kees Cook | 1 | -2/+0 |
2019-01-09 | LSM: Introduce enum lsm_order | Kees Cook | 1 | -0/+6 |
2019-01-09 | Yama: Initialize as ordered LSM | Kees Cook | 1 | -5/+0 |
2019-01-09 | LoadPin: Initialize as ordered LSM | Kees Cook | 1 | -5/+0 |
2019-01-09 | LSM: Separate idea of "major" LSM from "exclusive" LSM | Kees Cook | 1 | -0/+1 |
2019-01-09 | LSM: Tie enabling logic to presence in ordered list | Kees Cook | 1 | -1/+1 |
2019-01-09 | LSM: Lift LSM selection out of individual LSMs | Kees Cook | 1 | -1/+0 |
2019-01-09 | LSM: Plumb visibility into optional "enabled" state | Kees Cook | 1 | -0/+1 |
2019-01-09 | LSM: Introduce LSM_FLAG_LEGACY_MAJOR | Kees Cook | 1 | -0/+3 |
2018-12-21 | LSM: new method: ->sb_add_mnt_opt() | Al Viro | 1 | -2/+3 |
2018-12-21 | LSM: hide struct security_mnt_opts from any generic code | Al Viro | 1 | -5/+6 |
2018-12-21 | LSM: turn sb_eat_lsm_opts() into a method | Al Viro | 1 | -2/+2 |
2018-12-21 | LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() | Al Viro | 1 | -2/+1 |
2018-12-21 | LSM: lift extracting and parsing LSM options into the caller of ->sb_remount() | Al Viro | 1 | -1/+2 |
2018-12-21 | LSM: lift parsing LSM options into the caller of ->sb_kern_mount() | Al Viro | 1 | -1/+2 |
2018-10-24 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+12 |
2018-10-11 | LSM: Record LSM name in struct lsm_info | Kees Cook | 1 | -0/+1 |
2018-10-11 | LSM: Convert security_initcall() into DEFINE_LSM() | Kees Cook | 1 | -3/+2 |
2018-10-11 | LSM: Convert from initcall to struct lsm_info | Kees Cook | 1 | -0/+12 |
2018-10-03 | signal: Distinguish between kernel_siginfo and siginfo | Eric W. Biederman | 1 | -2/+2 |
2018-08-15 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+6 |
2018-07-16 | security: define new LSM hook named security_kernel_load_data | Mimi Zohar | 1 | -0/+6 |