Print this page
NEX-13644 File access audit logging
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
*** 19,28 ****
--- 19,30 ----
* CDDL HEADER END
*/
/*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ *
+ * Copyright 2018 Nexenta Systems, Inc. All rights reserved.
*/
/*
* File name: praudit.h
* praudit.c defines, globals
*** 29,40 ****
*/
#ifndef _PRAUDIT_H
#define _PRAUDIT_H
- #pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
/* DEFINES */
--- 31,40 ----
*** 207,219 ****
--- 207,221 ----
extern int pa_adr_int64hex(pr_context_t *context, int status, int flag);
extern int pa_pw_uid(pr_context_t *context, int status, int flag);
extern int pa_gr_uid(pr_context_t *context, int status, int flag);
extern int pa_pw_uid_gr_gid(pr_context_t *context, int status, int flag);
extern int pa_ace(pr_context_t *context, int status, int flag);
+ extern int pa_access_mask(pr_context_t *context, int status, int flag);
extern int pa_hostname(pr_context_t *context, int status, int flag);
extern int pa_hostname_ex(pr_context_t *context, int status, int flag);
extern int pa_hostname_so(pr_context_t *context, int status, int flag);
+ extern int pa_wsid(pr_context_t *context, int status, int flag);
extern int pa_adr_u_short(pr_context_t *context, int status, int flag);
extern int pa_tid32(pr_context_t *context, int status, int flag);
extern int pa_tid64(pr_context_t *context, int status, int flag);
extern int pa_tid32_ex(pr_context_t *context, int status, int flag);
extern int pa_tid64_ex(pr_context_t *context, int status, int flag);