Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964875AbZKYOAO (ORCPT ); Wed, 25 Nov 2009 09:00:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934687AbZKYOAH (ORCPT ); Wed, 25 Nov 2009 09:00:07 -0500 Received: from e9.ny.us.ibm.com ([32.97.182.139]:46087 "EHLO e9.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934617AbZKYOAE (ORCPT ); Wed, 25 Nov 2009 09:00:04 -0500 Date: Wed, 25 Nov 2009 08:00:09 -0600 From: "Serge E. Hallyn" To: Tetsuo Handa Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] TOMOYO: Add recursive directory matching operator support. Message-ID: <20091125140009.GA602@us.ibm.com> References: <200911242200.AFC90128.FFJtHLOFVMQSOO@I-love.SAKURA.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200911242200.AFC90128.FFJtHLOFVMQSOO@I-love.SAKURA.ne.jp> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 854 Lines: 23 Quoting Tetsuo Handa (penguin-kernel@I-love.SAKURA.ne.jp): > TOMOYO 1.7.1 has recursive directory matching operator support. > I want to add it to TOMOYO for Linux 2.6.33 . > ---------- > [PATCH] TOMOYO: Add recursive directory matching operator support. > > This patch introduces new operator /\{dir\}/ which matches > '/' + 'One or more repetitions of dir/' (e.g. /dir/ /dir/dir/ /dir/dir/dir/ ). As a unix admin, I expect something like /{bin,sbin}/init (or more likely /{s,}bin/init ) to mean match both /bin/init and /sbin/init. Are you sure you want to use this syntax for 'in_repeating'? -serge -- 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/