Home
last modified time | relevance | path

Searched refs:landlock_rule (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/security/landlock/
Druleset.c64 const struct landlock_rule rule = { in build_check_rule()
71 static struct landlock_rule *
76 struct landlock_rule *new_rule; in create_rule()
105 static void free_rule(struct landlock_rule *const rule) in free_rule()
152 struct landlock_rule *new_rule; in insert_rule()
160 struct landlock_rule *const this = in insert_rule()
161 rb_entry(*walker_node, struct landlock_rule, node); in insert_rule()
264 struct landlock_rule *walker_rule, *next_rule; in merge_ruleset()
317 struct landlock_rule *walker_rule, *next_rule; in inherit_ruleset()
361 struct landlock_rule *freeme, *next; in free_ruleset()
[all …]
Druleset.h50 struct landlock_rule { struct
170 const struct landlock_rule *
Dfs.c205 static inline const struct landlock_rule *
209 const struct landlock_rule *rule; in find_rule()
232 unmask_layers(const struct landlock_rule *const rule, in unmask_layers()
558 const struct landlock_rule *rule; in is_access_to_paths_allowed()