Searched refs:log_policy (Results 1 – 3 of 3) sorted by relevance
53 int log_policy = SMACK_AUDIT_DENIED; variable359 if (result < 0 && (log_policy & SMACK_AUDIT_DENIED) == 0) in smack_log()361 if (result == 0 && (log_policy & SMACK_AUDIT_ACCEPT) == 0) in smack_log()
463 extern int log_policy;
2165 sprintf(temp, "%d\n", log_policy); in smk_read_logging()2200 log_policy = i; in smk_write_logging()