index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
bpf-lsm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lsm-util: move detection of support of LSMs into a new lsm-util.[ch] helper
Lennart Poettering
2023-04-18
1
-37
/
+2
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-1
/
+0
*
libbpf: add compat helpers for libbpf down to 0.1.0
Dominique Martinet
2022-10-06
1
-2
/
+2
*
libbpf: Remove use of deprecated APIs
Daan De Meyer
2022-10-06
1
-5
/
+6
*
core/bpf: prefix log messages from different bpf subsystems
Zbigniew Jędrzejewski-Szmek
2022-06-02
1
-26
/
+26
*
core: define a helper function for basic bpf checks
Zbigniew Jędrzejewski-Szmek
2022-06-02
1
-16
/
+2
*
various: add %m in messages
Zbigniew Jędrzejewski-Szmek
2022-06-02
1
-1
/
+1
*
manager: skip BPF cleanup if we never initialized
Zbigniew Jędrzejewski-Szmek
2022-05-17
1
-3
/
+6
*
core/bpf: lsm_bpf_supported() returns a boolean
Zbigniew Jędrzejewski-Szmek
2022-05-17
1
-11
/
+11
*
bpf: fix bpf_can_link_lsm_program condition
Julia Kartseva
2022-01-10
1
-3
/
+3
*
bpf: check if lsm link ptr is libbpf error
Julia Kartseva
2022-01-10
1
-3
/
+4
*
bpf: do not freeze if bpf lsm fails to set up
Julia Kartseva
2022-01-07
1
-6
/
+9
*
core/bpf: tighten handling of return values, improve messages
Zbigniew Jędrzejewski-Szmek
2022-01-03
1
-16
/
+13
*
core/bpf: avoid unnecessary initialization of variables, tighten scope
Zbigniew Jędrzejewski-Szmek
2022-01-03
1
-24
/
+13
*
bpf: fix memleak in restrict_fs_bpf
Julia Kartseva
2021-11-24
1
-1
/
+1
*
Typos found by codespell
Dimitri Papadopoulos
2021-10-20
1
-1
/
+1
*
core: add RestrictFileSystems= fragment parser
Iago López Galeiras
2021-10-06
1
-0
/
+54
*
core: add BPF LSM functions
Iago Lopez Galeiras
2021-10-06
1
-0
/
+327