init: ueventd already needs /acct

Change-Id: Ifae7078aedc1a520ee003160fb17c8893041cb09
(cherry picked from commit ec350e9d0d9959e22647845011d7b2dc8075589d)
diff --git a/etc/init.rc b/etc/init.rc
old mode 100755
new mode 100644
index b96016c..f934cbd
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -10,6 +10,10 @@
     # Set the security context of /postinstall if present.
     restorecon /postinstall
 
+    # ueventd wants to write to /acct
+    mount cgroup none /acct cpuacct
+    mkdir /acct/uid
+
     start ueventd
 
 on init