Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dlsm_hooks.h151 struct lsm_info { struct
161 static struct lsm_info __lsm_##lsm \ argument
166 static struct lsm_info __early_lsm_##lsm \
173 extern struct lsm_info __start_lsm_info[], __end_lsm_info[];
174 extern struct lsm_info __start_early_lsm_info[], __end_early_lsm_info[];
/linux-6.15/security/
H A Dsecurity.c109 static __initdata struct lsm_info *exclusive;
167 static bool __init is_enabled(struct lsm_info *lsm) in is_enabled()
203 struct lsm_info **check; in exists_ordered_lsm()
233 static bool __init lsm_allowed(struct lsm_info *lsm) in lsm_allowed()
289 static void __init prepare_lsm(struct lsm_info *lsm) in prepare_lsm()
328 struct lsm_info *lsm; in ordered_lsm_parse()
339 struct lsm_info *major; in ordered_lsm_parse()
431 struct lsm_info **lsm, *early; in report_lsm_order()
450 struct lsm_info **lsm; in ordered_lsm_init()
504 struct lsm_info *lsm; in early_security_init()
[all …]
/linux-6.15/Documentation/translations/zh_CN/security/
H A Dlsm.rst93 中。权能模块使用 :c:type: `lsm_info` 描述中的order域来标识它为第一个注册
/linux-6.15/Documentation/security/
H A Dlsm.rst127 module uses the order field of the :c:type:`lsm_info` description
/linux-6.15/include/asm-generic/
H A Dvmlinux.lds.h300 BOUNDED_SECTION_PRE_LABEL(.lsm_info.init, _lsm_info, __start, __end)