Searched refs:tomoyo_acl_info (Results 1 – 11 of 11) sorted by relevance
/security/tomoyo/ |
D | file.c | 251 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl() 273 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl() 293 const struct tomoyo_acl_info *ptr) in tomoyo_check_path2_acl() 312 const struct tomoyo_acl_info *ptr) in tomoyo_check_mkdev_acl() 335 static bool tomoyo_same_path_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path_acl() 336 const struct tomoyo_acl_info *b) in tomoyo_same_path_acl() 352 static bool tomoyo_merge_path_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path_acl() 353 struct tomoyo_acl_info *b, in tomoyo_merge_path_acl() 404 static bool tomoyo_same_mkdev_acl(const struct tomoyo_acl_info *a, in tomoyo_same_mkdev_acl() 405 const struct tomoyo_acl_info *b) in tomoyo_same_mkdev_acl() [all …]
|
D | common.h | 490 struct tomoyo_acl_info *matched_acl; 668 struct tomoyo_acl_info { struct 694 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ argument 705 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ 715 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_NUMBER_ACL */ 724 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MKDEV_ACL */ 736 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH2_ACL */ 744 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MOUNT_ACL */ 753 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_ENV_ACL */ 759 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_INET_ACL */ [all …]
|
D | environ.c | 18 const struct tomoyo_acl_info *ptr) in tomoyo_check_env_acl() 75 static bool tomoyo_same_env_acl(const struct tomoyo_acl_info *a, in tomoyo_same_env_acl() 76 const struct tomoyo_acl_info *b) in tomoyo_same_env_acl()
|
D | network.c | 191 static bool tomoyo_same_inet_acl(const struct tomoyo_acl_info *a, in tomoyo_same_inet_acl() 192 const struct tomoyo_acl_info *b) in tomoyo_same_inet_acl() 210 static bool tomoyo_same_unix_acl(const struct tomoyo_acl_info *a, in tomoyo_same_unix_acl() 211 const struct tomoyo_acl_info *b) in tomoyo_same_unix_acl() 229 static bool tomoyo_merge_inet_acl(struct tomoyo_acl_info *a, in tomoyo_merge_inet_acl() 230 struct tomoyo_acl_info *b, in tomoyo_merge_inet_acl() 255 static bool tomoyo_merge_unix_acl(struct tomoyo_acl_info *a, in tomoyo_merge_unix_acl() 256 struct tomoyo_acl_info *b, in tomoyo_merge_unix_acl() 419 const struct tomoyo_acl_info *ptr) in tomoyo_check_inet_acl() 449 const struct tomoyo_acl_info *ptr) in tomoyo_check_unix_acl()
|
D | domain.c | 69 static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *a, in tomoyo_same_acl_head() 70 const struct tomoyo_acl_info *b) in tomoyo_same_acl_head() 88 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain() argument 90 bool (*check_duplicate) (const struct tomoyo_acl_info in tomoyo_update_domain() 92 const struct tomoyo_acl_info in tomoyo_update_domain() argument 94 bool (*merge_duplicate) (struct tomoyo_acl_info *, in tomoyo_update_domain() 95 struct tomoyo_acl_info *, in tomoyo_update_domain() 100 struct tomoyo_acl_info *entry; in tomoyo_update_domain() 158 const struct tomoyo_acl_info *)) in tomoyo_check_acl() argument 161 struct tomoyo_acl_info *ptr; in tomoyo_check_acl()
|
D | gc.c | 152 struct tomoyo_acl_info *acl = in tomoyo_del_acl() 247 struct tomoyo_acl_info *acl; in tomoyo_del_domain() 248 struct tomoyo_acl_info *tmp; in tomoyo_del_domain() 495 struct tomoyo_acl_info *acl; in tomoyo_collect_acl() 496 struct tomoyo_acl_info *tmp; in tomoyo_collect_acl()
|
D | securityfs_if.c | 19 const struct tomoyo_acl_info *ptr) in tomoyo_check_task_acl()
|
D | mount.c | 46 const struct tomoyo_acl_info *ptr) in tomoyo_check_mount_acl()
|
D | audit.c | 316 const struct tomoyo_acl_info *matched_acl, in tomoyo_get_audit()
|
D | common.c | 1033 static bool tomoyo_same_task_acl(const struct tomoyo_acl_info *a, in tomoyo_same_task_acl() 1034 const struct tomoyo_acl_info *b) in tomoyo_same_task_acl() 1373 struct tomoyo_acl_info *acl) in tomoyo_print_entry() 1574 struct tomoyo_acl_info *ptr = in tomoyo_read_domain2()
|
D | util.c | 1032 struct tomoyo_acl_info *ptr; in tomoyo_domain_quota_is_ok()
|