init: ueventd already needs /acct
Change-Id: Ifae7078aedc1a520ee003160fb17c8893041cb09
This commit is contained in:
committed by
bigbiff
parent
901141c2eb
commit
ec350e9d0d
+4
-3
@@ -17,6 +17,10 @@ on early-init
|
||||
# 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
|
||||
|
||||
service set_permissive /sbin/permissive.sh
|
||||
@@ -31,9 +35,6 @@ on init
|
||||
export ANDROID_DATA /data
|
||||
export EXTERNAL_STORAGE /sdcard
|
||||
|
||||
mount cgroup none /acct cpuacct
|
||||
mkdir /acct/uid
|
||||
|
||||
mkdir /system
|
||||
mkdir /data
|
||||
mkdir /cache
|
||||
|
||||
Reference in New Issue
Block a user