aboutsummaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
2019-01-08SELinux: Abstract use of inode security blobCasey Schaufler
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler
2019-01-08SELinux: Abstract use of file security blobCasey Schaufler
2019-01-08Infrastructure management of the cred security blobCasey Schaufler
2019-01-08SELinux: Remove unused selinux_is_enabledCasey Schaufler
2019-01-08SELinux: Remove cred security blob poisoningCasey Schaufler
2019-01-08SELinux: Abstract use of cred security blobCasey Schaufler
2019-01-08selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUEKees Cook
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook
2019-01-08LSM: Lift LSM selection out of individual LSMsKees Cook
2019-01-08LSM: Plumb visibility into optional "enabled" stateKees Cook
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-27Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-21LSM: new method: ->sb_add_mnt_opt()Al Viro
2018-12-21selinux: rewrite selinux_sb_eat_lsm_opts()Al Viro
2018-12-21selinux: regularize Opt_... names a bitAl Viro
2018-12-21selinux: switch away from match_token()Al Viro
2018-12-21selinux: new helper - selinux_add_opt()Al Viro
2018-12-21selinux: switch to private struct selinux_mnt_optsAl Viro
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro
2018-12-21selinux: kill selinux_sb_get_mnt_opts()Al Viro
2018-12-21LSM: turn sb_eat_lsm_opts() into a methodAl Viro
2018-12-21selinux; don't open-code a loop in sb_finish_set_opts()Al Viro
2018-12-21LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro
2018-12-21LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro
2018-12-21LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro
2018-12-20selinux: expand superblock_doinit() callsAl Viro
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal
2018-12-05selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek
2018-12-05selinux: use separate table for initial SID lookupOndrej Mosnacek
2018-11-29Merge tag 'selinux-pr-20181129' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-29selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAINPaul Moore
2018-11-26selinux: make "selinux_policycap_names[]" const char *Alexey Dobriyan
2018-11-26selinux: always allow mounting submountsOndrej Mosnacek
2018-11-20selinux: refactor sidtab conversionOndrej Mosnacek
2018-11-15Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-13selinux: fix non-MLS handling in mls_context_to_sid()Paul Moore
2018-11-13selinux: check length properly in SCTP bind hookOndrej Mosnacek
2018-11-05selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-24Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-10LSM: Record LSM name in struct lsm_infoKees Cook
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-09-13selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa
2018-09-05selinux: refactor mls_context_to_sid() and make it stricterJann Horn
2018-09-04selinux: fix mounting of cgroup2 under older policiesStephen Smalley