Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Druleset.c82 const struct landlock_rule rule = { in build_check_rule()
106 static struct landlock_rule *
111 struct landlock_rule *new_rule; in create_rule()
163 static void free_rule(struct landlock_rule *const rule, in free_rule()
210 struct landlock_rule *new_rule; in insert_rule()
227 struct landlock_rule *const this = in insert_rule()
228 rb_entry(*walker_node, struct landlock_rule, node); in insert_rule()
316 struct landlock_rule *walker_rule, *next_rule; in merge_tree()
401 struct landlock_rule *walker_rule, *next_rule; in inherit_tree()
477 struct landlock_rule *freeme, *next; in free_ruleset()
[all …]
H A Druleset.h87 * struct landlock_rule - Access rights tied to an object
89 struct landlock_rule { struct
122 * landlock_rule nodes with inode object. Once a ruleset is tied to a argument
131 * landlock_rule nodes with network port. Once a ruleset is tied to a
211 const struct landlock_rule *
304 bool landlock_unmask_layers(const struct landlock_rule *const rule,
H A Dfs.c363 static const struct landlock_rule *
367 const struct landlock_rule *rule; in find_rule()
841 const struct landlock_rule *rule; in is_access_to_paths_allowed()