Merge "Make /acct have 0555 permissions after mounting" am: f2878cf15b am: c4a8b5a595 am: a78c580de5

am: 1a93c543ad

Change-Id: Id6c996b90203a128f771880affe9e79efb946c49
This commit is contained in:
Luis Hector Chavez 2018-07-30 17:11:31 -07:00 committed by android-build-merger
commit cd39351783

View file

@ -26,6 +26,7 @@ on early-init
# Mount cgroup mount point for cpu accounting
mount cgroup none /acct nodev noexec nosuid cpuacct
chmod 0555 /acct
mkdir /acct/uid
# root memory control cgroup, used by lmkd