Searched refs:tomoyo_mac_keywords (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | file.c | 182 return tomoyo_supervisor(r, "file %s %s %s\n", tomoyo_mac_keywords in tomoyo_audit_path2_log() 198 tomoyo_mac_keywords in tomoyo_audit_mkdev_log() 235 return tomoyo_supervisor(r, "file %s %s %s\n", tomoyo_mac_keywords in tomoyo_audit_path_number_log() 1025 tomoyo_mac_keywords[tomoyo_pp2mac[type]])) in tomoyo_write_file() 1031 tomoyo_mac_keywords[tomoyo_pn2mac[type]])) in tomoyo_write_file() 1037 tomoyo_mac_keywords[tomoyo_pnnn2mac[type]])) in tomoyo_write_file() 1042 tomoyo_mac_keywords[TOMOYO_MAC_FILE_MOUNT])) in tomoyo_write_file()
|
H A D | common.c | 22 const char * const tomoyo_mac_keywords[TOMOYO_MAX_MAC_INDEX variable 619 if (strcmp(name + len, tomoyo_mac_keywords[i])) in tomoyo_set_mode() 817 tomoyo_mac_keywords[i]); in tomoyo_read_profile() 820 tomoyo_mac_keywords[i]); in tomoyo_read_profile() 1450 tomoyo_set_string(head, tomoyo_mac_keywords in tomoyo_print_entry() 1471 tomoyo_set_string(head, tomoyo_mac_keywords in tomoyo_print_entry() 1492 tomoyo_set_string(head, tomoyo_mac_keywords in tomoyo_print_entry()
|
H A D | common.h | 1080 extern const char * const tomoyo_mac_keywords[TOMOYO_MAX_MAC_INDEX
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | file.c | 182 return tomoyo_supervisor(r, "file %s %s %s\n", tomoyo_mac_keywords in tomoyo_audit_path2_log() 198 tomoyo_mac_keywords in tomoyo_audit_mkdev_log() 235 return tomoyo_supervisor(r, "file %s %s %s\n", tomoyo_mac_keywords in tomoyo_audit_path_number_log() 1025 tomoyo_mac_keywords[tomoyo_pp2mac[type]])) in tomoyo_write_file() 1031 tomoyo_mac_keywords[tomoyo_pn2mac[type]])) in tomoyo_write_file() 1037 tomoyo_mac_keywords[tomoyo_pnnn2mac[type]])) in tomoyo_write_file() 1042 tomoyo_mac_keywords[TOMOYO_MAC_FILE_MOUNT])) in tomoyo_write_file()
|
H A D | common.c | 23 const char * const tomoyo_mac_keywords[TOMOYO_MAX_MAC_INDEX variable 611 if (strcmp(name + len, tomoyo_mac_keywords[i])) in tomoyo_set_mode() 809 tomoyo_mac_keywords[i]); in tomoyo_read_profile() 812 tomoyo_mac_keywords[i]); in tomoyo_read_profile() 1442 tomoyo_set_string(head, tomoyo_mac_keywords in tomoyo_print_entry() 1463 tomoyo_set_string(head, tomoyo_mac_keywords in tomoyo_print_entry() 1484 tomoyo_set_string(head, tomoyo_mac_keywords in tomoyo_print_entry()
|
H A D | common.h | 1077 extern const char * const tomoyo_mac_keywords[TOMOYO_MAX_MAC_INDEX
|
Completed in 14 milliseconds