Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dfile.c366 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm; in tomoyo_merge_path_acl() local
369 perm &= ~b_perm; in tomoyo_merge_path_acl()
371 perm |= b_perm; in tomoyo_merge_path_acl()
441 const u8 b_perm = container_of(b, struct tomoyo_mkdev_acl, head) in tomoyo_merge_mkdev_acl() local
445 perm &= ~b_perm; in tomoyo_merge_mkdev_acl()
447 perm |= b_perm; in tomoyo_merge_mkdev_acl()
524 perm &= ~b_perm; in tomoyo_merge_path2_acl()
526 perm |= b_perm; in tomoyo_merge_path2_acl()
659 const u8 b_perm = container_of(b, struct tomoyo_path_number_acl, head) in tomoyo_merge_path_number_acl() local
663 perm &= ~b_perm; in tomoyo_merge_path_number_acl()
[all …]
H A Dnetwork.c237 const u8 b_perm = container_of(b, struct tomoyo_inet_acl, head)->perm; in tomoyo_merge_inet_acl() local
240 perm &= ~b_perm; in tomoyo_merge_inet_acl()
242 perm |= b_perm; in tomoyo_merge_inet_acl()
263 const u8 b_perm = container_of(b, struct tomoyo_unix_acl, head)->perm; in tomoyo_merge_unix_acl() local
266 perm &= ~b_perm; in tomoyo_merge_unix_acl()
268 perm |= b_perm; in tomoyo_merge_unix_acl()