Searched refs:log_policy (Results 1 – 3 of 3) sorted by relevance
52 int log_policy = SMACK_AUDIT_DENIED; variable351 if (result < 0 && (log_policy & SMACK_AUDIT_DENIED) == 0) in smack_log()353 if (result == 0 && (log_policy & SMACK_AUDIT_ACCEPT) == 0) in smack_log()
433 extern int log_policy;
2172 sprintf(temp, "%d\n", log_policy); in smk_read_logging()2207 log_policy = i; in smk_write_logging()