From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751275AbdGQBgv (ORCPT ); Sun, 16 Jul 2017 21:36:51 -0400 Received: from mail-qk0-f196.google.com ([209.85.220.196]:33041 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbdGQBgt (ORCPT ); Sun, 16 Jul 2017 21:36:49 -0400 Date: Sun, 16 Jul 2017 21:36:44 -0400 From: Tejun Heo To: cgroups@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Li Zefan , Johannes Weiner , Roman Gushchin , kernel-team@fb.com Subject: [PATCH] cgroup: update outdated cgroup.procs documentation Message-ID: <20170717013644.GG2969123@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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