Searched refs:tomoyo_acl_info (Results 1 – 11 of 11) sorted by relevance
/security/tomoyo/ |
D | file.c | 253 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl() 276 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl() 297 const struct tomoyo_acl_info *ptr) in tomoyo_check_path2_acl() 317 const struct tomoyo_acl_info *ptr) in tomoyo_check_mkdev_acl() 341 static bool tomoyo_same_path_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path_acl() 342 const struct tomoyo_acl_info *b) in tomoyo_same_path_acl() 359 static bool tomoyo_merge_path_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path_acl() 360 struct tomoyo_acl_info *b, in tomoyo_merge_path_acl() 413 static bool tomoyo_same_mkdev_acl(const struct tomoyo_acl_info *a, in tomoyo_same_mkdev_acl() 414 const struct tomoyo_acl_info *b) in tomoyo_same_mkdev_acl() [all …]
|
D | common.h | 494 struct tomoyo_acl_info *matched_acl; 672 struct tomoyo_acl_info { struct 699 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ argument 710 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ 720 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_NUMBER_ACL */ 729 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MKDEV_ACL */ 741 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH2_ACL */ 749 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MOUNT_ACL */ 758 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_ENV_ACL */ 764 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_INET_ACL */ [all …]
|
D | environ.c | 19 const struct tomoyo_acl_info *ptr) in tomoyo_check_env_acl() 76 static bool tomoyo_same_env_acl(const struct tomoyo_acl_info *a, in tomoyo_same_env_acl() 77 const struct tomoyo_acl_info *b) in tomoyo_same_env_acl()
|
D | network.c | 192 static bool tomoyo_same_inet_acl(const struct tomoyo_acl_info *a, in tomoyo_same_inet_acl() 193 const struct tomoyo_acl_info *b) in tomoyo_same_inet_acl() 211 static bool tomoyo_same_unix_acl(const struct tomoyo_acl_info *a, in tomoyo_same_unix_acl() 212 const struct tomoyo_acl_info *b) in tomoyo_same_unix_acl() 230 static bool tomoyo_merge_inet_acl(struct tomoyo_acl_info *a, in tomoyo_merge_inet_acl() 231 struct tomoyo_acl_info *b, in tomoyo_merge_inet_acl() 256 static bool tomoyo_merge_unix_acl(struct tomoyo_acl_info *a, in tomoyo_merge_unix_acl() 257 struct tomoyo_acl_info *b, in tomoyo_merge_unix_acl() 420 const struct tomoyo_acl_info *ptr) in tomoyo_check_inet_acl() 450 const struct tomoyo_acl_info *ptr) in tomoyo_check_unix_acl()
|
D | domain.c | 73 static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *a, in tomoyo_same_acl_head() 74 const struct tomoyo_acl_info *b) in tomoyo_same_acl_head() 92 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain() argument 94 bool (*check_duplicate)(const struct tomoyo_acl_info in tomoyo_update_domain() argument 96 const struct tomoyo_acl_info in tomoyo_update_domain() argument 98 bool (*merge_duplicate)(struct tomoyo_acl_info *, in tomoyo_update_domain() argument 99 struct tomoyo_acl_info *, in tomoyo_update_domain() 104 struct tomoyo_acl_info *entry; in tomoyo_update_domain() 163 const struct tomoyo_acl_info *)) in tomoyo_check_acl() argument 166 struct tomoyo_acl_info *ptr; in tomoyo_check_acl()
|
D | gc.c | 158 struct tomoyo_acl_info *acl = in tomoyo_del_acl() 255 struct tomoyo_acl_info *acl; in tomoyo_del_domain() 256 struct tomoyo_acl_info *tmp; in tomoyo_del_domain() 508 struct tomoyo_acl_info *acl; in tomoyo_collect_acl() 509 struct tomoyo_acl_info *tmp; in tomoyo_collect_acl()
|
D | securityfs_if.c | 20 const struct tomoyo_acl_info *ptr) in tomoyo_check_task_acl()
|
D | mount.c | 48 const struct tomoyo_acl_info *ptr) in tomoyo_check_mount_acl()
|
D | audit.c | 329 const struct tomoyo_acl_info *matched_acl, in tomoyo_get_audit()
|
D | common.c | 1043 static bool tomoyo_same_task_acl(const struct tomoyo_acl_info *a, in tomoyo_same_task_acl() 1044 const struct tomoyo_acl_info *b) in tomoyo_same_task_acl() 1393 struct tomoyo_acl_info *acl) in tomoyo_print_entry() 1601 struct tomoyo_acl_info *ptr = in tomoyo_read_domain2()
|
D | util.c | 1026 struct tomoyo_acl_info *ptr; in tomoyo_domain_quota_is_ok()
|