summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-1/+1
|\
| * net: sched: introduce chain object to uapiJiri Pirko2018-07-241-1/+1
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-1/+1
|\ \
| * | kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada2018-07-171-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/+2Star
| * | selinux: Cleanup printk logging in avcpeter enderborg2018-06-191-1/+1
| * | selinux: Cleanup printk logging in netifpeter enderborg2018-06-191-7/+4Star
| * | selinux: Cleanup printk logging in netportpeter enderborg2018-06-191-3/+2Star
| * | selinux: Cleanup printk logging in sidtabpeter enderborg2018-06-191-3/+2Star
| * | 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/+35Star
| * | selinux: Cleanup printk logging in avtabpeter enderborg2018-06-191-25/+26
| * | selinux: Cleanup printk logging in hookspeter enderborg2018-06-191-35/+33Star
| * | selinux: Cleanup printk logging in policydbpeter enderborg2018-06-191-45/+46
| * | selinux: Cleanup printk logging in ebitmappeter enderborg2018-06-191-8/+7Star
| * | 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-157-17/+192
|\ \ \
| * | | security: check for kstrdup() failure in lsm_append()Eric Biggers2018-07-181-0/+2
| * | | security: export security_kernel_load_data functionArnd Bergmann2018-07-181-0/+1
| * | | ima: based on policy warn about loading firmware (pre-allocated buffer)Mimi Zohar2018-07-161-0/+8
| * | | module: replace the existing LSM hook in init_moduleMimi Zohar2018-07-163-13/+31
| * | | ima: add build time policyMimi Zohar2018-07-162-3/+101
| * | | ima: based on policy require signed firmware (sysfs fallback)Mimi Zohar2018-07-161-1/+9
| * | | ima: based on policy require signed kexec kernel imagesMimi Zohar2018-07-164-1/+36
| * | | security: define new LSM hook named security_kernel_load_dataMimi Zohar2018-07-161-0/+5
| |/ /
* | | Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-08-151-1/+0Star
|\ \ \
| * | | usercopy: Do not select BUG with HARDENED_USERCOPYKamal Mostafa2018-07-031-1/+0Star
| |/ /
* | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-148-22/+22
|\ \ \
| * | | IMA: don't propagate opened through the entire thingAl Viro2018-07-123-12/+12
| * | | ->file_open(): lose cred argumentAl Viro2018-07-125-9/+9
| * | | security_file_open(): lose cred argumentAl Viro2018-07-121-2/+2
| |/ /
* | / x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32Joerg Roedel2018-07-201-1/+1
| |/ |/|
* | Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-301-45/+33Star
|\ \
| * | selinux: move user accesses in selinuxfs out of locked regionsJann Horn2018-06-291-45/+33Star
* | | dh key: fix rounding up KDF output lengthEric Biggers2018-06-261-2/+4
* | | Smack: Mark inode instant in smack_task_to_inodeCasey Schaufler2018-06-231-0/+1
| |/ |/|
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-1/+1
* | Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1414-71/+310
|\ \
| * | apparmor: fix ptrace read checkJohn Johansen2018-06-071-1/+2
| * | apparmor: fix memory leak when deduping profile loadJohn Johansen2018-06-071-0/+3
| * | apparmor: fix mediation of prlimitJohn Johansen2018-06-071-1/+1
| * | apparmor: fixup secid map conversion to using IDRJohn Johansen2018-06-074-8/+29
| * | apparmor: Use an IDR to allocate apparmor secidsMatthew Wilcox2018-06-071-103/+11Star
| * | apparmor: Fix memory leak of rule on error exit pathTyler Hicks2018-06-071-2/+4
| * | apparmor: modify audit rule support to support profile stacksJohn Johansen2018-06-071-17/+10Star