summaryrefslogtreecommitdiff
path: root/src/core/bpf-devices.c
Commit message (Expand)AuthorAgeFilesLines
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
* basic: split out dev_t related calls into new devno-util.[ch]Lennart Poettering2022-04-131-1/+1
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* bpf: load firewall with name only if supportedJulia Kartseva2022-01-281-1/+1
* bpf: name unnamed bpf programsJulia Kartseva2022-01-221-2/+2
* core: remove refcount for bpf programalexlzhu2021-10-121-12/+13
* core: wrap cgroup path with empty_to_root() in log messagesYu Watanabe2021-08-051-1/+2
* bpf-devices: update commentZbigniew Jędrzejewski-Szmek2021-04-141-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-22/+22
* bpf-devices: line-break some overly long function signaturesLennart Poettering2020-01-071-8/+48
* bpf: make sure the kernel do not submit an invalid program if no pattern matchedZbigniew Jędrzejewski-Szmek2019-11-111-1/+6
* bpf: optimize device type access away most of the timeZbigniew Jędrzejewski-Szmek2019-11-111-18/+30
* bpf: convert 'c'/'b' to bpf_type at the very endZbigniew Jędrzejewski-Szmek2019-11-111-10/+18
* test-bpf-devices: new test for the devices bpf codeZbigniew Jędrzejewski-Szmek2019-11-111-8/+10
* bpf: fix off-by-one in class whitelistingZbigniew Jędrzejewski-Szmek2019-11-111-1/+1
* bpf: fix device type filterZbigniew Jędrzejewski-Szmek2019-11-111-1/+2
* bpf: add trace loggingZbigniew Jędrzejewski-Szmek2019-11-111-0/+8
* bpf: make bpf_devices_apply_policy() independent of any unit codeZbigniew Jędrzejewski-Szmek2019-11-111-11/+15
* core: also split out helper to handle static device nodesZbigniew Jędrzejewski-Szmek2019-11-101-0/+30
* core: move bpf devices implementation to bpf-devices.[ch] and renameZbigniew Jędrzejewski-Szmek2019-11-101-5/+160
* core: rename CGROUP_AUTO/STRICT/CLOSED to CGROUP_DEVICE_POLICY_…Zbigniew Jędrzejewski-Szmek2019-11-101-3/+3
* core: constify bpf program arraysZbigniew Jędrzejewski-Szmek2019-11-101-48/+42
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-111-1/+1
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* cgroups: beef up DeviceAllow= syntax a bitLennart Poettering2018-11-291-0/+26
* bpf-devices: fix order of removing and adding BPF programsPavel Hrdina2018-11-131-6/+4
* bpf-devices: fix cgroup v2 devices detectionPavel Hrdina2018-11-131-1/+1
* core: support cgroup v2 device controllerRoman Gushchin2018-10-091-0/+247