On Fri, Jan 8, 2010 at 4:42 AM, Tim O'Callaghan <tim.ocallaghan@xxxxxxxxx> wrote: > udevtab in this context is a tool similar to the 'crontab' tool, where > a user can edit his personal udev list. Specifically I am looking for > a tool that will allow me to add arbitrary personal udev rules that > can be managed without root privileges. > > I've been poking about, but cannot find anything. Any pointers? There's no such tool, but it also seems like a really bad idea to allow unprivileged users to do arbitrary things with the udev database which runs as root. Here's some trivial examples: SUBSYSTEM=="block", MODE="0666" KERNEL=="*", RUN+="/bin/rm -rf /" -- Dan -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html