summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* selinux: do not override context on context mountsOndrej Mosnacek2019-04-051-1/+8
* security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields2019-03-231-1/+4
* selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long2019-03-231-0/+3
* Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-161-1/+2
|\
| * selinux: fix GPF on invalid policyStephen Smalley2019-01-101-1/+2
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-506/+293
|\ \
| * | LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-211-26/+19
| * | selinux: rewrite selinux_sb_eat_lsm_opts()Al Viro2018-12-211-92/+54
| * | 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/+53
| * | selinux: switch to private struct selinux_mnt_optsAl Viro2018-12-211-161/+101
| * | 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/+51
| * | 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
OpenPOWER on IntegriCloud