From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [PATCH bpf-next] bpf, capabilities: introduce CAP_BPF Date: Tue, 27 Aug 2019 22:22:36 -0400 Message-ID: <20190827222236.297855a1@oasis.local.home> References: <20190827205213.456318-1-ast@kernel.org> <20190827192144.3b38b25a@gandalf.local.home> <20190827204433.3af91faf@gandalf.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: netdev-owner@vger.kernel.org To: Andy Lutomirski Cc: Andy Lutomirski , Alexei Starovoitov , Kees Cook , LSM List , James Morris , Jann Horn , Peter Zijlstra , Masami Hiramatsu , "David S. Miller" , Daniel Borkmann , Network Development , bpf , kernel-team , Linux API List-Id: linux-api@vger.kernel.org On Tue, 27 Aug 2019 18:12:59 -0700 Andy Lutomirski wrote: > Too many slashes :/ > > A group could work for v1. Maybe all the tools should get updated to use this path? trace-cmd now does. In fact, if run as root, it will first check if tracefs is mounted, and if not, it will try to mount it at this location. -- Steve