usr/src/uts/common/c2/audit.h
changeset 898 64b2a371a6bd
parent 0 68f95e015346
child 1676 37f4a3e2bd99
equal deleted inserted replaced
897:8bc35ca89c2f 898:64b2a371a6bd
    18  * information: Portions Copyright [yyyy] [name of copyright owner]
    18  * information: Portions Copyright [yyyy] [name of copyright owner]
    19  *
    19  *
    20  * CDDL HEADER END
    20  * CDDL HEADER END
    21  */
    21  */
    22 /*
    22 /*
    23  * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
    23  * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
    24  * Use is subject to license terms.
    24  * Use is subject to license terms.
    25  */
    25  */
    26 
    26 
    27 /*
    27 /*
    28  * This file contains the declarations of the various data structures
    28  * This file contains the declarations of the various data structures
   577 int	audit_c2_revoke(struct fcntla *, rval_t *);
   577 int	audit_c2_revoke(struct fcntla *, rval_t *);
   578 void	audit_priv(int, const struct priv_set *, int);
   578 void	audit_priv(int, const struct priv_set *, int);
   579 void	audit_setppriv(int, int, const struct priv_set *, const cred_t *);
   579 void	audit_setppriv(int, int, const struct priv_set *, const cred_t *);
   580 void	audit_devpolicy(int, const struct devplcysys *);
   580 void	audit_devpolicy(int, const struct devplcysys *);
   581 void	audit_update_context(proc_t *, cred_t *);
   581 void	audit_update_context(proc_t *, cred_t *);
       
   582 void	audit_kssl(int, void *, int);
   582 
   583 
   583 #endif
   584 #endif
   584 
   585 
   585 #ifdef __cplusplus
   586 #ifdef __cplusplus
   586 }
   587 }