Searched refs:new_entry (Results 1 – 3 of 3) sorted by relevance
| /security/tomoyo/ |
| A D | domain.c | 48 if (!check_duplicate(entry, new_entry)) in tomoyo_update_policy() 55 entry = tomoyo_commit_ok(new_entry, size); in tomoyo_update_policy() 108 new_entry->cond = tomoyo_get_condition(param); in tomoyo_update_domain() 109 if (!new_entry->cond) in tomoyo_update_domain() 115 if (new_entry->cond->transit && in tomoyo_update_domain() 116 !(new_entry->type == TOMOYO_TYPE_PATH_ACL && in tomoyo_update_domain() 127 if (!tomoyo_same_acl_head(entry, new_entry) || in tomoyo_update_domain() 128 !check_duplicate(entry, new_entry)) in tomoyo_update_domain() 131 entry->is_deleted = merge_duplicate(entry, new_entry, in tomoyo_update_domain() 139 entry = tomoyo_commit_ok(new_entry, size); in tomoyo_update_domain() [all …]
|
| A D | common.h | 1004 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, 1012 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size,
|
| /security/selinux/ss/ |
| A D | services.c | 866 struct sidtab_entry *old_entry, *new_entry; in security_bounded_transition() local 888 new_entry = sidtab_search_entry(sidtab, new_sid); in security_bounded_transition() 889 if (!new_entry) { in security_bounded_transition() 897 if (old_entry->context.type == new_entry->context.type) in security_bounded_transition() 900 index = new_entry->context.type; in security_bounded_transition() 925 !sidtab_entry_to_string(policydb, sidtab, new_entry, in security_bounded_transition()
|
Completed in 15 milliseconds