aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
AgeCommit message (Expand)Author
2019-05-16selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni
2019-05-08selinux: never allow relabeling on context mountsOndrej Mosnacek
2019-05-08selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley
2019-04-05selinux: do not override context on context mountsOndrej Mosnacek
2019-03-23security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields
2019-03-23selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus 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-11-26selinux: always allow mounting submountsOndrej Mosnacek
2018-11-15Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-13selinux: check length properly in SCTP bind hookOndrej 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-04selinux: fix mounting of cgroup2 under older policiesStephen Smalley
2018-08-15Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-15Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-07-16module: replace the existing LSM hook in init_moduleMimi Zohar
2018-07-12->file_open(): lose cred argumentAl Viro
2018-06-19selinux: Cleanup printk logging in hookspeter enderborg
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-05-17Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-05-14selinux: correctly handle sa_family cases in selinux_sctp_bind_connect()Alexey Kodanev
2018-05-14selinux: fix address family in bind() and connect() to match address/portAlexey Kodanev
2018-05-14selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind()Alexey Kodanev