Hi,
Maybe someone can help me on this one. How can I tell if a Solaris 8
box is running BSM (basic security module)? The man page for 'bsmconv'
isn't very helpful.
Thanks,
JB
Maybe someone can help me on this one. How can I tell if a Solaris 8
box is running BSM (basic security module)? The man page for 'bsmconv'
isn't very helpful.
Thanks,
JB
> Hi,
> Maybe someone can help me on this one. How can I tell if a Solaris 8
> box is running BSM (basic security module)? The man page for 'bsmconv'
> isn't very helpful.
And so on.
--
Tony
1. BSM question
Hi,
I am currently experimenting BSM on a Solaris workstation, and more
precisely, I am trying to write a program to manipulate a BSM audit
file (it can be seen as a "praudit"-like program).
Therefore, I am looking for functions which read a BSM file, and fill
some BSM structures defined in the header file "bsm_record.h"
In the header file "libbsm.h" installed on my machine (a Sun SPARC with
Solaris 2.7), one can find :
|
|
.......
|
| /*
| * Functions that do I/O for audit files
| */
|
| #ifdef __STDC__
| extern int au_close(int, int, short);
| extern int au_open(void);
| extern int au_write(int, token_t *);
| extern int au_read_rec(FILE *, char **);
| extern int au_fetch_tok(au_token_t *, char *, int);
| extern int au_print_tok(FILE *, au_token_t *, char *, char *, char *,
int);
|
The first three functions ("au_close", "au_open", "au_write") are documented
in the man pages, but do not correspond to my needs
On the opposite, I cannot find any information about the three others,
and I have the feeling they correspond to what I am looking for
(especially "au_read_rec" and "au_fetch_tok").
I have tried to "discover" what is done by these functions by implementing a
short
program which used these functions. When compiling this program, the linker
produces
an "undefined symbol" error. Indeed, executing "nm" on "libbsm.a" shows that
there
is no symbol corresponding to these functions
Can anybody here give me some more information about these functions ? Are they
really
implemented ?
If I'm in the wrong way, can you give me some references to the well-suited
documentation ??
Thanks in advance
--
jpp
2. Slackware installation problem from Creative 4X CD drive
7. how to get linux to recognize network card?
8. BSM Solaris - question of return value
9. Question about Solaris BSM and Auditd
12. BSM (c2) on Sol2.1 problems?