<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=8192&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Changes in sudo (upstream)]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=8192</link>
		<description><![CDATA[The most recent posts in Changes in sudo (upstream).]]></description>
		<lastBuildDate>Mon, 14 Sep 2026 02:11:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Changes in sudo (upstream)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65548#p65548</link>
			<description><![CDATA[<p>What <strong>is</strong> the &quot;proper&quot; way to run admin tasks? For example, what &quot;should&quot; I be using to edit system-wide conf files?</p>]]></description>
			<author><![CDATA[dummy@example.com (Mercury)]]></author>
			<pubDate>Mon, 14 Sep 2026 02:11:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65548#p65548</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changes in sudo (upstream)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65545#p65545</link>
			<description><![CDATA[<p>Yeah, I have sudo NOPASSWD set for a few commands for one user. That&#039;s all.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 14 Sep 2026 01:30:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65545#p65545</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changes in sudo (upstream)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65544#p65544</link>
			<description><![CDATA[<p>Wait, some of you are still using sudo?</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Mon, 14 Sep 2026 01:18:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65544#p65544</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changes in sudo (upstream)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65541#p65541</link>
			<description><![CDATA[<p>What is says is that if you want to use sudo to run a command in /usr/local/(s)bin, you must now give the full path to the command.</p><p>What I see is that I do not have to give the full path to run the command with sudo, but maybe that&#039;s because I have the full path to the command already in my /etc/sudoers.d/usercommands. So for me, there&#039;s no change. Tested this in freia with the version of sudo mentioned above.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 14 Sep 2026 00:00:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65541#p65541</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changes in sudo (upstream)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65540#p65540</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>tux_99 wrote:</cite><blockquote><div><p>... as a &quot;run everything you want as root&quot; tool on a single user desktop ...</p></div></blockquote></div><p>Not the way I use it, mostly thanks to my learning about it when on PCLinuxOS.<br />One of the main admins was quite adamant about it.<br />See: <a href="https://pclosmag.com/html/Issues/201205/page11.html" rel="nofollow">https://pclosmag.com/html/Issues/201205/page11.html</a></p><p>But yes, I agree that a great many people use it in the wrong way.<br />Mainly thanks to the Ubuntu distribution.</p><p>I am, of course, also interested in the implications of the announced change.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sun, 13 Sep 2026 23:04:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65540#p65540</guid>
		</item>
		<item>
			<title><![CDATA[Re: Changes in sudo (upstream)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65538#p65538</link>
			<description><![CDATA[<p>sudo is one of the first packages that I uninstall on laptops/desktops after a fresh installation.</p><p>It is not even meant for the purpose it&#039;s being used by most Linux distros, sudo is meant to give limited access to specific commands as root or other restricted user to specific users on a multi-user system, not as a &quot;run everything you want as root&quot; tool on a single user desktop/laptop system.</p><p>We have to thank Ubuntu for introducing this misuse of sudo on Linux.</p>]]></description>
			<author><![CDATA[dummy@example.com (tux_99)]]></author>
			<pubDate>Sun, 13 Sep 2026 21:54:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65538#p65538</guid>
		</item>
		<item>
			<title><![CDATA[Changes in sudo (upstream)]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65517#p65517</link>
			<description><![CDATA[<p>This was today in the &quot;news&quot;</p><div class="quotebox"><blockquote><div><p>sudo (1.9.17p2-7) unstable; urgency=medium</p><p>&#160; &#160;Starting with sudo 1.9.17p2-6, the default /etc/sudoers was aligned with<br />&#160; &#160;the example file that upstream ships. This was done to reduce the<br />&#160; &#160;differences between Debian and other distributions.</p><p>&#160; &#160;This has removed /usr/local/sbin and /usr/local/bin from the<br />&#160; &#160;&quot;Defaults secure_path&quot; setting. This may break some local scripts, but<br />&#160; &#160;also increases security, since on some systems, /usr/local might be<br />&#160; &#160;writable for non-root users and thus executing programs from there might<br />&#160; &#160;introduce privilege escalation.</p><p>&#160; &#160;If you want to use executables from /usr/local with sudo without giving<br />&#160; &#160;the explicit path, consider changing the setting in an /etc/sudoers.d<br />&#160; &#160;snippet.</p><p> -- Marc Haber &lt;mh+debian-packages@zugschlus.de&gt;&#160; Sat, 04 Jul 2026 12:57:42 +0200</p></div></blockquote></div><p>have not fully understood the implicatoins of change, but suppose it is a benevolent, sensible change.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Sun, 13 Sep 2026 10:01:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65517#p65517</guid>
		</item>
	</channel>
</rss>
