Home
last modified time | relevance | path

Searched refs:tomoyo_put_group (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Dgroup.c115 tomoyo_put_group(group); in tomoyo_write_group()
H A Dfile.c69 tomoyo_put_group(ptr->group); in tomoyo_put_name_union()
101 tomoyo_put_group(ptr->group); in tomoyo_put_number_union()
H A Dgc.c219 tomoyo_put_group(entry->address.group); in tomoyo_del_acl()
H A Dnetwork.c315 tomoyo_put_group(e.address.group); in tomoyo_write_inet_network()
H A Dcommon.h1204 static inline void tomoyo_put_group(struct tomoyo_group *group) in tomoyo_put_group() function