K 10 svn:author V 4 csjp K 8 svn:date V 27 2004-05-07T15:33:17.000000Z K 7 svn:log V 394 Teach route(8) how to deal with root being in a prison. If prison root is allowed to create raw sockets, then they will be able to create routing sockets, too. However prison-root is not able to manipulate routing tables. So when route(8) attempts to write to a routing socket and recieves EPERM from the kernel, exit rather than moving on with execution. Approved by: bmilekic (mentor) END