Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dfirewall-util.c26 if (ctx->backend != _FW_BACKEND_INVALID) in firewall_backend_probe()
30 ctx->backend = FW_BACKEND_NFTABLES; in firewall_backend_probe()
33 ctx->backend = FW_BACKEND_IPTABLES; in firewall_backend_probe()
35 ctx->backend = FW_BACKEND_NONE; in firewall_backend_probe()
38 if (ctx->backend != FW_BACKEND_NONE) in firewall_backend_probe()
39 … log_debug("Using %s as firewall backend.", firewall_backend_to_string(ctx->backend)); in firewall_backend_probe()
52 .backend = _FW_BACKEND_INVALID, in fw_ctx_new()
87 switch ((*ctx)->backend) { in fw_add_masquerade()
119 switch ((*ctx)->backend) { in fw_add_local_dnat()
Dfirewall-util-private.h22 FirewallBackend backend; member
/systemd-251/src/test/
Dtest-firewall-util.c19 log_info("/* %s(backend=%s) */", __func__, firewall_backend_to_string(ctx->backend)); in test_v6()
62 log_info("/* %s(backend=%s) */", __func__, firewall_backend_to_string(ctx->backend)); in test_v4()
65 if (ctx->backend == FW_BACKEND_IPTABLES && fw_iptables_init_nat(NULL) < 0) { in test_v4()
109 if (ctx->backend == FW_BACKEND_NONE) in main()
112 if (test_v4(ctx) && ctx->backend == FW_BACKEND_NFTABLES) in main()
116 if (ctx->backend != FW_BACKEND_IPTABLES) { in main()
117 ctx->backend = FW_BACKEND_IPTABLES; in main()
/systemd-251/rules.d/
D70-uaccess.rules.in96 # This also allows accessing HID devices with the libusb backend of hidapi.
/systemd-251/docs/
DHOME_DIRECTORY.md149 case of the LUKS2 backend a regular block device mount of the file system
DENVIRONMENT.md442 LUKS home directory backend.
DUSER_RECORD.md197 purposes. Inside the home directories (and if the LUKS2 backend is used, also
647 during log-in, for example the LUKS or `fscrypt` storage backend. It is
/systemd-251/
DTODO1371 - maybe support iouring as backend, so that we allow hooking read and write
1598 - as an extension to the directory+subvolume backend: if located on
DNEWS1230 * systemd-homed's LUKS2 home area backend will now create a BSD file
1250 * systemd-homed's CIFS backend now optionally supports CIFS service
1254 * systemd-homed's CIFS backend gained support for specifying additional
3597 * systemd-homed's LUKS backend gained the ability to discard empty file
3605 LUKS backend, in order to avoid double encryption. The default
9319 backend. sd-event is a generic event loop abstraction that