Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754298AbaF3VMN (ORCPT ); Mon, 30 Jun 2014 17:12:13 -0400 Received: from mail-la0-f41.google.com ([209.85.215.41]:50295 "EHLO mail-la0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754162AbaF3VML (ORCPT ); Mon, 30 Jun 2014 17:12:11 -0400 MIME-Version: 1.0 In-Reply-To: <87mwcuw2pj.fsf@tassilo.jf.intel.com> References: <1404124096-21445-1-git-send-email-drysdale@google.com> <1404124096-21445-2-git-send-email-drysdale@google.com> <87mwcuw2pj.fsf@tassilo.jf.intel.com> From: Andy Lutomirski Date: Mon, 30 Jun 2014 14:11:49 -0700 Message-ID: Subject: Re: [PATCH 01/11] fs: add O_BENEATH_ONLY flag to openat(2) To: Andi Kleen Cc: David Drysdale , LSM List , "linux-kernel@vger.kernel.org" , Greg Kroah-Hartman , Alexander Viro , Meredydd Luff , Kees Cook , James Morris , Linux API Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 30, 2014 at 1:40 PM, Andi Kleen wrote: > David Drysdale writes: > >> Add a new O_BENEATH_ONLY flag for openat(2) which restricts the >> provided path, rejecting (with -EACCES) paths that are not beneath >> the provided dfd. In particular, reject: >> - paths that contain .. components >> - paths that begin with / >> - symlinks that have paths as above. > > How about bind mounts? What's the problematic scenario? --Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/