Home
last modified time | relevance | path

Searched refs:tomoyo_warn_log (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/security/tomoyo/
Dmount.c43 tomoyo_warn_log(r, "mount -o remount %s 0x%lX", dir, flags); in tomoyo_audit_mount_log()
46 tomoyo_warn_log(r, "mount %s %s %s 0x%lX", type, dev, dir, in tomoyo_audit_mount_log()
52 tomoyo_warn_log(r, "mount %s %s 0x%lX", type, dir, flags); in tomoyo_audit_mount_log()
54 tomoyo_warn_log(r, "mount -t %s %s %s 0x%lX", type, dev, dir, in tomoyo_audit_mount_log()
Dfile.c183 tomoyo_warn_log(r, "%s %s", operation, filename->name); in tomoyo_audit_path_log()
202 tomoyo_warn_log(r, "%s %s %s", operation, filename1->name, in tomoyo_audit_path2_log()
225 tomoyo_warn_log(r, "%s %s 0%o %u %u", operation, filename->name, mode, in tomoyo_audit_mkdev_log()
265 tomoyo_warn_log(r, "%s %s %s", operation, filename->name, buffer); in tomoyo_audit_path_number_log()
Dcommon.h699 void tomoyo_warn_log(struct tomoyo_request_info *r, const char *fmt, ...)
Dutil.c861 void tomoyo_warn_log(struct tomoyo_request_info *r, const char *fmt, ...) in tomoyo_warn_log() function