summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* 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 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
|\ \ \ | |_|/ |/| |
| * | ->file_open(): lose cred argumentAl Viro2018-07-121-2/+2
| |/
* | Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-301-45/+33
|\ \ | |/ |/|
| * selinux: move user accesses in selinuxfs out of locked regionsJann Horn2018-06-281-45/+33
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-062-2/+6
|\ \