Searched refs:tomoyo_acl_info (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | file.c | 252 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl() 274 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl() 294 const struct tomoyo_acl_info *ptr) in tomoyo_check_path2_acl() 313 const struct tomoyo_acl_info *ptr) in tomoyo_check_mkdev_acl() 336 static bool tomoyo_same_path_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path_acl() 337 const struct tomoyo_acl_info *b) in tomoyo_same_path_acl() 353 static bool tomoyo_merge_path_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path_acl() 354 struct tomoyo_acl_info *b, in tomoyo_merge_path_acl() 405 static bool tomoyo_same_mkdev_acl(const struct tomoyo_acl_info *a, in tomoyo_same_mkdev_acl() 406 const struct tomoyo_acl_info *b) in tomoyo_same_mkdev_acl() [all …]
|
D | common.h | 491 struct tomoyo_acl_info *matched_acl; 669 struct tomoyo_acl_info { struct 695 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ argument 706 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ 716 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_NUMBER_ACL */ 725 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MKDEV_ACL */ 737 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH2_ACL */ 745 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MOUNT_ACL */ 754 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_ENV_ACL */ 760 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 | 72 static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *a, in tomoyo_same_acl_head() 73 const struct tomoyo_acl_info *b) in tomoyo_same_acl_head() 91 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain() argument 93 bool (*check_duplicate) (const struct tomoyo_acl_info in tomoyo_update_domain() 95 const struct tomoyo_acl_info in tomoyo_update_domain() argument 97 bool (*merge_duplicate) (struct tomoyo_acl_info *, in tomoyo_update_domain() 98 struct tomoyo_acl_info *, in tomoyo_update_domain() 103 struct tomoyo_acl_info *entry; in tomoyo_update_domain() 161 const struct tomoyo_acl_info *)) in tomoyo_check_acl() argument 164 struct tomoyo_acl_info *ptr; in tomoyo_check_acl()
|
D | gc.c | 153 struct tomoyo_acl_info *acl = in tomoyo_del_acl() 248 struct tomoyo_acl_info *acl; in tomoyo_del_domain() 249 struct tomoyo_acl_info *tmp; in tomoyo_del_domain() 496 struct tomoyo_acl_info *acl; in tomoyo_collect_acl() 497 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 | 47 const struct tomoyo_acl_info *ptr) in tomoyo_check_mount_acl()
|
D | audit.c | 324 const struct tomoyo_acl_info *matched_acl, in tomoyo_get_audit()
|
D | common.c | 1022 static bool tomoyo_same_task_acl(const struct tomoyo_acl_info *a, in tomoyo_same_task_acl() 1023 const struct tomoyo_acl_info *b) in tomoyo_same_task_acl() 1362 struct tomoyo_acl_info *acl) in tomoyo_print_entry() 1563 struct tomoyo_acl_info *ptr = in tomoyo_read_domain2()
|
D | util.c | 1012 struct tomoyo_acl_info *ptr; in tomoyo_domain_quota_is_ok()
|