rpm
5.4.15
|
Go to the source code of this file.
Macros | |
#define | _RPMSP_INTERNAL |
Functions | |
static void | rpmspFini (void *_sp) |
static rpmsp | rpmspGetPool (rpmioPool pool) |
rpmsp | rpmspNew (const char *fn, unsigned int flags) |
Create and load a sepol wrapper. More... | |
Variables | |
int | _rpmsp_debug = 0 |
rpmsp | _rpmspI = NULL |
rpmioPool | _rpmspPool = NULL |
|
static |
Definition at line 60 of file rpmsp.c.
References _rpmsp_debug, _rpmspPool, rpmioGetPool(), rpmioNewPool(), and rpmspFini().
Referenced by rpmspNew().
rpmsp rpmspNew | ( | const char * | fn, |
unsigned int | flags | ||
) |
Create and load a sepol wrapper.
fn | sepol file (unused). |
flags | sepol flags |
Definition at line 74 of file rpmsp.c.
References _rpmsp_debug, errno, rpmspFree(), rpmspGetPool(), and rpmspLink().
int _rpmsp_debug = 0 |
Definition at line 25 of file rpmsp.c.
Referenced by rpmspGetPool(), and rpmspNew().
rpmioPool _rpmspPool = NULL |
Definition at line 58 of file rpmsp.c.
Referenced by rpmioClean(), and rpmspGetPool().