Merge "Set /proc/pressure/memory file permissions"

am: 3cf9850cef

Change-Id: Ic8fb7068d51559996fc8c31df05ddd67297974b3
This commit is contained in:
Suren Baghdasaryan 2019-03-29 12:56:19 -07:00 committed by android-build-merger
commit e337910a35
1 changed files with 3 additions and 0 deletions

View File

@ -222,6 +222,9 @@ on init
chmod 0664 /dev/cpuset/restricted/tasks
chmod 0664 /dev/cpuset/tasks
# make the PSI monitor accessible to others
chown system system /proc/pressure/memory
chmod 0664 /proc/pressure/memory
# qtaguid will limit access to specific data based on group memberships.
# net_bw_acct grants impersonation of socket owners.