Home
last modified time | relevance | path

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

/Linux-v6.1/security/tomoyo/
Dcommon.c259 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
268 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() function
454 tomoyo_io_printf(head, "%s", buffer); in tomoyo_print_number_union_nospace()
722 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n", in tomoyo_print_config()
750 tomoyo_io_printf(head, "PROFILE_VERSION=%u\n", in tomoyo_read_profile()
772 tomoyo_io_printf(head, "%u-COMMENT=", index); in tomoyo_read_profile()
776 tomoyo_io_printf(head, "%u-PREFERENCE={ ", index); in tomoyo_read_profile()
778 tomoyo_io_printf(head, "%s=%u ", in tomoyo_read_profile()
788 tomoyo_io_printf(head, "%u-%s", index, "CONFIG"); in tomoyo_read_profile()
804 tomoyo_io_printf(head, "%u-CONFIG::%s::%s", in tomoyo_read_profile()
[all …]