Merge "Make /acct have 0555 permissions after mounting"
This commit is contained in:
commit
f2878cf15b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue