Lines Matching defs:policy
584 * prepare appropriate plugin related structures (plugin_t). Set cnt policy here
585 * based on currently active policy settings. (future could have a policy =
594 uint32_t policy;
600 if (auditon(A_GETPOLICY, (char *)&policy, 0) == -1) {
606 cnt_flag = ((policy & AUDIT_CNT) != 0) ? 1 : 0;
607 DPRINT((dbfp, "loadauditlist: policy is to %s\n", (cnt_flag == 1) ?
921 uint32_t policy;
924 if (!do_getpolicy_scf(&policy)) {
925 (void) asprintf(&msg, gettext("Unable to get audit policy "
930 if (auditon(A_SETPOLICY, (caddr_t)&policy, 0) != 0) {
932 gettext("Could not update active policy settings."));
936 DPRINT((dbfp, "kernel policy settings updated\n"));