Home
last modified time | relevance | path

Searched refs:is_delete (Results 1 – 5 of 5) sorted by relevance

/linux/security/tomoyo/
H A Ddomain.c38 int error = param->is_delete ? -ENOENT : -ENOMEM; in tomoyo_update_policy()
50 entry->is_deleted = param->is_delete; in tomoyo_update_policy()
54 if (error && !param->is_delete) { in tomoyo_update_policy()
102 const bool is_delete = param->is_delete; in tomoyo_update_domain() local
103 int error = is_delete ? -ENOENT : -ENOMEM; in tomoyo_update_domain()
132 is_delete); in tomoyo_update_domain()
134 entry->is_deleted = is_delete; in tomoyo_update_domain()
138 if (error && !is_delete) { in tomoyo_update_domain()
246 int error = param->is_delete ? -ENOENT : -ENOMEM; in tomoyo_write_transition_control()
406 int error = param->is_delete ? -ENOENT : -ENOMEM; in tomoyo_write_aggregator()
H A Dcommon.c860 const bool is_delete) in tomoyo_update_manager_entry() argument
866 .is_delete = is_delete, in tomoyo_update_manager_entry()
869 int error = is_delete ? -ENOENT : -ENOMEM; in tomoyo_update_manager_entry()
899 tomoyo_manage_by_non_root = !head->w.is_delete; in tomoyo_write_manager()
902 return tomoyo_update_manager_entry(data, head->w.is_delete); in tomoyo_write_manager()
1135 const bool is_delete) in tomoyo_write_domain2() argument
1142 .is_delete = is_delete, in tomoyo_write_domain2()
1187 const bool is_delete = head->w.is_delete; in tomoyo_write_domain() local
1188 bool is_select = !is_delete && tomoyo_str_starts(&data, "select "); in tomoyo_write_domain()
1195 if (is_delete) in tomoyo_write_domain()
[all …]
H A Dfile.c359 * @is_delete: True for @a &= ~@b, false for @a |= @b. in tomoyo_merge_path_acl()
365 const bool is_delete) in tomoyo_merge_path_acl()
372 if (is_delete) in tomoyo_merge_path_acl()
434 * @is_delete: True for @a &= ~@b, false for @a |= @b. in tomoyo_merge_mkdev_acl()
440 const bool is_delete) in tomoyo_merge_mkdev_acl()
448 if (is_delete) in tomoyo_merge_mkdev_acl()
514 * @is_delete: True for @a &= ~@b, false for @a |= @b. in tomoyo_merge_path2_acl()
520 const bool is_delete) in tomoyo_merge_path2_acl()
527 if (is_delete) in tomoyo_merge_path2_acl()
653 * @is_delete in tomoyo_merge_path_number_acl()
361 tomoyo_merge_path_acl(struct tomoyo_acl_info * a,struct tomoyo_acl_info * b,const bool is_delete) tomoyo_merge_path_acl() argument
436 tomoyo_merge_mkdev_acl(struct tomoyo_acl_info * a,struct tomoyo_acl_info * b,const bool is_delete) tomoyo_merge_mkdev_acl() argument
516 tomoyo_merge_path2_acl(struct tomoyo_acl_info * a,struct tomoyo_acl_info * b,const bool is_delete) tomoyo_merge_path2_acl() argument
654 tomoyo_merge_path_number_acl(struct tomoyo_acl_info * a,struct tomoyo_acl_info * b,const bool is_delete) tomoyo_merge_path_number_acl() argument
[all...]
H A Dnetwork.c226 * @is_delete: True for @a &= ~@b, false for @a |= @b.
232 const bool is_delete) in tomoyo_merge_inet_acl() argument
239 if (is_delete) in tomoyo_merge_inet_acl()
252 * @is_delete: True for @a &= ~@b, false for @a |= @b.
258 const bool is_delete) in tomoyo_merge_unix_acl() argument
265 if (is_delete) in tomoyo_merge_unix_acl()
H A Dcommon.h784 bool is_delete; member
827 bool is_delete; member