Re: devfs permissions
Pozsar Balazs (pozsy@sch.bme.hu)
Sun, 23 Dec 2001 01:13:46 +0100 (MET)
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/