Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 22 Dec 2001 19:14:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 22 Dec 2001 19:14:07 -0500 Received: from balu.sch.bme.hu ([152.66.208.40]:41636 "EHLO balu.sch.bme.hu") by vger.kernel.org with ESMTP id ; Sat, 22 Dec 2001 19:13:53 -0500 Date: Sun, 23 Dec 2001 01:13:46 +0100 (MET) From: Pozsar Balazs To: linux-kernel Subject: Re: devfs permissions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 22 Dec 2001, Gabor Z. Papp wrote: > * Richard Gooch : > |> (which worked before but won't any more) do: > |> REGISTER ^sound/.* PERMISSIONS root.audio 0664 > |> or something similar. > > And what about subdirs, like in case of /dev/ide/... > REGISTER ^ide/.* PERMISSIONS root.disk 0660 > sets the permission 0660 on /dev/ide/host0/ also. If you want to match only /dev/ide then use REGISTER ^ide$ PERMISSIONS root.disk 0660 -- pozsy - 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/