linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cgroup: update outdated cgroup.procs documentation
@ 2017-07-17  1:36 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2017-07-17  1:36 UTC (permalink / raw)
  To: cgroups
  Cc: linux-kernel, Li Zefan, Johannes Weiner, Roman Gushchin, kernel-team

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>
---
Applying to cgroup/vor-4.14.

Thanks.

 Documentation/cgroup-v2.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/cgroup-v2.txt b/Documentation/cgroup-v2.txt
index bde1771..f01f831 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
-- 
2.9.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-17  1:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-17  1:36 [PATCH] cgroup: update outdated cgroup.procs documentation Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).