summaryrefslogtreecommitdiff
path: root/net-firewall/nftables/files/libexec/nftables.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/nftables/files/libexec/nftables.sh')
-rwxr-xr-xnet-firewall/nftables/files/libexec/nftables.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-firewall/nftables/files/libexec/nftables.sh b/net-firewall/nftables/files/libexec/nftables.sh
index cc55f8566000..557b454a9115 100755
--- a/net-firewall/nftables/files/libexec/nftables.sh
+++ b/net-firewall/nftables/files/libexec/nftables.sh
@@ -25,6 +25,7 @@ main() {
retval=$?
;;
"store")
+ umask 177
local tmp_save="${NFTABLES_SAVE}.tmp"
if ! use_legacy; then
nft ${SAVE_OPTIONS} list ruleset > ${tmp_save}