commit | a615a850ee820848b2d464973855148e55c8c92f | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Fri Jan 19 08:07:06 2024 -0800 |
committer | Bart Van Assche <bvanassche@google.com> | Mon Jan 22 17:19:00 2024 -0800 |
tree | 2a10af3dd6c87b3878ef5b6c3894939482f77d1d | |
parent | 0cf60fb242ee7a634656091377531efe06347446 [diff] |
Pass the correct user ID to SetProcessProfilesCached() SetProcessProfilesCached() can only set cgroup attributes in the v2 cgroup hierarchy if it is passed the correct user ID. Hence this CL. This CL makes SetProcessProfilesCached() apply IO controller cgroup attributes for processes with a user ID that is not zero. Bug: 320456702 Bug: 213617178 Change-Id: I84d072c14ff01422560c241a69cb9f4e02c47e74 Signed-off-by: Bart Van Assche <bvanassche@google.com>