Searched refs:tomoyo_io_printf (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/security/tomoyo/ |
D | common.c | 260 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, 269 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() function 455 tomoyo_io_printf(head, "%s", buffer); in tomoyo_print_number_union_nospace() 723 tomoyo_io_printf(head, "={ mode=%s grant_log=%s reject_log=%s }\n", in tomoyo_print_config() 751 tomoyo_io_printf(head, "PROFILE_VERSION=%u\n", in tomoyo_read_profile() 773 tomoyo_io_printf(head, "%u-COMMENT=", index); in tomoyo_read_profile() 777 tomoyo_io_printf(head, "%u-PREFERENCE={ ", index); in tomoyo_read_profile() 779 tomoyo_io_printf(head, "%s=%u ", in tomoyo_read_profile() 789 tomoyo_io_printf(head, "%u-%s", index, "CONFIG"); in tomoyo_read_profile() 805 tomoyo_io_printf(head, "%u-CONFIG::%s::%s", in tomoyo_read_profile() [all …]
|