diff options
author | Tejun Heo <tj@kernel.org> | 2017-07-17 04:32:38 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-07-17 04:37:16 +0300 |
commit | e7e79d147cd7fe21fa78098fa57d80d09f00d8c1 (patch) | |
tree | 81678984902f8f5b3be7e170b520f4bf2ec6d459 /Documentation/cgroup-v2.txt | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | linux-e7e79d147cd7fe21fa78098fa57d80d09f00d8c1.tar.xz |
cgroup: update outdated cgroup.procs documentation
576dd464505f ("cgroup: drop the matching uid requirement on migration
for cgroup v2") dropped the uid match requirement from "cgroup.procs"
perm check but forgot to update the matching entry in the
documentation. Update it.
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/cgroup-v2.txt')
-rw-r--r-- | Documentation/cgroup-v2.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/cgroup-v2.txt b/Documentation/cgroup-v2.txt index bde177103567..f01f831a3b11 100644 --- a/Documentation/cgroup-v2.txt +++ b/Documentation/cgroup-v2.txt @@ -658,9 +658,6 @@ All cgroup core files are prefixed with "cgroup." the PID to the cgroup. The writer should match all of the following conditions. - - Its euid is either root or must match either uid or suid of - the target process. - - It must have write access to the "cgroup.procs" file. - It must have write access to the "cgroup.procs" file of the |