Skip to content

Commit

Permalink
This permission change doesn't look useful
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Feb 21, 2012
1 parent 5303733 commit 9ab90e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/META-INF/com/google/android/updater-script
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ package_extract_dir("system/", "/system/");
set_perm(0, 1000, 0777, "/system/bin/logcat-on");
set_perm(0, 1000, 0777, "/system/bin/logcat-off");
set_perm(0, 0, 0777, "/system/bin/sysinit");
set_perm_recursive(0, 2000, 0777, 0777, "/system/etc/init.d");
set_perm_recursive(0, 2000, 0755, 0750, "/system/etc/init.d");
show_progress(0.200000, 10);
assert(package_extract_file("boot.img", "/tmp/boot.img"),
write_raw_image("/tmp/boot.img", "boot"),
Expand Down

0 comments on commit 9ab90e2

Please sign in to comment.