Fix chmod invocation
Resolves: CVE-2022-3560 Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
4774e9d249
commit
5365f3ac5d
@ -15,7 +15,7 @@ Signed-off-by: Robbie Harwood <rharwood@redhat.com>
|
|||||||
1 file changed, 3 insertions(+), 47 deletions(-)
|
1 file changed, 3 insertions(+), 47 deletions(-)
|
||||||
|
|
||||||
diff --git a/src/pesign-authorize.in b/src/pesign-authorize.in
|
diff --git a/src/pesign-authorize.in b/src/pesign-authorize.in
|
||||||
index 69797d5..d98657c 100644
|
index 69797d5..b4e89e0 100644
|
||||||
--- a/src/pesign-authorize.in
|
--- a/src/pesign-authorize.in
|
||||||
+++ b/src/pesign-authorize.in
|
+++ b/src/pesign-authorize.in
|
||||||
@@ -2,56 +2,12 @@
|
@@ -2,56 +2,12 @@
|
||||||
@ -76,5 +76,5 @@ index 69797d5..d98657c 100644
|
|||||||
- :;
|
- :;
|
||||||
- fi
|
- fi
|
||||||
+ chown -R pesign:pesign "${x}" || true
|
+ chown -R pesign:pesign "${x}" || true
|
||||||
+ chmod ug+rwX "${x}" || true
|
+ chmod -R ug+rwX "${x}" || true
|
||||||
done
|
done
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Name: pesign
|
Name: pesign
|
||||||
Summary: Signing utility for UEFI binaries
|
Summary: Signing utility for UEFI binaries
|
||||||
Version: 115
|
Version: 115
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: https://github.com/rhboot/pesign
|
URL: https://github.com/rhboot/pesign
|
||||||
|
|
||||||
@ -162,6 +162,10 @@ certutil -d %{_sysconfdir}/pki/pesign/ -X -L > /dev/null
|
|||||||
%{python3_sitelib}/mockbuild/plugins/pesign.*
|
%{python3_sitelib}/mockbuild/plugins/pesign.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 18 2023 Robbie Harwood <rharwood@redhat.com> - 115-6
|
||||||
|
- Fix chmod invocation
|
||||||
|
- Resolves: CVE-2022-3560
|
||||||
|
|
||||||
* Wed Jan 18 2023 Robbie Harwood <rharwood@redhat.com> - 115-5
|
* Wed Jan 18 2023 Robbie Harwood <rharwood@redhat.com> - 115-5
|
||||||
- Deprecate pesign-authorize and drop ACL use
|
- Deprecate pesign-authorize and drop ACL use
|
||||||
- Resolves: CVE-2022-3560
|
- Resolves: CVE-2022-3560
|
||||||
|
Loading…
Reference in New Issue
Block a user