external/koush/Superuser
Revision | 7ab528e5b68a1b87e49665893058a29ac3cc05fc (tree) |
---|---|
Time | 2013-12-01 15:22:41 |
Author | Koushik Dutta <koushd@gmai...> |
Commiter | Koushik Dutta |
Version 1.0.2.7
Leave binary setuid, as the daemon now guards for that.
Change-Id: I379005938bfb68954255ebe54e3cb482a0087e7d
@@ -1,8 +1,8 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 3 | package="com.koushikdutta.superuser" |
4 | - android:versionCode="1026" | |
5 | - android:versionName="1.0.2.6" > | |
4 | + android:versionCode="1027" | |
5 | + android:versionName="1.0.2.7" > | |
6 | 6 | |
7 | 7 | <uses-sdk |
8 | 8 | android:minSdkVersion="8" |
@@ -64,8 +64,6 @@ MIN=${MIN//.*} | ||
64 | 64 | |
65 | 65 | if [ "${MAJ}${MIN}" -ge 43 ] |
66 | 66 | then |
67 | - # on 4.3+, the daemon need not be setuid. | |
68 | - chmod 0755 /system/xbin/su | |
69 | 67 | # check for rom su daemon before clobbering install-recovery.sh |
70 | 68 | if [ ! -f "/system/etc/.has_su_daemon" ] |
71 | 69 | then |