From a4e510ee5449e5b54a8cd0482a7ee684b3426caf Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 11 Mar 2020 19:19:12 +0100 Subject: [PATCH] init: ueventd already needs /acct Change-Id: Ifae7078aedc1a520ee003160fb17c8893041cb09 (cherry picked from commit ec350e9d0d9959e22647845011d7b2dc8075589d) --- etc/init.rc | 4 ++++ 1 file changed, 4 insertions(+) mode change 100755 => 100644 etc/init.rc diff --git a/etc/init.rc b/etc/init.rc old mode 100755 new mode 100644 index b96016ca..f934cbd7 --- a/etc/init.rc +++ b/etc/init.rc @@ -10,6 +10,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 on init