Searched refs:exposed (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/nspawn/ |
D | nspawn-expose-ports.c | 85 int expose_port_flush(FirewallContext **fw_ctx, ExposePort* l, int af, union in_addr_union *exposed… in expose_port_flush() argument 88 assert(exposed); in expose_port_flush() 93 if (!in_addr_is_set(af, exposed)) in expose_port_flush() 104 exposed, in expose_port_flush() 111 *exposed = IN_ADDR_NULL; in expose_port_flush() 115 …(sd_netlink *rtnl, FirewallContext **fw_ctx, ExposePort *l, int af, union in_addr_union *exposed) { in expose_port_execute() argument 121 assert(exposed); in expose_port_execute() 138 return expose_port_flush(fw_ctx, l, af, exposed); in expose_port_execute() 141 if (in_addr_equal(af, exposed, &new_exposed)) in expose_port_execute() 159 in_addr_is_set(af, exposed) ? exposed : NULL); in expose_port_execute() [all …]
|
D | nspawn-expose-ports.h | 26 …e(sd_netlink *rtnl, FirewallContext **fw_ctx, ExposePort *l, int af, union in_addr_union *exposed); 27 int expose_port_flush(FirewallContext **fw_ctx, ExposePort* l, int af, union in_addr_union *exposed…
|
/systemd-251/docs/ |
D | USERDB_AND_DESKTOPS.md | 82 hook-up. On the command line this is exposed via the 95 exposed in a user management UI. Various metadata fields are supplied allowing
|
D | CGROUP_DELEGATION.md | 92 and all available controllers are exclusively exposed through it. 140 The low-level kernel cgroups feature is exposed in systemd in three different 235 In unit files the `Delegate=` property is superficially exposed as
|
D | PORTABLE_SERVICES.md | 60 services, can be controlled with the same tools, are exposed the same way in
|
D | USER_RECORD.md | 821 precise set of values exposed here are up to the service managing the home
|
/systemd-251/ |
D | NEWS | 71 (as exposed via the SystemCallFilter= setting in service unit files). 291 * A new D-Bus property ControlGroupId is now exposed on service units, 1298 user record field (as exposed via the new --rebalance-weight= homectl 1752 serialization of the host data it exposes. This is exposed via 1759 Link bus objects. This is exposed via "networkctl --json=". 2174 mount namespace of a service (without restarting it). This is exposed 2186 or on the local host. This is exposed in the existing -M switch to 2326 along with the machine image (as exposed via machinectl pull-raw). 3987 encryption of volumes to YubiKeys. This is exposed in the new 4085 fixed, which in turn exposed bugs in unit configuration of services [all …]
|