Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dcommon.c265 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
274 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() function
457 tomoyo_io_printf(head, "%s", buffer); in tomoyo_print_number_union_nospace()
715 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n", in tomoyo_print_config()
742 tomoyo_io_printf(head, "PROFILE_VERSION=%u\n", in tomoyo_read_profile()
763 tomoyo_io_printf(head, "%u-COMMENT=", index); in tomoyo_read_profile()
767 tomoyo_io_printf(head, "%u-PREFERENCE={ ", index); in tomoyo_read_profile()
769 tomoyo_io_printf(head, "%s=%u ", in tomoyo_read_profile()
779 tomoyo_io_printf(head, "%u-%s", index, "CONFIG"); in tomoyo_read_profile()
794 tomoyo_io_printf(head, "%u-CONFIG::%s::%s", in tomoyo_read_profile()
[all …]