Searched refs:tomoyo_addprintf (Results 1 – 1 of 1) sorted by relevance
/linux/security/tomoyo/ |
H A D | common.c | 188 static void tomoyo_addprintf(char *buffer, int len, const char *fmt, ...) in tomoyo_addprintf() function 437 tomoyo_addprintf(buffer, sizeof(buffer), in tomoyo_print_number_union_nospace() 441 tomoyo_addprintf(buffer, sizeof(buffer), in tomoyo_print_number_union_nospace() 445 tomoyo_addprintf(buffer, sizeof(buffer), "%lu", in tomoyo_print_number_union_nospace() 451 tomoyo_addprintf(buffer, sizeof(buffer), "-"); in tomoyo_print_number_union_nospace() 2041 tomoyo_addprintf(buffer, len, "%s ", entry); in tomoyo_patternize_path() 2045 tomoyo_addprintf(buffer, len, "pipe:[\\$]"); in tomoyo_patternize_path() 2051 tomoyo_addprintf(buffer, len, "socket:[\\$]"); in tomoyo_patternize_path() 2057 tomoyo_addprintf(buffer, len, "proc:/self"); in tomoyo_patternize_path() 2066 tomoyo_addprintf(buffer, len, "proc:/1"); in tomoyo_patternize_path() [all …]
|