summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorDavid Mulder <dmulder@suse.com>2021-10-14 15:36:52 -0600
committerJeremy Allison <jra@samba.org>2021-11-01 21:16:43 +0000
commit5199eb14123b26b02d3a4d10d514b37688f9b580 (patch)
tree87d4509a45233e67bd4d38f470e425c1c638e5e1 /source4
parentcd73e4101347f1e3c1bb865f9a9c361b3771fd34 (diff)
downloadsamba-5199eb14123b26b02d3a4d10d514b37688f9b580.tar.gz
gp: Apply Firewalld Policy
Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Mon Nov 1 21:16:43 UTC 2021 on sn-devel-184
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/scripting/bin/samba-gpupdate2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/bin/samba-gpupdate b/source4/scripting/bin/samba-gpupdate
index 0c1c2015287..5153225c536 100755
--- a/source4/scripting/bin/samba-gpupdate
+++ b/source4/scripting/bin/samba-gpupdate
@@ -48,6 +48,7 @@ from samba.gp_gnome_settings_ext import gp_gnome_settings_ext
from samba.gp_cert_auto_enroll_ext import gp_cert_auto_enroll_ext
from samba.gp_firefox_ext import gp_firefox_ext
from samba.gp_chromium_ext import gp_chromium_ext, gp_chrome_ext
+from samba.gp_firewalld_ext import gp_firewalld_ext
from samba.credentials import Credentials
import logging
@@ -126,6 +127,7 @@ if __name__ == "__main__":
gp_extensions.append(gp_firefox_ext)
gp_extensions.append(gp_chromium_ext)
gp_extensions.append(gp_chrome_ext)
+ gp_extensions.append(gp_firewalld_ext)
gp_extensions.extend(machine_exts)
elif opts.target == 'User':
gp_extensions.append(gp_user_scripts_ext)