From 6514d3f42bb809c0e7fa112cdc1c104efa395174344f3c205c67f1523935d2f5 Mon Sep 17 00:00:00 2001 From: Hu Date: Mon, 26 Aug 2024 14:29:53 +0000 Subject: [PATCH] - Enable named_write_master_zones boolean by default (bsc#1229479) OBS-URL: https://build.opensuse.org/package/show/security:SELinux/selinux-policy?expand=0&rev=259 --- booleans-targeted.conf | 2 +- selinux-policy.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/booleans-targeted.conf b/booleans-targeted.conf index 5185257..d0150b1 100644 --- a/booleans-targeted.conf +++ b/booleans-targeted.conf @@ -108,7 +108,7 @@ httpd_unified = false # Allow BIND to write the master zone files.Generally this is used for dynamic DNS. # -named_write_master_zones = false +named_write_master_zones = true # Allow nfs to be exported read/write. # diff --git a/selinux-policy.changes b/selinux-policy.changes index abfe0cc..56e5e28 100644 --- a/selinux-policy.changes +++ b/selinux-policy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 26 14:28:40 UTC 2024 - Cathy Hu + +- Enable named_write_master_zones boolean by default (bsc#1229479) + ------------------------------------------------------------------- Fri Aug 23 08:42:06 UTC 2024 - cathy.hu@suse.com