summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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/+2
| * | 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-2/+2
|\ \ \
| * | | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-191-2/+2
* | | | Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-279-396/+625
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek2018-12-055-324/+468
| * | selinux: use separate table for initial SID lookupOndrej Mosnacek2018-12-055-110/+173
| * | selinux: make "selinux_policycap_names[]" const char *Alexey Dobriyan2018-11-262-2/+2
| * | selinux: always allow mounting submountsOndrej Mosnacek2018-11-261-1/+1
| * | selinux: refactor sidtab conversionOndrej Mosnacek2018-11-203-41/+42
| * | selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek2018-11-051-15/+36
| |/
* | Merge tag 'selinux-pr-20181129' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-291-1/+12
|\ \
| * | selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAINPaul Moore2018-11-291-1/+12
* | | Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-152-3/+10
|\| | | |/ |/|
| * selinux: fix non-MLS handling in mls_context_to_sid()Paul Moore2018-11-131-3/+7
| * 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-101-0/+1
| * | LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-101-1/+3
* | | Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-245-111/+88
|\ \ \ | | |/ | |/|
| * | selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa2018-09-131-1/+1
| * | selinux: refactor mls_context_to_sid() and make it stricterJann Horn2018-09-053-110/+82
| * | selinux: fix mounting of cgroup2 under older policiesStephen Smalley2018-09-041-0/+5
| |/
* / signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-1/+1
|\
| * net: sched: introduce chain object to uapiJiri Pirko2018-07-231-1/+1
* | Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-1513-189/+198
|\ \
| * | selinux: cleanup dentry and inodes on error in selinuxfsnixiaoming2018-08-071-8/+25
| * | selinux: constify write_op[]Eric Biggers2018-07-171-1/+1
| * | selinux: Cleanup printk logging in netnodepeter enderborg2018-06-191-3/+2
| * | selinux: Cleanup printk logging in avcpeter enderborg2018-06-191-1/+1
| * | selinux: Cleanup printk logging in netifpeter enderborg2018-06-191-7/+4
| * | selinux: Cleanup printk logging in netportpeter enderborg2018-06-191-3/+2
| * | selinux: Cleanup printk logging in sidtabpeter enderborg2018-06-191-3/+2
| * | selinux: Cleanup printk logging in netlinkpeter enderborg2018-06-191-1/+1
| * | selinux: Cleanup printk logging in selinuxfspeter enderborg2018-06-191-5/+5
| * | selinux: Cleanup printk logging in servicespeter enderborg2018-06-191-36/+35
| * | selinux: Cleanup printk logging in avtabpeter enderborg2018-06-191-25/+26
| * | selinux: Cleanup printk logging in hookspeter enderborg2018-06-191-35/+33
| * | selinux: Cleanup printk logging in policydbpeter enderborg2018-06-191-45/+46
| * | selinux: Cleanup printk logging in ebitmappeter enderborg2018-06-191-8/+7
| * | selinux: Cleanup printk logging in conditionalpeter enderborg2018-06-191-8/+8
* | | 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
| |/ /
* | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-2/+2
|\ \ \ | |_|/ |/| |