From 5d0776bc4b001027b4de06688de9e40cddf892ab Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Tue, 7 Nov 2023 11:08:20 +0100 Subject: [PATCH] feat(usr/lib): Add firewalld configuration files The project already contains UFW configuration files, but firewalld configuration files are missing. Let's add a copy of firewalld configuration files used in Fedora. --- etc/firewalld/services/wsdd-http.xml | 6 ++++++ etc/firewalld/services/wsdd.xml | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 etc/firewalld/services/wsdd-http.xml create mode 100644 etc/firewalld/services/wsdd.xml diff --git a/etc/firewalld/services/wsdd-http.xml b/etc/firewalld/services/wsdd-http.xml new file mode 100644 index 0000000..3d8a7ec --- /dev/null +++ b/etc/firewalld/services/wsdd-http.xml @@ -0,0 +1,6 @@ + + + Web Services Dynamic Discovery host daemon (HTTP Interface) + wsdd implements a Web Service Discovery host daemon. This enables (Samba) hosts, like your local NAS device, to be found by Web Service Discovery Clients like Windows. + + diff --git a/etc/firewalld/services/wsdd.xml b/etc/firewalld/services/wsdd.xml new file mode 100644 index 0000000..82729fc --- /dev/null +++ b/etc/firewalld/services/wsdd.xml @@ -0,0 +1,8 @@ + + + Web Services Dynamic Discovery host daemon + wsdd implements a Web Service Discovery host daemon. This enables (Samba) hosts, like your local NAS device, to be found by Web Service Discovery Clients like Windows. + + + +