summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAge
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-12
|\
| * introduce cloning of fs_contextAl Viro2019-02-28
| * selinux: Implement the new mount API LSM hooksDavid Howells2019-02-28
* | Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-09
|\ \
| * | doc: sctp: Merge and clean up rst filesKees Cook2019-02-22
| |/
* | Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-07
|\ \
| * | selinux: do not override context on context mountsOndrej Mosnacek2019-01-10
| * | selinux: never allow relabeling on context mountsOndrej Mosnacek2019-01-10
| * | selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley2019-01-10
| * | selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley2019-01-10
| |/
* | LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-18
* | LSM: generalize flag passing to security_capableMicah Morton2019-01-10
* | LSM: Infrastructure management of the ipc security blobCasey Schaufler2019-01-08
* | SELinux: Abstract use of ipc security blobsCasey Schaufler2019-01-08
* | LSM: Infrastructure management of the inode securityCasey Schaufler2019-01-08
* | SELinux: Abstract use of inode security blobCasey Schaufler2019-01-08
* | LSM: Infrastructure management of the file securityCasey Schaufler2019-01-08
* | SELinux: Abstract use of file security blobCasey Schaufler2019-01-08
* | Infrastructure management of the cred security blobCasey Schaufler2019-01-08
* | SELinux: Remove unused selinux_is_enabledCasey Schaufler2019-01-08
* | SELinux: Remove cred security blob poisoningCasey Schaufler2019-01-08
* | SELinux: Abstract use of cred security blobCasey Schaufler2019-01-08
* | selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUEKees Cook2019-01-08
* | LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook2019-01-08
* | LSM: Lift LSM selection out of individual LSMsKees Cook2019-01-08
* | LSM: Plumb visibility into optional "enabled" stateKees Cook2019-01-08
* | LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook2019-01-08
|/
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-05
|\
| * LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-21
| * selinux: rewrite selinux_sb_eat_lsm_opts()Al Viro2018-12-21
| * selinux: regularize Opt_... names a bitAl Viro2018-12-21
| * selinux: switch away from match_token()Al Viro2018-12-21
| * selinux: new helper - selinux_add_opt()Al Viro2018-12-21
| * selinux: switch to private struct selinux_mnt_optsAl Viro2018-12-21
| * LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-21
| * selinux: kill selinux_sb_get_mnt_opts()Al Viro2018-12-21
| * LSM: turn sb_eat_lsm_opts() into a methodAl Viro2018-12-21
| * selinux; don't open-code a loop in sb_finish_set_opts()Al Viro2018-12-21
| * LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-21
| * LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro2018-12-21
| * LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro2018-12-21
| * selinux: expand superblock_doinit() callsAl Viro2018-12-20
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-20
* | Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-27
|\ \
| * | selinux: always allow mounting submountsOndrej Mosnacek2018-11-26
| |/
* | Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-15
|\ \ | |/ |/|
| * selinux: check length properly in SCTP bind hookOndrej Mosnacek2018-11-13
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-24
|\ \
| * | LSM: Record LSM name in struct lsm_infoKees Cook2018-10-10
| * | LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-10