Merge "Make /acct have 0555 permissions after mounting"
am: f2878cf15b
Change-Id: I961153c5af23a7f094aea16c8958b0d2bb36391b
This commit is contained in:
commit
c4a8b5a595
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ on early-init
|
||||||
|
|
||||||
# Mount cgroup mount point for cpu accounting
|
# Mount cgroup mount point for cpu accounting
|
||||||
mount cgroup none /acct nodev noexec nosuid cpuacct
|
mount cgroup none /acct nodev noexec nosuid cpuacct
|
||||||
|
chmod 0555 /acct
|
||||||
mkdir /acct/uid
|
mkdir /acct/uid
|
||||||
|
|
||||||
# root memory control cgroup, used by lmkd
|
# root memory control cgroup, used by lmkd
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue