summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount()Al Viro2018-12-211-9/+1
| * LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()Al Viro2018-12-211-35/+12
| * LSM: lift parsing LSM options into the caller of ->sb_kern_mount()Al Viro2018-12-211-21/+3
| * selinux: expand superblock_doinit() callsAl Viro2018-12-201-30/+24
| * 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/+33
|\
| * selinux: Cleanup printk logging in hookspeter enderborg2018-06-191-35/+33
* | 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/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | __inode_security_revalidate() never gets NULL opt_dentryAl Viro2018-05-141-4/+3
| |/ /
* | | 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
| * selinux: fix address family in bind() and connect() to match address/portAlexey Kodanev2018-05-141-11/+7
| * selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind()Alexey Kodanev2018-05-141-10/+19
* | ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* | ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* | ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-081-0/+6
|\ \
| * | security: Add a cred_getsecid hookMatthew Garrett2018-03-231-0/+6
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-2/+5
|\| |
| * | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-061-2/+5
* | | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-071-232/+690
|\ \ \ | | |/ | |/|
| * | selinux: wrap AVC stateStephen Smalley2018-03-201-133/+265
| * | selinux: Fix ltp test connect-syscall failureRichard Haines2018-03-021-12/+30
| * | selinux: rename the {is,set}_enforcing() functionsPaul Moore2018-03-021-2/+2
| * | selinux: wrap global selinux stateStephen Smalley2018-03-021-74/+140
| * | selinux: Add SCTP supportRichard Haines2018-02-261-19/+261
| |/