diff options
Diffstat (limited to 'usr/src/lib/libbsm/common/libbsm.h')
| -rw-r--r-- | usr/src/lib/libbsm/common/libbsm.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/usr/src/lib/libbsm/common/libbsm.h b/usr/src/lib/libbsm/common/libbsm.h index b3f63e28b4..23cef801f7 100644 --- a/usr/src/lib/libbsm/common/libbsm.h +++ b/usr/src/lib/libbsm/common/libbsm.h @@ -85,11 +85,6 @@ typedef struct au_user_str_s { } au_user_str_t; /* - * opaque context value for getacval.c - */ -typedef struct au_acinfo au_acinfo_t; - -/* * adrf's version of adr_t */ typedef struct adrf_s { @@ -176,34 +171,6 @@ extern au_class_ent_t *getauclassnam(char *); extern au_class_ent_t *getauclassnam_r(au_class_ent_t *, char *); /* - * Functions that manipulate the audit control file - */ - -void endac(void); -void setac(void); - -int getacdir(char *, int); -int getacmin(int *); -int getacna(char *, int); -int getacflg(char *, int); - -/* - * Functions that manipulate the audit control file - */ - - -au_acinfo_t *_openac(char *); -void _endac(au_acinfo_t *); -void _rewindac(au_acinfo_t *); - -int _getacdir(au_acinfo_t *, char *, int); -int _getaclib(au_acinfo_t *, kva_t **); -int _getacmin(au_acinfo_t *, int *); -int _getacna(au_acinfo_t *, char *, int); -int _getacflg(au_acinfo_t *, char *, int); -int _getacplug(au_acinfo_t *, kva_t **); - -/* * Functions that manipulate audit masks */ @@ -250,7 +217,6 @@ extern int setauid(au_id_t *); /* system audit files for auditd */ #define AUDITCLASSFILE "/etc/security/audit_class" -#define AUDITCONTROLFILE "/etc/security/audit_control" #define AUDITEVENTFILE "/etc/security/audit_event" #define AUDITUSERFILE "/etc/security/audit_user" |
