From: Mauricio Vásquez Date: Thu, 21 Jan 2021 16:20:16 +0000 (-0500) Subject: systemctl: show RestrictNetworkInterfaces= in systemctl show X-Git-Tag: v250-rc1~800^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e959a73af99292179ff82e81c6dd4a322e7bb5e;p=thirdparty%2Fsystemd.git systemctl: show RestrictNetworkInterfaces= in systemctl show Signed-off-by: Mauricio Vásquez --- diff --git a/src/systemctl/systemctl-show.c b/src/systemctl/systemctl-show.c index b325d44c5ea..d008c4172ab 100644 --- a/src/systemctl/systemctl-show.c +++ b/src/systemctl/systemctl-show.c @@ -1023,7 +1023,7 @@ static int print_property(const char *name, const char *expected_value, sd_bus_m return 1; - } else if (STR_IN_SET(name, "SystemCallFilter", "SystemCallLog", "RestrictAddressFamilies")) { + } else if (STR_IN_SET(name, "SystemCallFilter", "SystemCallLog", "RestrictAddressFamilies", "RestrictNetworkInterfaces")) { _cleanup_strv_free_ char **l = NULL; int allow_list;