summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: do not override context on context mountsOndrej Mosnacek2019-01-111-1/+8
* selinux: never allow relabeling on context mountsOndrej Mosnacek2019-01-111-9/+31
* selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_linkStephen Smalley2019-01-111-3/+2Star
* selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley2019-01-111-1/+3
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-506/+293Star
|\
| * LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-211-26/+19Star
| * selinux: rewrite selinux_sb_eat_lsm_opts()Al Viro2018-12-211-92/+54Star
| * selinux: regularize Opt_... names a bitAl Viro2018-12-211-8/+8
| * selinux: switch away from match_token()Al Viro2018-12-211-27/+55
| * selinux: new helper - selinux_add_opt()Al Viro2018-12-211-73/+53Star
| * selinux: switch to private struct selinux_mnt_optsAl Viro2018-12-211-161/+101Star
| * LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-15/+37
| * selinux: kill selinux_sb_get_mnt_opts()Al Viro2018-12-211-147/+51Star
| * LSM: turn sb_eat_lsm_opts() into a methodAl Viro2018-12-211-1/+15
| * selinux; don't open-code a loop in sb_finish_set_opts()Al Viro2018-12-211-4/+2Star
| * LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-211-9/+1Star
| * LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro2018-12-211-35/+12Star
| * LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro2018-12-211-21/+3Star
| * selinux: expand superblock_doinit() callsAl Viro2018-12-201-30/+24Star
| * vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* | Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-271-1/+1
|\ \
| * | selinux: always allow mounting submountsOndrej Mosnacek2018-11-271-1/+1
| |/
* | Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-151-0/+3
|\ \ | |/ |/|
| * selinux: check length properly in SCTP bind hookOndrej Mosnacek2018-11-131-0/+3
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+4
|\ \
| * | LSM: Record LSM name in struct lsm_infoKees Cook2018-10-111-0/+1
| * | LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-111-1/+3
* | | Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-241-0/+5
|\ \ \ | | |/ | |/|
| * | selinux: fix mounting of cgroup2 under older policiesStephen Smalley2018-09-051-0/+5
| |/
* / signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
|/
* Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-151-35/+33Star
|\
| * selinux: Cleanup printk logging in hookspeter enderborg2018-06-191-35/+33Star
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-0/+15
|\ \
| * | module: replace the existing LSM hook in init_moduleMimi Zohar2018-07-161-0/+15
| |/
* / ->file_open(): lose cred argumentAl Viro2018-07-121-2/+2
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-1/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-4/+16
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-22/+28
| |\ \
| * | | net: initial AF_XDP skeletonBjörn Töpel2018-05-041-1/+3
* | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-2/+5
|\ \ \ \
| * | | | audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-2/+5
| |/ / /
* | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-071-0/+13
|\ \ \ \
| * | | | selinux: provide socketpair callbackDavid Herrmann2018-05-041-0/+13
| |/ / /
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-4/+3Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | __inode_security_revalidate() never gets NULL opt_dentryAl Viro2018-05-141-4/+3Star
| |/ /
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-4/+16
|\ \ \ | |_|/ |/| |
| * | fix breakage caused by d_find_alias() semantics changeAl Viro2018-05-131-4/+16
| |/
* | Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-05-171-22/+28
|\ \ | |/ |/|
| * selinux: correctly handle sa_family cases in selinux_sctp_bind_connect()Alexey Kodanev2018-05-141-1/+2