Re: devfs permissions

From: Pozsar Balazs (pozsy@sch.bme.hu)
Date: Sat Dec 22 2001 - 19:11:24 EST


On Sat, 22 Dec 2001, Gabor Z. Papp wrote:
> * Richard Gooch <rgooch@ras.ucalgary.ca>:
> |> (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/



This archive was generated by hypermail 2b29 : Sun Dec 23 2001 - 21:00:28 EST