Home
last modified time | relevance | path

Searched refs:tomoyo_supervisor (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Denviron.c36 return tomoyo_supervisor(r, "misc env %s\n", in tomoyo_audit_env_log()
H A Dfile.c168 return tomoyo_supervisor(r, "file %s %s\n", tomoyo_path_keyword in tomoyo_audit_path_log()
182 return tomoyo_supervisor(r, "file %s %s %s\n", tomoyo_mac_keywords in tomoyo_audit_path2_log()
197 return tomoyo_supervisor(r, "file %s %s 0%o %u %u\n", in tomoyo_audit_mkdev_log()
235 return tomoyo_supervisor(r, "file %s %s %s\n", tomoyo_mac_keywords in tomoyo_audit_path_number_log()
H A Dmount.c32 return tomoyo_supervisor(r, "file mount %s %s %s 0x%lX\n", in tomoyo_audit_mount_log()
H A Dnetwork.c367 return tomoyo_supervisor(r, "network %s %s %s %s\n", family, in tomoyo_audit_net_log()
H A Dcommon.h1002 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...)
H A Dcommon.c2051 int tomoyo_supervisor(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_supervisor() function