Searched refs:restriction (Results 1 – 1 of 1) sorted by relevance
79 struct key_restriction *restriction; in get_builtin_and_secondary_restriction() local81 restriction = kzalloc(sizeof(struct key_restriction), GFP_KERNEL); in get_builtin_and_secondary_restriction()83 if (!restriction) in get_builtin_and_secondary_restriction()86 restriction->check = restrict_link_by_builtin_and_secondary_trusted; in get_builtin_and_secondary_restriction()88 return restriction; in get_builtin_and_secondary_restriction()