On 12 September 2013 14:21, mickeyf <mic...@thesweetoasis.com> wrote:

>
> My app also accesses a library written in c which uses a socket to read
> canbus messages. On startup it tries a "ip link set blah blah..."
>

I'd be tempted to make a helper process that you can invoke via sudo (and
set an appropriate sudo NOPASSWD rule)

If this were C I'd fork and do the sudo bits in the child, but you can't do
that on mono.
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to