Searched refs:first (Results 1 – 11 of 11) sorted by relevance
| /security/tomoyo/ |
| A D | util.c | 410 bool first = true; in tomoyo_normalize_line() local 415 if (!first) in tomoyo_normalize_line() 417 first = false; in tomoyo_normalize_line() 823 bool first = true; in tomoyo_file_matches_pattern() local 834 if (first) in tomoyo_file_matches_pattern() 838 first = false; in tomoyo_file_matches_pattern() 843 return first ? result : !result; in tomoyo_file_matches_pattern()
|
| A D | common.c | 1408 if (first) { in tomoyo_print_entry() 1416 if (first) in tomoyo_print_entry() 1436 if (first) { in tomoyo_print_entry() 1445 if (first) in tomoyo_print_entry() 1457 if (first) { in tomoyo_print_entry() 1466 if (first) in tomoyo_print_entry() 1478 if (first) { in tomoyo_print_entry() 1487 if (first) in tomoyo_print_entry() 1501 if (first) { in tomoyo_print_entry() 1512 if (first) in tomoyo_print_entry() [all …]
|
| /security/loadpin/ |
| A D | Kconfig | 8 can be pinned to the first filesystem used for loading. When
|
| /security/ |
| A D | Kconfig | 202 "real" usermode helper binary, based on the first argument 217 be in the first argument passed to this program on the command 251 initialized first. Overridden by non-default CONFIG_LSM.
|
| A D | security.c | 432 int first = 0; in report_lsm_order() local 440 pr_cont("%s%s", first++ == 0 ? "" : ",", early->name); in report_lsm_order() 443 pr_cont("%s%s", first++ == 0 ? "" : ",", (*lsm)->name); in report_lsm_order()
|
| A D | Kconfig.hardening | 272 # Randstruct was first added in Clang 15, but it isn't safe to use until
|
| /security/selinux/ss/ |
| A D | policydb.c | 2009 struct filename_trans_datum **dst, *datum, *first = NULL; in filename_trans_read_helper() local 2040 dst = &first; in filename_trans_read_helper() 2073 rc = hashtab_insert(&p->filename_trans, ft, first, in filename_trans_read_helper() 2085 while (first) { in filename_trans_read_helper() 2086 datum = first; in filename_trans_read_helper() 2087 first = first->next; in filename_trans_read_helper()
|
| /security/smack/ |
| A D | smackfs.c | 1908 struct list_head *first, *last; in smk_list_swap_rcu() local 1914 first = public->next; in smk_list_swap_rcu() 1927 private->next = first; in smk_list_swap_rcu() 1929 first->prev = private; in smk_list_swap_rcu()
|
| A D | smack_lsm.c | 727 bool first = true; in smack_sb_eat_lsm_opts() local 751 if (!first) { // copy with preceding comma in smack_sb_eat_lsm_opts() 758 first = false; in smack_sb_eat_lsm_opts()
|
| /security/apparmor/ |
| A D | label.c | 1839 const char *first = skipn_spaces(str, n); in fqlookupn_profile() local 1841 if (first && *first == ':') in fqlookupn_profile()
|
| /security/selinux/ |
| A D | hooks.c | 2602 bool first = true; in selinux_sb_eat_lsm_opts() local 2635 if (!first) { // copy with preceding comma in selinux_sb_eat_lsm_opts() 2642 first = false; in selinux_sb_eat_lsm_opts()
|
Completed in 52 milliseconds