summaryrefslogtreecommitdiff
path: root/src/core/bpf-lsm.c
Commit message (Expand)AuthorAgeFilesLines
* lsm-util: move detection of support of LSMs into a new lsm-util.[ch] helperLennart Poettering2023-04-181-37/+2
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
* libbpf: add compat helpers for libbpf down to 0.1.0Dominique Martinet2022-10-061-2/+2
* libbpf: Remove use of deprecated APIsDaan De Meyer2022-10-061-5/+6
* core/bpf: prefix log messages from different bpf subsystemsZbigniew Jędrzejewski-Szmek2022-06-021-26/+26
* core: define a helper function for basic bpf checksZbigniew Jędrzejewski-Szmek2022-06-021-16/+2
* various: add %m in messagesZbigniew Jędrzejewski-Szmek2022-06-021-1/+1
* manager: skip BPF cleanup if we never initializedZbigniew Jędrzejewski-Szmek2022-05-171-3/+6
* core/bpf: lsm_bpf_supported() returns a booleanZbigniew Jędrzejewski-Szmek2022-05-171-11/+11
* bpf: fix bpf_can_link_lsm_program conditionJulia Kartseva2022-01-091-3/+3
* bpf: check if lsm link ptr is libbpf errorJulia Kartseva2022-01-091-3/+4
* bpf: do not freeze if bpf lsm fails to set upJulia Kartseva2022-01-071-6/+9
* core/bpf: tighten handling of return values, improve messagesZbigniew Jędrzejewski-Szmek2022-01-031-16/+13
* core/bpf: avoid unnecessary initialization of variables, tighten scopeZbigniew Jędrzejewski-Szmek2022-01-031-24/+13
* bpf: fix memleak in restrict_fs_bpfJulia Kartseva2021-11-241-1/+1
* Typos found by codespellDimitri Papadopoulos2021-10-201-1/+1
* core: add RestrictFileSystems= fragment parserIago López Galeiras2021-10-061-0/+54
* core: add BPF LSM functionsIago Lopez Galeiras2021-10-061-0/+327