Searched refs:tomoyo_io_printf (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | common.c | 266 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, 275 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() function 458 tomoyo_io_printf(head, "%s", buffer); in tomoyo_print_number_union_nospace() 716 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n", in tomoyo_print_config() 743 tomoyo_io_printf(head, "PROFILE_VERSION=%u\n", in tomoyo_read_profile() 764 tomoyo_io_printf(head, "%u-COMMENT=", index); in tomoyo_read_profile() 768 tomoyo_io_printf(head, "%u-PREFERENCE={ ", index); in tomoyo_read_profile() 770 tomoyo_io_printf(head, "%s=%u ", in tomoyo_read_profile() 780 tomoyo_io_printf(head, "%u-%s", index, "CONFIG"); in tomoyo_read_profile() 795 tomoyo_io_printf(head, "%u-CONFIG::%s::%s", in tomoyo_read_profile() [all …]
|