Mageia Bugzilla – Attachment 11117 Details for
Bug 24977
mtr: mtr should not run suid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
mtr_suid_fix.patch
file_24977.txt (text/plain), 912 bytes, created by
Rob Lemley
on 2019-06-20 09:30:15 CEST
(
hide
)
Description:
mtr_suid_fix.patch
Filename:
MIME Type:
Creator:
Rob Lemley
Created:
2019-06-20 09:30:15 CEST
Size:
912 bytes
patch
obsolete
>--- mtr.spec.orig 2019-06-20 03:21:14.446798981 -0400 >+++ mtr.spec 2019-06-20 03:19:59.024731827 -0400 >@@ -1,7 +1,7 @@ > Summary: Ping/Traceroute network diagnostic tool > Name: mtr > Version: 0.92 >-Release: %mkrel 2 >+Release: %mkrel 3 > Group: Networking/Other > License: GPLv2+ > URL: http://www.bitwizard.nl/mtr >@@ -65,15 +65,15 @@ EOF > > %files > %doc AUTHORS FORMATS NEWS README SECURITY TODO >-%attr(4755,root,ntools) %{_bindir}/mtr >-%attr(4755,root,ntools) %{_sbindir}/mtr >+%attr(0755,root,ntools) %{_bindir}/mtr >+%attr(0755,root,ntools) %{_sbindir}/mtr > %attr(4755,root,ntools) %{_sbindir}/mtr-packet > %{_datadir}/bash-completion/completions/mtr > %{_mandir}/man8/mtr.8* > %{_mandir}/man8/mtr-packet.8* > > %files gtk >-%attr(4755,root,ntools) %{_bindir}/xmtr >+%attr(0755,root,ntools) %{_bindir}/xmtr > %{_iconsdir}/hicolor/*/apps/%{name}.png > %{_datadir}/applications/%{name}.desktop
--- mtr.spec.orig 2019-06-20 03:21:14.446798981 -0400 +++ mtr.spec 2019-06-20 03:19:59.024731827 -0400 @@ -1,7 +1,7 @@ Summary: Ping/Traceroute network diagnostic tool Name: mtr Version: 0.92 -Release: %mkrel 2 +Release: %mkrel 3 Group: Networking/Other License: GPLv2+ URL: http://www.bitwizard.nl/mtr @@ -65,15 +65,15 @@ EOF %files %doc AUTHORS FORMATS NEWS README SECURITY TODO -%attr(4755,root,ntools) %{_bindir}/mtr -%attr(4755,root,ntools) %{_sbindir}/mtr +%attr(0755,root,ntools) %{_bindir}/mtr +%attr(0755,root,ntools) %{_sbindir}/mtr %attr(4755,root,ntools) %{_sbindir}/mtr-packet %{_datadir}/bash-completion/completions/mtr %{_mandir}/man8/mtr.8* %{_mandir}/man8/mtr-packet.8* %files gtk -%attr(4755,root,ntools) %{_bindir}/xmtr +%attr(0755,root,ntools) %{_bindir}/xmtr %{_iconsdir}/hicolor/*/apps/%{name}.png %{_datadir}/applications/%{name}.desktop
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24977
: 11117