Searched refs:landlock_rule (Results 1 – 8 of 8) sorted by relevance
| /linux/security/landlock/ |
| H A D | ruleset.c | 87 const struct landlock_rule rule = { in build_check_rule() 115 static struct landlock_rule * 120 struct landlock_rule *new_rule; in create_rule() 154 static void free_rule(struct landlock_rule *const rule, in free_rule() 204 struct landlock_rule *new_rule; in landlock_store_rule() 220 struct landlock_rule *const this = in landlock_store_rule() 221 rb_entry(*walker_node, struct landlock_rule, node); in landlock_store_rule() 327 struct landlock_rule *freeme, *next; in landlock_free_rules()
|
| H A D | domain.c | 101 static const struct landlock_rule * 115 struct landlock_rule *this = in find_rule() 116 rb_entry(node, struct landlock_rule, node); in find_rule() 148 const struct landlock_rule **matched_rule) in landlock_unmask_layers() 150 const struct landlock_rule *rule; in landlock_unmask_layers() 273 struct landlock_rule *walker_rule, *next_rule; in merge_tree() 353 struct landlock_rule *walker_rule, *next_rule; in inherit_tree()
|
| H A D | ruleset.h | 97 struct landlock_rule { struct
|
| H A D | domain.h | 313 const struct landlock_rule **matched_rule);
|
| H A D | net.c | 62 const struct landlock_rule *rule = NULL; in unmask_layers_net()
|
| H A D | fs.c | 421 const struct landlock_rule *rule = NULL; in unmask_layers_fs()
|
| /linux/include/trace/events/ |
| H A D | landlock.h | 28 struct landlock_rule; 132 const struct landlock_rule *const rule, in __trace_landlock_fill_layers() 656 const struct landlock_rule *rule, 706 const struct landlock_rule *rule,
|
| /linux/Documentation/trace/ |
| H A D | events-landlock.rst | 278 ``struct landlock_ruleset``, ``struct landlock_rule``,
|