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()
356 extern int log_policy;
1829 sprintf(temp, "%d\n", log_policy); in smk_read_logging()1864 log_policy = i; in smk_write_logging()