summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-157-17/+192
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | security: check for kstrdup() failure in lsm_append()Eric Biggers2018-07-171-0/+2
| * | | | security: export security_kernel_load_data functionArnd Bergmann2018-07-171-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/+0
|\ \ \
| * | | usercopy: Do not select BUG with HARDENED_USERCOPYKamal Mostafa2018-07-021-1/+0
| |/ /
* | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-138-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/+33
|\ \
| * | selinux: move user accesses in selinuxfs out of locked regionsJann Horn2018-06-281-45/+33
* | | 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/+11
| * | 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/+10
| * | apparmor: Add support for audit rule filteringMatthew Garrett2018-06-073-1/+107
| * | apparmor: Convert to use match_string() helperAndy Shevchenko2018-06-071-14/+11
| * | apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen2018-06-071-17/+16
| * | apparmor: fix '*seclen' is never less than zeroJohn Johansen2018-05-081-9/+11
| * | apparmor: fix typo "preconfinement"Zygmunt Krynicki2018-05-031-1/+1
| * | apparmor: fix typo "independent"Zygmunt Krynicki2018-05-031-1/+1
| * | apparmor: fix typo "traverse"Zygmunt Krynicki2018-05-031-1/+1
| * | apparmor: fix typo "type"Zygmunt Krynicki2018-05-031-1/+1
| * | apparmor: fix typo "replace"Zygmunt Krynicki2018-05-031-1/+1
| * | apparmor: fix typo "comparison"Zygmunt Krynicki2018-05-031-3/+3
| * | apparmor: fix typo "loosen"Zygmunt Krynicki2018-05-031-1/+1
| * | apparmor: add the ability to get a task's secidJohn Johansen2018-05-021-0/+8
| * | apparmor: add support for mapping secids and using secctxesJohn Johansen2018-05-026-25/+224
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1