Subject: Re: Tackling more kauth(9) stuff
To: None <tech-kern@netbsd.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: tech-kern
Date: 10/01/2006 11:16:32
On Wed, Sep 20, 2006 at 02:43:12PM +0200, Elad Efrat wrote:
>   1. Adding a KAUTH_NETWORK_INTERFACE action to the network scope, with
>      a set of "generic" sub-actions as follows:
> 
>        - KAUTH_REQ_NETWORK_INTERFACE_SET
>        - KAUTH_REQ_NETWORK_INTERFACE_GET
>        - KAUTH_REQ_NETWORK_INTERFACE_SETPRIV
>        - KAUTH_REQ_NETWORK_INTERFACE_GETPRIV
> 
>      Where the first two are requests to set/get non-privileged data
>      that (usually) all users can do, and the last two are those that
>      (again, usually) are restricted to the super-user.

Could you please give some examples?

Pavel