Home
last modified time | relevance | path

Searched refs:tomoyo_acl_info (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dfile.c244 * @ptr: Pointer to "struct tomoyo_acl_info".
253 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl()
271 * @ptr: Pointer to "struct tomoyo_acl_info".
276 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl()
292 * @ptr: Pointer to "struct tomoyo_acl_info".
297 const struct tomoyo_acl_info *ptr) in tomoyo_check_path2_acl()
312 * @ptr: Pointer to "struct tomoyo_acl_info".
317 const struct tomoyo_acl_info *ptr) in tomoyo_check_mkdev_acl()
336 * @a: Pointer to "struct tomoyo_acl_info".
337 * @b: Pointer to "struct tomoyo_acl_info"
[all...]
H A Dcommon.h494 struct tomoyo_acl_info *matched_acl;
672 struct tomoyo_acl_info { struct
699 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */
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 hea
[all...]
H A Denviron.c14 * @ptr: Pointer to "struct tomoyo_acl_info".
19 const struct tomoyo_acl_info *ptr) in tomoyo_check_env_acl()
71 * @a: Pointer to "struct tomoyo_acl_info".
72 * @b: Pointer to "struct tomoyo_acl_info".
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()
H A Dnetwork.c187 * @a: Pointer to "struct tomoyo_acl_info".
188 * @b: Pointer to "struct tomoyo_acl_info".
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()
206 * @a: Pointer to "struct tomoyo_acl_info".
207 * @b: Pointer to "struct tomoyo_acl_info".
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()
224 * @a: Pointer to "struct tomoyo_acl_info".
225 * @b: Pointer to "struct tomoyo_acl_info"
[all...]
H A Ddomain.c22 * @new_entry: Pointer to "struct tomoyo_acl_info".
66 * tomoyo_same_acl_head - Check for duplicated "struct tomoyo_acl_info" entry.
68 * @a: Pointer to "struct tomoyo_acl_info".
69 * @b: Pointer to "struct tomoyo_acl_info".
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()
82 * @new_entry: Pointer to "struct tomoyo_acl_info".
92 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain()
94 bool (*check_duplicate)(const struct tomoyo_acl_info in tomoyo_update_domain()
96 const struct tomoyo_acl_info in tomoyo_update_domain()
[all...]
H A Dgc.c150 * tomoyo_del_acl - Delete members in "struct tomoyo_acl_info".
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()
H A Dsecurityfs_if.c15 * @ptr: Pointer to "struct tomoyo_acl_info".
20 const struct tomoyo_acl_info *ptr) in tomoyo_check_task_acl()
H A Dmount.c43 * @ptr: Pointer to "struct tomoyo_acl_info".
48 const struct tomoyo_acl_info *ptr) in tomoyo_check_mount_acl()
H A Dcommon.c1038 * @a: Pointer to "struct tomoyo_acl_info".
1039 * @b: Pointer to "struct tomoyo_acl_info".
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()
H A Daudit.c329 const struct tomoyo_acl_info *matched_acl, in tomoyo_get_audit()
H A Dutil.c1043 struct tomoyo_acl_info *ptr; in tomoyo_domain_quota_is_ok()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dfile.c244 * @ptr: Pointer to "struct tomoyo_acl_info".
253 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl()
271 * @ptr: Pointer to "struct tomoyo_acl_info".
276 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl()
292 * @ptr: Pointer to "struct tomoyo_acl_info".
297 const struct tomoyo_acl_info *ptr) in tomoyo_check_path2_acl()
312 * @ptr: Pointer to "struct tomoyo_acl_info".
317 const struct tomoyo_acl_info *ptr) in tomoyo_check_mkdev_acl()
336 * @a: Pointer to "struct tomoyo_acl_info".
337 * @b: Pointer to "struct tomoyo_acl_info"
[all...]
H A Dcommon.h494 struct tomoyo_acl_info *matched_acl;
672 struct tomoyo_acl_info { struct
699 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */
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 hea
[all...]
H A Denviron.c14 * @ptr: Pointer to "struct tomoyo_acl_info".
19 const struct tomoyo_acl_info *ptr) in tomoyo_check_env_acl()
71 * @a: Pointer to "struct tomoyo_acl_info".
72 * @b: Pointer to "struct tomoyo_acl_info".
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()
H A Ddomain.c22 * @new_entry: Pointer to "struct tomoyo_acl_info".
66 * tomoyo_same_acl_head - Check for duplicated "struct tomoyo_acl_info" entry.
68 * @a: Pointer to "struct tomoyo_acl_info".
69 * @b: Pointer to "struct tomoyo_acl_info".
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()
82 * @new_entry: Pointer to "struct tomoyo_acl_info".
92 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain()
94 bool (*check_duplicate)(const struct tomoyo_acl_info in tomoyo_update_domain()
96 const struct tomoyo_acl_info in tomoyo_update_domain()
[all...]
H A Dnetwork.c187 * @a: Pointer to "struct tomoyo_acl_info".
188 * @b: Pointer to "struct tomoyo_acl_info".
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()
206 * @a: Pointer to "struct tomoyo_acl_info".
207 * @b: Pointer to "struct tomoyo_acl_info".
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()
224 * @a: Pointer to "struct tomoyo_acl_info".
225 * @b: Pointer to "struct tomoyo_acl_info"
[all...]
H A Dgc.c150 * tomoyo_del_acl - Delete members in "struct tomoyo_acl_info".
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()
H A Dsecurityfs_if.c15 * @ptr: Pointer to "struct tomoyo_acl_info".
20 const struct tomoyo_acl_info *ptr) in tomoyo_check_task_acl()
H A Dmount.c43 * @ptr: Pointer to "struct tomoyo_acl_info".
48 const struct tomoyo_acl_info *ptr) in tomoyo_check_mount_acl()
H A Dcommon.c1030 * @a: Pointer to "struct tomoyo_acl_info".
1031 * @b: Pointer to "struct tomoyo_acl_info".
1035 static bool tomoyo_same_task_acl(const struct tomoyo_acl_info *a, in tomoyo_same_task_acl()
1036 const struct tomoyo_acl_info *b) in tomoyo_same_task_acl()
1385 struct tomoyo_acl_info *acl) in tomoyo_print_entry()
1593 struct tomoyo_acl_info *ptr = in tomoyo_read_domain2()
H A Daudit.c323 * @matched_acl: Pointer to "struct tomoyo_acl_info".
330 const struct tomoyo_acl_info *matched_acl, in tomoyo_get_audit()
H A Dutil.c1048 struct tomoyo_acl_info *ptr; in tomoyo_domain_quota_is_ok()

Completed in 22 milliseconds