Searched defs:entry (Results 1 – 15 of 15) sorted by relevance
/security/tomoyo/ |
D | gc.c | 165 struct tomoyo_path_acl *entry in tomoyo_del_acl() local 172 struct tomoyo_path2_acl *entry in tomoyo_del_acl() local 180 struct tomoyo_path_number_acl *entry in tomoyo_del_acl() local 188 struct tomoyo_mkdev_acl *entry in tomoyo_del_acl() local 198 struct tomoyo_mount_acl *entry in tomoyo_del_acl() local 208 struct tomoyo_env_acl *entry = in tomoyo_del_acl() local 216 struct tomoyo_inet_acl *entry = in tomoyo_del_acl() local 225 struct tomoyo_unix_acl *entry = in tomoyo_del_acl() local 233 struct tomoyo_task_acl *entry = in tomoyo_del_acl() local
|
D | domain.c | 39 struct tomoyo_acl_head *entry; in tomoyo_update_policy() local 104 struct tomoyo_acl_info *entry; in tomoyo_update_domain() local 465 struct tomoyo_policy_namespace *entry; in tomoyo_assign_namespace() local 528 struct tomoyo_domain_info *entry = tomoyo_find_domain(domainname); in tomoyo_assign_domain() local
|
D | memory.c | 121 struct tomoyo_group *entry = tomoyo_commit_ok(&e, sizeof(e)); in tomoyo_get_group() local
|
D | condition.c | 407 (struct tomoyo_condition *entry) in tomoyo_commit_condition() 497 struct tomoyo_condition *entry = NULL; in tomoyo_get_condition() local
|
D | audit.c | 369 struct tomoyo_log *entry; in tomoyo_write_log2() local
|
D | common.c | 494 struct tomoyo_profile *entry; in tomoyo_assign_profile() local 2065 struct tomoyo_query entry = { }; in tomoyo_supervisor() local
|
D | common.h | 515 struct tomoyo_path_info entry; member
|
/security/integrity/ima/ |
D | ima_queue.c | 75 static int get_binary_runtime_size(struct ima_template_entry *entry) in get_binary_runtime_size() 94 static int ima_add_digest_entry(struct ima_template_entry *entry, in ima_add_digest_entry() 164 int ima_add_template_entry(struct ima_template_entry *entry, int violation, in ima_add_template_entry() 208 int ima_restore_measurement_entry(struct ima_template_entry *entry) in ima_restore_measurement_entry()
|
D | ima_policy.c | 252 static void ima_lsm_free_rule(struct ima_rule_entry *entry) in ima_lsm_free_rule() 263 static struct ima_rule_entry *ima_lsm_copy_rule(struct ima_rule_entry *entry) in ima_lsm_copy_rule() 304 static int ima_lsm_update_rule(struct ima_rule_entry *entry) in ima_lsm_update_rule() 326 struct ima_rule_entry *entry, *e; in ima_lsm_update_rules() local 494 struct ima_rule_entry *entry; in ima_match_policy() local 547 struct ima_rule_entry *entry; in ima_update_policy_flag() local 578 struct ima_rule_entry *entry; in add_rules() local 807 static int ima_lsm_rule_init(struct ima_rule_entry *entry, in ima_lsm_rule_init() 883 static int ima_parse_rule(char *rule, struct ima_rule_entry *entry) in ima_parse_rule() 1247 struct ima_rule_entry *entry; in ima_parse_add_rule() local [all …]
|
D | ima_api.c | 23 void ima_free_template_entry(struct ima_template_entry *entry) in ima_free_template_entry() 37 struct ima_template_entry **entry, in ima_alloc_init_template() 91 int ima_store_template(struct ima_template_entry *entry, in ima_store_template() 136 struct ima_template_entry *entry; in ima_add_violation() local 303 struct ima_template_entry *entry; in ima_store_measurement() local
|
D | ima_template.c | 304 struct ima_template_entry **entry) in ima_restore_template_data() 360 struct ima_template_entry *entry; in ima_restore_measurement_list() local
|
D | ima_init.c | 46 struct ima_template_entry *entry; in ima_add_boot_aggregate() local
|
D | ima_main.c | 639 struct ima_template_entry *entry = NULL; in process_buffer_measurement() local
|
D | ima.h | 104 struct ima_template_entry *entry; member
|
/security/selinux/ss/ |
D | sidtab.c | 42 struct sidtab_entry_leaf *entry; in context_to_sid() local 59 struct sidtab_isid_entry *entry; in sidtab_set_initial() local 95 struct sidtab_entry_leaf *entry; in sidtab_hash_stats() local 157 union sidtab_entry_inner *entry; in sidtab_do_lookup() local 322 struct sidtab_entry_leaf *entry; in sidtab_convert_hashtable() local 442 static void sidtab_destroy_tree(union sidtab_entry_inner entry, u32 level) in sidtab_destroy_tree()
|