Home
last modified time | relevance | path

Searched refs:a_perm (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/security/tomoyo/
Dfile.c356 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head) in tomoyo_merge_path_acl() local
358 u16 perm = *a_perm; in tomoyo_merge_path_acl()
364 *a_perm = perm; in tomoyo_merge_path_acl()
428 u8 *const a_perm = &container_of(a, struct tomoyo_mkdev_acl, in tomoyo_merge_mkdev_acl() local
430 u8 perm = *a_perm; in tomoyo_merge_mkdev_acl()
437 *a_perm = perm; in tomoyo_merge_mkdev_acl()
505 u8 * const a_perm = &container_of(a, struct tomoyo_path2_acl, head) in tomoyo_merge_path2_acl() local
507 u8 perm = *a_perm; in tomoyo_merge_path2_acl()
513 *a_perm = perm; in tomoyo_merge_path2_acl()
640 u8 * const a_perm = &container_of(a, struct tomoyo_path_number_acl, in tomoyo_merge_path_number_acl() local
[all …]
Dnetwork.c233 u8 * const a_perm = in tomoyo_merge_inet_acl() local
235 u8 perm = *a_perm; in tomoyo_merge_inet_acl()
242 *a_perm = perm; in tomoyo_merge_inet_acl()
259 u8 * const a_perm = in tomoyo_merge_unix_acl() local
261 u8 perm = *a_perm; in tomoyo_merge_unix_acl()
268 *a_perm = perm; in tomoyo_merge_unix_acl()