Home
last modified time | relevance | path

Searched refs:getacpol (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/lib/libbsm/
DMakefile92 au_control.3 getacpol.3 \
/freebsd-12-stable/contrib/openbsm/tools/
Daudump.c126 ret = getacpol(string, PATH_MAX); in audump_control()
/freebsd-12-stable/contrib/openbsm/libbsm/
DMakefile.am65 $(LN_S) -f au_control.3 getacpol.3 && \
Dbsm_control.c595 getacpol(char *auditstr, size_t len) in getacpol() function
DMakefile.in758 $(LN_S) -f au_control.3 getacpol.3 && \
/freebsd-12-stable/contrib/openbsm/bsm/
Dlibbsm.h816 int getacpol(char *auditstr, size_t len);
/freebsd-12-stable/contrib/openbsm/libauditd/
Dauditd_lib.c782 if (getacpol(polstr, POL_STR_SIZE) != 0 || in auditd_set_policy()
/freebsd-12-stable/contrib/openbsm/
DNEWS299 - Add API getacpol() to return the 'policy:' entry from audit_control, an