Searched refs:log_policy (Results 1 – 3 of 3) sorted by relevance
61 int log_policy = SMACK_AUDIT_DENIED; variable361 if (result < 0 && (log_policy & SMACK_AUDIT_DENIED) == 0) in smack_log()363 if (result == 0 && (log_policy & SMACK_AUDIT_ACCEPT) == 0) in smack_log()
397 extern int log_policy;
2194 sprintf(temp, "%d\n", log_policy); in smk_read_logging()2229 log_policy = i; in smk_write_logging()