cloud-init:delete "ALL=(ALL) NOPASSWD:ALL" in cloud.cfg.tmpl

Signed-off-by: xuxinyu <xuxinyu@xfusion.com>
This commit is contained in:
xuxinyu 2022-12-20 15:42:25 +08:00
parent 864a0ea816
commit 301e2dca59
2 changed files with 30 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: cloud-init
Version: 21.4
Release: 5
Release: 6
Summary: the defacto multi-distribution package that handles early initialization of a cloud instance.
License: ASL 2.0 or GPLv3
URL: http://launchpad.net/cloud-init
@ -15,6 +15,7 @@ Patch3: bugfix-sort-requirements.patch
Patch4: add-variable-to-forbid-tmp-dir.patch
Patch5: backport-add-Requires-cloud-init-hotplugd.socket-in-cloud-init-hotplugd.service-file.patch
Patch6: backport-testing-add-additional-mocks-to-test_net-tests-1356.patch
Patch7: delete-config-nopasswd-all.patch
Patch9000: Fix-the-error-level-logs-displayed-for-the-cloud-init-local-service.patch
@ -126,6 +127,11 @@ fi
%exclude /usr/share/doc/*
%changelog
* Tue Dec 20 2022 xuxinyu <xuxinyu@xfusion.com> - 21.4-6
- Type:security
- CVE:
- DESC:delete "ALL=(ALL) NOPASSWD:ALL" in cloud.cfg.tmpl
* Wed Nov 30 2022 shixuantong <shixuantong1@huawei.com> - 21.4-5
- rename patch

View File

@ -0,0 +1,23 @@
From 5d4297092279a96da79b6404dfb7f31cc406b01c Mon Sep 17 00:00:00 2001
From: qiushigang <qiushigang@xfusion.com>
Date: Thu, 18 Aug 2022 09:51:59 +0800
Subject: [xfusion]cloud-init:delete "ALL=(ALL) NOPASSWD:ALL" in cloud.cfg.tmpl
---
config/cloud.cfg.tmpl | 1 -
1 file changed, 1 deletion(-)
diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl
index 39e36dd..cbf91ac 100644
--- a/config/cloud.cfg.tmpl
+++ b/config/cloud.cfg.tmpl
@@ -252,7 +252,6 @@ system_info:
{% else %}
groups: [wheel, adm, systemd-journal]
{% endif %}
- sudo: ["ALL=(ALL) NOPASSWD:ALL"]
{% if variant == "alpine" %}
shell: /bin/ash
{% else %}
--
2.27.0