Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-lsm.c94 _cleanup_free_ char *lsm_list = NULL; in mac_bpf_use() local
103 r = read_one_line_file("/sys/kernel/security/lsm", &lsm_list); in mac_bpf_use()
110 for (const char *p = lsm_list;;) { in mac_bpf_use()