tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Removal of some KAUTH_GENERIC_ISSUSER (pass 1)



On Sat, Apr 11, 2009 at 02:12:41PM +0300, Elad Efrat wrote:

> Sorry, forgot about gmail's little issue:
> 
> http://www.netbsd.org/~elad/diff/pass1.diff

Looks ok to me now.

FYI this type of change is kernel ABI breaking but it does not matter at
the moment:

 enum {
-       KAUTH_MACHDEP_IOPERM_GET=1,
+       KAUTH_MACHDEP_CACHEFLUSH=1,
+       KAUTH_MACHDEP_IOPERM_GET,
        KAUTH_MACHDEP_IOPERM_SET,


Home | Main Index | Thread Index | Old Index