Searched refs:log_policy (Results 1 – 3 of 3) sorted by relevance
56 int log_policy = SMACK_AUDIT_DENIED; variable356 if (result < 0 && (log_policy & SMACK_AUDIT_DENIED) == 0) in smack_log()358 if (result == 0 && (log_policy & SMACK_AUDIT_ACCEPT) == 0) in smack_log()
416 extern int log_policy;
2158 sprintf(temp, "%d\n", log_policy); in smk_read_logging()2193 log_policy = i; in smk_write_logging()