Print this page
11037 SMB File access audit logging (reserve IDs)

*** 19,28 **** --- 19,30 ---- * CDDL HEADER END */ /* * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Copyright 2018 Nexenta Systems, Inc. All rights reserved. */ #ifndef _BSM_AUDIT_RECORD_H #define _BSM_AUDIT_RECORD_H
*** 187,196 **** --- 189,204 ---- #define AUT_SUBJECT64_EX ((char)0x7c) #define AUT_PROCESS64_EX ((char)0x7d) #define AUT_IN_ADDR_EX ((char)0x7e) #define AUT_SOCKET_EX ((char)0x7f) + /* + * Can't do >= 0x80 because these are chars. 0x16/0x17 seem to be free here, + * but who knows if they have historical uses + */ + #define AUT_ACCESS_MASK ((char)0x16) + #define AUT_WSID ((char)0x17) /* * Audit print suggestion types. */