diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2020-03-11 19:19:12 +0100 |
|---|---|---|
| committer | nebrassy <nebras30@gmail.com> | 2020-04-26 12:00:34 +0200 |
| commit | 057197070ea5b38682a594ce196466a6e6c47024 (patch) | |
| tree | fe237f39fa4eda036416c3a8fc1db7c2bd896f66 | |
| parent | b92deb3bdb5d871c9fde8e13b8c23008cee96d19 (diff) | |
init: ueventd already needs /acct
Change-Id: Ifae7078aedc1a520ee003160fb17c8893041cb09
| -rw-r--r-- | etc/init.rc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/init.rc b/etc/init.rc index e0889c44..fc32bb89 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -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 |
