<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/25659/Torvalds_requiring_root_password_for_mundane_things_is_moronic_</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Mon, 20 May 2013 03:21:56 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>It's C vs C++ all over again</title>
			<link>http://www.osnews.com/thread?508831</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508831</guid>
			<description>Anyone remember when Linus ranted about C vs C++? I'm just reminded of that rant when I read this latest one. :-)</description>
			<pubDate>Tue, 28 Feb 2012 23:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Ninjawidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>The opposite is also true...</title>
			<link>http://www.osnews.com/thread?508834</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508834</guid>
			<description>It may be &quot;idiotic&quot; to prompt for root's password for mundane tasks, but it's also &quot;equally idiotic&quot; to allow your own unprivileged password to be used to authorise &quot;non-mundane&quot; superuser tasks (particularly the installation/removal of system software).<br />
 <br />
 This is something Ubuntu does via its sudo system and it's 100% wrong - tasks that can significantly change your system installation should require a privileged username/password and not a normal user's! Ubuntu is also dumb for not accepting root's (privileged) password when it prompts for privilege escalation - it only accepts your own (unprivileged - or at least it should be) password!<br />
 <br />
 The very first thing I do on such a broken Ubuntu system is &quot;sudo passwd root&quot;, so that I can su to root and do my privileged stuff that way. I don't know if they fixed it in later Ubuntu releases, but if you had to fsck the system disk on bootup of early Ubuntu releases, it would say &quot;enter root password for maintenance&quot; as part of the boot sequence. Genius that, because Ubuntu sets a random root password and never tells you it, ho hum.Edited 2012-02-28 23:56 UTC</description>
			<pubDate>Tue, 28 Feb 2012 23:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (rklrkl)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: It's C vs C++ all over again</title>
			<link>http://www.osnews.com/thread?508835</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508835</guid>
			<description>Yeah that was good times. <a href="http://harmful.cat-v.org/software/c++/linus" rel="nofollow">http://harmful.cat-v.org/software/c++/linus</a></description>
			<pubDate>Tue, 28 Feb 2012 23:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (Rooki)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>2 remarks...</title>
			<link>http://www.osnews.com/thread?508836</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508836</guid>
			<description>I agree (up to a point):<br />
<br />
there should be 2 levels:<br />
- root: master of the universe<br />
- admin: capable of common tasks that affect all users on a box and yet is not capable to make liefe impossible (if you get my drift)<br />
<br />
another distro for a macbook air ? WHY... the thing is designed for Mac OS... either you buy into that deal or you don't. I don't try to feed my cat dogfood either after all.<br />
<br />
TomUK</description>
			<pubDate>Tue, 28 Feb 2012 23:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (TomF)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Getting Tired</title>
			<link>http://www.osnews.com/thread?508837</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508837</guid>
			<description>Am I the only one who is getting tired with all of his rants and with the attention they get?<br />
        <br />
        He may be a smart person and he might be right about what he is ranting about. I'm also grateful for Linux and Git, and I kinda feel sorry for his daughter.<br />
        <br />
        However, does that gives him the permission to call other people &quot;morons&quot; and &quot;mentally diseased&quot; ALL THE TIME. Worse yet, asking them to kill themselves?<br />
        <br />
        I don't know but this is getting old, it causes too many issues in FOSS and people get negative and fight all the time.<br />
        <br />
        Does anyone else feels the same way? <b>*sigh*</b> :-(Edited 2012-02-29 00:07 UTC</description>
			<pubDate>Tue, 28 Feb 2012 23:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (tuma324)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Accurate, if quite unnecessarily offensive.</title>
			<link>http://www.osnews.com/thread?508838</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508838</guid>
			<description>[NB: I am not a computer security expert. Do not take my word on any of the following.]<br />
<br />
Changing the system time probably has little security relevance these days (I think?). And for CUPS, it strikes me that authenticating as root by default might not be such a hot idea in a multi-user environment, and is a pain for a single user. So most distros' default configurations leave something wanting there. OTOH I only know of one distro (Slitaz) that requires the root password for wireless configuration.<br />
<br />
BTW, two points that I think may be relevant to this:<br />
<br />
1. Principle of least privilege says that too much restriction can be bad. Every task that unnecessarily demands root privileges is potentially exploitable.<br />
<br />
2. Prompting for passwords all the time can also be bad, since a malicious application could potentially nab the password.<br />
<br />
Of course that's kind of moot now, seeing as it's all about money and personal info these days, and the sorts who go after home users may not even need root to do their dirty work... Even so.<br />
<br />
P.S. #2 is something Windows (theoretically) does right and popular Linux distros do wrong. Windows prompts you about admin actions every time, without requesting a password. Ubuntu, etc. prompt for the password, and then give you five minutes or so of passwordless root access without any notification. The Linux method strikes me as much more inviting for social engineering attacks.</description>
			<pubDate>Tue, 28 Feb 2012 23:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Gullible Jones)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: 2 remarks...</title>
			<link>http://www.osnews.com/thread?508839</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508839</guid>
			<description>do you say the same thing about a laptop preloaded with windows?</description>
			<pubDate>Tue, 28 Feb 2012 23:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (broken_symlink)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?508840</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508840</guid>
			<description>Wow, you completely do not understand the purpose of sudo or how it works. If you don't want a user to be able to use sudo, don't place the user in the sudoers list. Anyone in that list is by definition a privileged user (a sudoer), so sudo does in fact require a privileged username and password.</description>
			<pubDate>Tue, 28 Feb 2012 23:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (No it isnt)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>changing security manually</title>
			<link>http://www.osnews.com/thread?508841</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508841</guid>
			<description>I've never looked into it as i don't manage Linux professionally but shouldn't there be a way of assigning users the ability to do these things?<br />
 <br />
It might not be simple but there has to be a way of assigning users/groups access to the required privileges.<br />
Personally I've never had to look at this because i maintain my own systems so i know the root password.<br />
But I'd have thought that that's what users and groups was for in the very least.<br />
<br />
EDIT: (<a href="http://wiki.debian.org/SystemPrinting#Add_Printer" rel="nofollow">http://wiki.debian.org/SystemPrinting#Add_Printer</a>) <br />
<br />
and adding a printer via the Administration screen. If you get a permission error, try adding yourself to the group lpadmin. E.g. if you are user &quot;tom&quot;:<br />
<br />
sudo usermod -a -G lpadmin tomEdited 2012-02-29 00:09 UTC</description>
			<pubDate>Wed, 29 Feb 2012 00:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (stabbyjones)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Getting Tired</title>
			<link>http://www.osnews.com/thread?508842</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508842</guid>
			<description>Have to agree on that. His statement re Linux distros is (IMO) correct, but recommending suicide on the internets is stupid - you never know what nutcase/zealot/idiot/gossip might be listening.<br />
<br />
Not sure that this has any impact on FOSS usage though. I mean, Steve Jobs was an epic screwball and people still bought (and continue to buy) tons of Apple shit. *whistles*</description>
			<pubDate>Wed, 29 Feb 2012 00:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Gullible Jones)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: changing security manually</title>
			<link>http://www.osnews.com/thread?508843</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508843</guid>
			<description>If you need to become root to allow yourself to not become root to configure your printer, then your distro has failed <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Wed, 29 Feb 2012 00:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (stestagg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by shmerl</title>
			<link>http://www.osnews.com/thread?508844</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508844</guid>
			<description>That's what sudo is for isn't it? Just add primary computer users to sudoers list.</description>
			<pubDate>Wed, 29 Feb 2012 00:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (shmerl)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by Brynet</title>
			<link>http://www.osnews.com/thread?508846</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508846</guid>
			<description>Sounds like a perfect recipe for becoming a single-user operating system.</description>
			<pubDate>Wed, 29 Feb 2012 00:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (Brynet)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Time</title>
			<link>http://www.osnews.com/thread?508847</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508847</guid>
			<description>Not a good example. It makes sense to have one universal &quot;machine&quot; time (e.g. UTC) while users could have time displayed as they wish (like per-user timezones). This needs to be supported in UI's to be presented properly. however if the clock is off by minutes or seconds, there should be a way to tune it. For example user could initiate sync with time servers (which still can be spoofed in emulated network setup unless secure NTP is used).<br />
<br />
For everything else he said I agree. Many things should be looser by default (for home desktops at least) like printers, wifi, etc. Network printers are good example of nonsense. Even if &quot;secured&quot; CUPS is there, what (in theory) prevents user from opening a network port to talk to a printer?<br />
<br />
Microsoft also had to deal with these problems when they adopted UAC. Windows7 already has it much better toned down than Vista.</description>
			<pubDate>Wed, 29 Feb 2012 00:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (siki_miki)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?508848</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508848</guid>
			<description><div class="cquote">Wow, you completely do not understand the purpose of sudo or how it works. If you don't want a user to be able to use sudo, don't place the user in the sudoers list. Anyone in that list is by definition a privileged user (a sudoer), so sudo does in fact require a privileged username and password. </div><br />
<br />
It's been a while since I did a clean install of either, but I believe the default configuration of both Ubuntu and Fedora is for users to &quot;sudo anything&quot;, using their own password for authentication. Easily changed, but it *is* the default.</description>
			<pubDate>Wed, 29 Feb 2012 00:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (Delgarde)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by Brynet</title>
			<link>http://www.osnews.com/thread?508849</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508849</guid>
			<description><div class="cquote">Sounds like a perfect recipe for becoming a single-user operating system. </div><br />
<br />
A great many Linux systems *are* single user - indeed, if you're talking about desktop distros, almost all of them are. And on such systems, Linus is right - the default behaviour should be to annoy the user as little as possible, and with the ability to tighten security as-needed (e.g for genuine multi-user systems).</description>
			<pubDate>Wed, 29 Feb 2012 01:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Delgarde)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comment by Brynet</title>
			<link>http://www.osnews.com/thread?508850</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508850</guid>
			<description>The recommendations of suicide from Linus were clearly misdirected.</description>
			<pubDate>Wed, 29 Feb 2012 01:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (Brynet)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Root</title>
			<link>http://www.osnews.com/thread?508851</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508851</guid>
			<description>I really don't care so much about needing a root password to do things, but what I can't accept is being required to use a root password every time I do something when I have never logged off. What is so hard about entering that password once and leaving it alone until you log off or lock the desktop?</description>
			<pubDate>Wed, 29 Feb 2012 01:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Lorin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Getting Tired</title>
			<link>http://www.osnews.com/thread?508853</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508853</guid>
			<description>Some people need to lighten up and/or get up to date with slang terms.  &quot;Kill yourself now&quot; does not mean you expect someone to actually kill themselves, just like &quot;that's cool&quot; does not mean &quot;that's cold to the touch&quot;.<br />
<br />
/sigh<br />
<br />
This world will PC itself to death some day.</description>
			<pubDate>Wed, 29 Feb 2012 01:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (jgagnon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Getting Tired</title>
			<link>http://www.osnews.com/thread?508854</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508854</guid>
			<description><div class="cquote">Some people need to lighten up and/or get up to date with slang terms.  &quot;Kill yourself now&quot; does not mean you expect someone to actually kill themselves, just like &quot;that's cool&quot; does not mean &quot;that's cold to the touch&quot;.<br />
<br />
/sigh<br />
<br />
This world will PC itself to death some day. </div><br />
<br />
Sorry but English is not my native or first language, it might not be obvious for me at first.</description>
			<pubDate>Wed, 29 Feb 2012 01:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (tuma324)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?508856</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508856</guid>
			<description><div class="cquote">It's been a while since I did a clean install of either, but I believe the default configuration of both Ubuntu and Fedora is for users to &quot;sudo anything&quot;, using their own password for authentication. Easily changed, but it *is* the default. </div><br />
That's the way it <i>should</i> be. sudoers are special users, but they are not root, they should not know or require the root password. They should use their own password.</description>
			<pubDate>Wed, 29 Feb 2012 01:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (flynn)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by ilovebeer</title>
			<link>http://www.osnews.com/thread?508860</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508860</guid>
			<description>What I find humorous is that the separation of root, elevated privileges, and general users is intended to provide security. But a whole hell of a lot of systems don't use this hierarchy as intended and thus their systems security is compromised....and they don't even realize it.</description>
			<pubDate>Wed, 29 Feb 2012 02:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (ilovebeer)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?508862</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508862</guid>
			<description>Ubuntu's philosophy is that the first created user account *is* a privileged user. It's a perfectly reasonable philosophy that applies to most Ubuntu use cases. User accounts beyond the first get fewer privileges than the first created account, and you can downgrade the first created account also if you prefer that.</description>
			<pubDate>Wed, 29 Feb 2012 02:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (AdamW)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?508863</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508863</guid>
			<description>Fedora's default configuration is different from Ubuntu's, we do not set up sudo out of the box. We *do* use PolicyKit for privilege escalation for some purposes, and PK is extremely powerful and flexible and can be set up so it 'works like sudo' for some operations - i.e. allows some or all 'normal users' to perform certain operations by entering their own password, not root's.Edited 2012-02-29 02:38 UTC</description>
			<pubDate>Wed, 29 Feb 2012 02:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (AdamW)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Getting Tired</title>
			<link>http://www.osnews.com/thread?508864</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508864</guid>
			<description>er, the alternative slang meaning of 'cool' is universally established and understood and has been for decades. I've never, ever, heard anyone suggest that 'kill yourself' has some kind of alternative slang meaning until you did, just now. It may be the case that Linus didn't mean it literally and that should be 'obvious' from tone / context, but that's a much more nuanced case than a term which clearly and simply just has two meanings that just about everyone understands.Edited 2012-02-29 02:40 UTC</description>
			<pubDate>Wed, 29 Feb 2012 02:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (AdamW)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: changing security manually</title>
			<link>http://www.osnews.com/thread?508865</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508865</guid>
			<description>Not if by default everyone is added to the lpadmin group. which is probably what Linus is complaining about.<br />
<br />
Whether you want to allow or disallow something will require root but once deployed should be okay. you can give the users group access instead of a single user.<br />
<br />
<a href="http://fai-project.org/" rel="nofollow">http://fai-project.org/</a><br />
<br />
Smart admins do the customising before the user gets a hold of something. <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Wed, 29 Feb 2012 03:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (stabbyjones)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Getting Tired</title>
			<link>http://www.osnews.com/thread?508866</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508866</guid>
			<description>I live in the US and where I live now and where I grew up &quot;kill yourself now&quot;, while not universal, is a common term to anyone under 40(ish).  /shrug  As you said, it was obviously not intended to be taken literally.<br />
<br />
I'm not so much supporting Linus as I am rallying against people that think nothing offensive should be said ever.  The &quot;PC&quot; crowd.  They're ruining the world's sense of humor.  :p</description>
			<pubDate>Wed, 29 Feb 2012 03:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (jgagnon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Really the solution to the problem exists</title>
			<link>http://www.osnews.com/thread?508867</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508867</guid>
			<description>Linus has every reason to be upset.<br />
  <br />
  <a href="http://www.freedesktop.org/wiki/Software/PolicyKit" rel="nofollow">http://www.freedesktop.org/wiki/Software/PolicyKit</a>    is directly designed to address the issue.<br />
  <br />
  Network configuration who is allowed to change modify and what ever form of alteration using network-manager is defined by policy kit.<br />
  <br />
  This is a case of distributions not providing the latest and some software needing to be updated to support latest.<br />
  <br />
  Policykit is that is allowances are application dependant.  So privileged is granted on a per application base to request a Policy-kit action.<br />
  <br />
  Policykit is not a grant all like windows admin where random programs can get up to admin rights.<br />
  <br />
  Linus has more than enough reason to what to kill distributions over this.  There is no reason to be still using old sudo methods.Edited 2012-02-29 03:22 UTC</description>
			<pubDate>Wed, 29 Feb 2012 03:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (oiaohm)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I'm happy Linus has weighted in</title>
			<link>http://www.osnews.com/thread?508868</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508868</guid>
			<description>Except for a few user-friendly distributions most Linux systems are configured as if they were all deployed on thin-clients in a bank. The problem is that small users are much more reliant on the defaults - they don't have their own teams of system administrators and their needs/environment is much more dynamic.<br />
<br />
I would go even further and allow users to install software from official repo without root password or sudo. We still want to make sure it is the user who initiates the process but that's all. It can probably be done without a password and certainly without a root password.<br />
<br />
Interestingly most problems I experience don't come from major installations (these have good administrators and procedures) and not from my home installations (I simply use sudo). They all come from minor networked installations (workstations), where some self-proclaimed sysadmins have installed an ancient version of CentOS, locked it down (or rather not UNlocked) and declared the job done. We could blame these admins for sloppy work (&quot;OMG, they don't do security updates!&quot;) but I've seen it happen in so many different place so there is clearly a mismatch between what distributors expect sysadmins to do and what they really do.</description>
			<pubDate>Wed, 29 Feb 2012 03:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (ndrw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Again why sudo.  Force to use Sudo is Sign of Problem</title>
			<link>http://www.osnews.com/thread?508869</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508869</guid>
			<description>Policy kit as a mentioned before and <a href="http://www.packagekit.org/" rel="nofollow">http://www.packagekit.org/</a><br />
<br />
Now you don't need root password to install applications.  Can ask for users password or no password at all.<br />
<br />
This is a simple case of distributions not providing configuration front ends for policykit.<br />
<br />
Lot of times if you are using sudo you should not be this more often than not shows defective distribution.<br />
<br />
Having a rights control system then no way to make it simple to manage is a major defect.</description>
			<pubDate>Wed, 29 Feb 2012 03:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (oiaohm)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: 2 remarks...</title>
			<link>http://www.osnews.com/thread?508870</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508870</guid>
			<description>I don't exactly agree with Tom's opinion - it makes sense <i>for me</i> to use different OS than OSX on Mac - that's just my personal preference (I find OSX GUI, albeit smooth and flashy, rather limiting).<br />
<br />
But then there are two points I agree with him:<br />
- Mac was designed for OSX <i>and</i> OSX was designed for Mac. This is difficult to beat as the detail hardware specs are only known to Apple devs. Contrast it with a PC - an OEM may design the hardware for Windows but Windows (just like Linux) is only made for a <i>generic</i> PC.<br />
- Linux and OSX both are Unix-based systems. There are simply less incentives for switching the system. In most cases the user can simply install missing apps.</description>
			<pubDate>Wed, 29 Feb 2012 03:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (ndrw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Again why sudo.  Force to use Sudo is Sign of Problem</title>
			<link>http://www.osnews.com/thread?508872</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508872</guid>
			<description>Once deployed and configured properly both sudo and policykit do the job. As a user I have no preference for any of them. Chances are that I'll get sudo before PackageKit (just because PackageKit is somewhat newish), and I'd be perfectly happy with it.<br />
<br />
Unfortunately, if the default is to have sudo/PK disabled and there is no easy switch to enable it I'll still have to use my Linux workstation as a dumb terminal and compile everything from sources. It isn't exactly &quot;using an OS&quot;, more like &quot;fighting&quot; it.</description>
			<pubDate>Wed, 29 Feb 2012 04:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (ndrw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: changing security manually</title>
			<link>http://www.osnews.com/thread?508873</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508873</guid>
			<description><div class="cquote">I've never looked into it as i don't manage Linux professionally but shouldn't there be a way of assigning users the ability to do these things? </div><br />
<br />
Yes, it's called sudo. It's simple to configure sudo so that password is not required for certain tasks.</description>
			<pubDate>Wed, 29 Feb 2012 04:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>ugghh!</title>
			<link>http://www.osnews.com/thread?508874</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508874</guid>
			<description>I know most people thinks its a hassle to type in the root password, but seriously, how many times do you configure printers?  Or the time?  There were legitimate security concerns for everything that requires root.  Once you unlock these services from root, they become vehicles for malicious attacks on the system.  Remember, one of the benefits of Linux is that everything runs as its own user.  That means by default, all Linux boxes are multiuser whether you like it or not.</description>
			<pubDate>Wed, 29 Feb 2012 04:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (TechGeek)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?508875</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508875</guid>
			<description><div class="cquote">This is something Ubuntu does via its sudo system and it's 100% wrong - -asks that can significantly change your system installation should require a privileged username/password and not a normal user's! </div><br />
   <br />
   Your understanding of sudo is 100% wrong. What security do you think having to use the root password rather than your own gives? Hint: none. They're both passwords that you have to give and neither has an inherent security advantage over the other.<br />
   This is exactly how sudo is designed to work and it means that you can delegate privileges better than if you use a single root password.<br />
   <br />
   <div class="cquote">it only accepts your own (unprivileged - or at least it should be) password! </div><br />
   <br />
   There's no such thing as an unprivileged password. There are accounts with more or less privileges.<br />
   <br />
   <div class="cquote">The very first thing I do on such a broken Ubuntu system is &quot;sudo passwd root&quot;, so that I can su to root and do my privileged stuff that way </div><br />
   <br />
   Never work as root, use sudo or if you really think you need to continue this bad practice: sudo su -<br />
   <br />
   <div class="cquote">Genius that, because Ubuntu sets a random root password and never tells you it, ho hum. </div><br />
   <br />
   root on Ubuntu has an empty password, not a random one, and that is why you can't log in with it. Accounts with empty passwords can by default not have interactive sessions.<br />
 And no, Ubuntu does not prompt you for the root password when fsck has to be run at boot.Edited 2012-02-29 05:19 UTC</description>
			<pubDate>Wed, 29 Feb 2012 05:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Getting Tired</title>
			<link>http://www.osnews.com/thread?508877</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508877</guid>
			<description><div class="cquote">Sorry but English is not my native or first language, it might not be obvious for me at first. </div><br />
 Linus Torvalds isn't a native speaker either but if you spent a little time on the internet you could pick up the slang. This is just a matter of free speech. If you don't like what or how somebody is saying something you simply don't listen(or kill yourself).<br />
<a href="http://knowyourmeme.com/memes/go-kill-your-selfEdited" rel="nofollow">http://knowyourmeme.com/memes/go-kill-your-selfEdited</a> 2012-02-29 05:30 UTC</description>
			<pubDate>Wed, 29 Feb 2012 05:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Fergy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Getting Tired</title>
			<link>http://www.osnews.com/thread?508879</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508879</guid>
			<description>Not all native English speakers will pick up on that slang either. In fact most people I talk with on a daily basis will think that expression is advocating suicide. <br />
<br />
It is most definitely not on the same level of universal understanding as &quot;cool&quot;.</description>
			<pubDate>Wed, 29 Feb 2012 05:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bill Shooter of Bul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Comment by Brynet</title>
			<link>http://www.osnews.com/thread?508880</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508880</guid>
			<description><div class="cquote">The recommendations of suicide from Linus were clearly misdirected. </div><br />
What do you mean? &quot;kill yourself&quot;=you should be terribly ashamed of yourself.</description>
			<pubDate>Wed, 29 Feb 2012 05:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Fergy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: ugghh!</title>
			<link>http://www.osnews.com/thread?508881</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508881</guid>
			<description><div class="cquote">I know most people thinks its a hassle to type in the root password, but seriously, how many times do you configure printers? </div><br />
<br />
It's a hassle to obtain the root password, which shouldn't be required for routine stuff in the first place. In fact obtaining a root password is often impossible and the user is then left with a desktop crippled to the point of being unusable (seriously, I prefer using Windows XP with Linux inside a VM than a system like that).<br />
<br />
Connecting a printer, mounting a filesystem, connecting to a network, installing some non-privileged apps or bugfix upgrades of privileged ones - these are all legitimate user tasks on decentralized systems (which is almost all of the current deployments), none of them should require &quot;I own the world&quot; type of permission.</description>
			<pubDate>Wed, 29 Feb 2012 06:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (ndrw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Getting Tired</title>
			<link>http://www.osnews.com/thread?508883</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508883</guid>
			<description><div class="cquote">I talk with on a daily basis will think that expression is advocating suicide. </div><br />
<br />
How stupid are those people? Really?  There's no way in hell any person, native speaker or not, could possible take Linus words as actually advocating suicide. Unless you're an complete moron. Maybe it's not a good expression, maybe some people are offended by it but that's not the point.<br />
There's really no kind way to put this; if you think Linus is actually advocating real-life suicide you're an idiot.</description>
			<pubDate>Wed, 29 Feb 2012 06:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by shmerl</title>
			<link>http://www.osnews.com/thread?508885</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508885</guid>
			<description>Having full sudo isn't much different than having root.</description>
			<pubDate>Wed, 29 Feb 2012 07:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Priest)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Simple solution</title>
			<link>http://www.osnews.com/thread?508887</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508887</guid>
			<description>There is simple solution - always be logged as root :-D</description>
			<pubDate>Wed, 29 Feb 2012 07:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (dulus)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Not designed for his daughter.</title>
			<link>http://www.osnews.com/thread?508888</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508888</guid>
			<description>Maybe OpenSuse is not designed for his daughter?<br />
What about all the people who use OpenSuse on their servers? What If I have a team of web developers and admins spread across the world and every morning they change the system time because they think it's not right in their country? What if I don't want developers at the other side of the world to print crap on my printer?</description>
			<pubDate>Wed, 29 Feb 2012 08:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (spiderman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: ugghh!</title>
			<link>http://www.osnews.com/thread?508889</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508889</guid>
			<description>You are not thinking this through.<br />
<br />
Virus and Malware you don't want messing with those settings.<br />
<br />
Policykit is design for the particular problem.  Because it approve applications to do things.<br />
<br />
sudo becomes unworkable as so as you try filtering to applications.<br />
<br />
&quot;I own the world&quot; type of permission.  Is what the problem is.  Policykit provides another set of permissions.  This application is trusted todo the following.  And only this app.  Even if the app is trusted it then asks the user the first time they use that app if they do wish to use its privileged options.<br />
<br />
This is creating true secuirty by obscurity.  Because attacker has to know what application you use for task not to be noticed.</description>
			<pubDate>Wed, 29 Feb 2012 08:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (oiaohm)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by Gone fishing</title>
			<link>http://www.osnews.com/thread?508891</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508891</guid>
			<description><div class="cquote">need to have the root password to access some wireless network, or to be able to print out a paper, or to change the <b>date-and-time settings</b> </div><br />
<br />
Wireless networking and printing and I see no reason why you should have root or sudo access but in the Linux systems I'm thinking of you don't need to. Changing the time is different if you set the time in the past, so the file system has files created in the future it going to be a problem you should need root or sudo.</description>
			<pubDate>Wed, 29 Feb 2012 08:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Gone fishing)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Getting Tired</title>
			<link>http://www.osnews.com/thread?508892</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508892</guid>
			<description><b><i>&quot;Am I the only one who is getting tired with all of his rants and with the attention they get?&quot;</i></b><br />
<br />
Maybe not, but I enjoy them quite a bit myself... and he raises some good points.<br />
<br />
<b><i>&quot;However, does that gives him the permission to call other people 'morons' and 'mentally diseased' ALL THE TIME.&quot;</i></b><br />
<br />
Why not?  He can say whatever the hell he wants.  Whether you agree or disagree, fine, argue if you want.  But there's no reason to bitch about his choice of language.<br />
<br />
<b><i>&quot;Worse yet, asking them to kill themselves?&quot;</i></b><br />
<br />
I honestly doubt that he meant that in a 100% serious, non-joking way.  If anyone is getting pissed because they really think he is being completely serious, maybe they need to quit jumping at conclusions or consider anger management.  Chances are, you're getting mad over nothing.<br />
<br />
<b><i>Does anyone else feels the same way?</i></b><br />
<br />
I only have seven more words to say: <i>shit, piss, fuck, cunt, cocksucker, motherfucker, and tits</i>. <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
If that gets you mad, go smoke a bowl and relax.</description>
			<pubDate>Wed, 29 Feb 2012 08:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (UltraZelda64)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Not designed for his daughter.</title>
			<link>http://www.osnews.com/thread?508894</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508894</guid>
			<description>Opensuse you can print and connect to a network without root. At least in Gnome (KDE?) it uses network manager by default and you don't need root. It's only if you use Yast turn network manager off and use ifup do you need root. As Yast is a centralised management system that is right.</description>
			<pubDate>Wed, 29 Feb 2012 08:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (Gone fishing)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: ugghh!</title>
			<link>http://www.osnews.com/thread?508895</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508895</guid>
			<description>I have a problem understanding you. Can you write what's your point again?<br />
<br />
Reading through your answer it looks as if you're disagreeing with me but then you confirm all the issues I've risen.<br />
<br />
Is it just that you prefer PolicyKit over sudo? That's fine with me - I have no problem with PolicyKit (but then I have no problem with sudo either).</description>
			<pubDate>Wed, 29 Feb 2012 08:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (ndrw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Wait... root? what root?</title>
			<link>http://www.osnews.com/thread?508897</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508897</guid>
			<description>My computer (a mobile phone) uses a single password for everything.<br />
<br />
Is that supposed to be OK or not?<br />
<br />
I mean, which world are we living in? &quot;root&quot;... &quot;root&quot;!! &quot;root&quot;??? rotten.<br />
<br />
More than one password == people will use the same everywhere.<br />
<br />
People (THE people) are not geeks. Root means nothing to them. The point is: anything assuming two or more personalities on a (most likely) single-user device is broken by itself.<br />
<br />
On multiuser systems: of course it makes sense to require another password for changing the wifi: are you going to let anyone disconnect the network? Or the printer?<br />
<br />
So, it depends on the system requirements.<br />
<br />
As ... always.</description>
			<pubDate>Wed, 29 Feb 2012 08:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (pfortuny)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Getting Tired</title>
			<link>http://www.osnews.com/thread?508899</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508899</guid>
			<description>Come on, even then, obviously you understand the meaning of his words. If someone said something to the same effect in your own mother tongue, would you interpret it literaly or sardonically? If the first, it's not a problem of foreign language understanding for sure.</description>
			<pubDate>Wed, 29 Feb 2012 08:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Savior)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Getting Tired</title>
			<link>http://www.osnews.com/thread?508900</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508900</guid>
			<description>You're not the only one. I'm getting just as tired, especially because he's setting an example and people seem to think that it's okay to behave like that everywhere. <br />
<br />
It's what leads to posts like this:<br />
<br />
<a href="http://stormyscorner.com/2012/02/its-scary-to-join-an-open-source-project.html" rel="nofollow">http://stormyscorner.com/2012/02/its-scary-to-join-an-open-source-p...</a></description>
			<pubDate>Wed, 29 Feb 2012 08:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (boudewijn)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Getting Tired</title>
			<link>http://www.osnews.com/thread?508901</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508901</guid>
			<description>That still doesn't make it right. It's wrong to call upon people to kill themselves. It's wrong to say of other people that they're braindead.<br />
<br />
If that's PC'ing the world to death, then so be it.<br />
<br />
It's not about needing to lighten up, it's about needing to learn basic manners.</description>
			<pubDate>Wed, 29 Feb 2012 08:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (boudewijn)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comment by shmerl</title>
			<link>http://www.osnews.com/thread?508902</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508902</guid>
			<description>Luckily sudo can do far more than just give people &quot;su&quot; access.</description>
			<pubDate>Wed, 29 Feb 2012 08:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (dbodner)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Not designed for his daughter.</title>
			<link>http://www.osnews.com/thread?508903</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508903</guid>
			<description>Server is a quite different story, isn't it. First of all there are no interactive session on the server, so the whole issue simply doesn't apply to you.<br />
<br />
Another exception is a classic centrally controlled terminal server configuration. Here also the sysadmin is a &quot;god&quot;. <br />
<br />
In both cases the systems are installed and configured by a qualified personnel and don't change over time. The sysadmin should be able to setup (and lock) time and printers fairly easily.<br />
<br />
These use cases are very different from a single-user desktop or a shared workstation, which are far more dynamic and often have no sysadmin at all or maintained collectively anyway. In these scenarios &quot;security&quot; is more about making it less likely to shoot yourself in the foot than about locking down the system. The traditional account-based security model (with holes in form of suid's, sudo, policykit) kind of does the job but since it was specifically designed for large centralized rigid time-share systems from '70s there are glitches all over the place and some important aspects of security (user data) are completely neglected.</description>
			<pubDate>Wed, 29 Feb 2012 09:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (ndrw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: 2 remarks...</title>
			<link>http://www.osnews.com/thread?508906</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508906</guid>
			<description><div class="cquote"><br />
there should be 2 levels:<br />
- root: master of the universe<br />
- admin: capable of common tasks that affect all users on a box and yet is not capable to make liefe impossible (if you get my drift)<br />
 </div><br />
<br />
That's what groups are for. Restrict common admin tasks to members of admin groups. Don't make any accounts members of the wheel/operator/admin/etc. groups unless the people who posses them can be trusted. For kids, salespeople, accountants, etc. a regular account with no privileged group memberships should be good enough. They can su to a different account with admin group membership on the occasions where they do need to do admin tasks.</description>
			<pubDate>Wed, 29 Feb 2012 09:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (itanic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I think it's better, tbh</title>
			<link>http://www.osnews.com/thread?508913</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508913</guid>
			<description>I don't mind needing root passwords for everything, I prefer it in fact. Maybe it's because I use a lot of BSD.<br />
<br />
Might sound moronic to Linus, but imho it prevents Android levels of moronism.</description>
			<pubDate>Wed, 29 Feb 2012 10:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (gan17)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Not designed for his daughter.</title>
			<link>http://www.osnews.com/thread?508924</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508924</guid>
			<description><div class="cquote">What about all the people who use OpenSuse on their servers? </div><br />
<br />
Server's are fundamentally different from workstations and as such different security profiles (or whatever you want to call it) would be a good idea.<br />
<br />
<div class="cquote">What If I have a team of web developers and admins spread across the world and every morning they change the system time because they think it's not right in their country? </div><br />
<br />
So what? It's a workstation. I certainly hope the people in your team who's half-across the world can change the time if needed and don't have to wait for someone in your part to wake up and do it for them.<br />
<br />
<div class="cquote">What if I don't want developers at the other side of the world to print crap on my printer? </div><br />
<br />
I don't see what root or not has to do with this. Do you give them all shell access to your workstation or something?</description>
			<pubDate>Wed, 29 Feb 2012 11:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Run as root!</title>
			<link>http://www.osnews.com/thread?508930</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508930</guid>
			<description>I have absolutely none of those problems. I just run as root all the time. Heck, root IS my user account.<br />
<br />
I started with Windows 95, where I was root all the time. Never had any problem whatsoever, not even a virus infection and - wait for this - I didn't use any anti-virus permanently on, just occasional full disk scans. Then I migrated to Linux, soon got tired of that travesty and decided to be root forever. Suddenly my computer experience was good again. Problems? Nope. Sure, I have deleted one or two things by mistake during all these years, but 'sudo' wouldn't have avoided it. Just run 'sudo wrecksystem' and the command will just happily wreck your system.<br />
<br />
I think Linus' rough attitude is quite warranted in light of how preachy, sanctimonious and plain stupid Linux users get around other Linux users who run as root. All of their arguments are something like this:<br />
<br />
1) You are stupid for running as root. Because. What could happen? Well, many things. More specifically? Well, it's insecure. How exactly? Look, it's wrong, OK? Don't ask why. Just look down, accept that it's wrong and make sure to repeat that to everyone you know. Oh, look, that monkey is climbing the ladder! We're gonna get wet! Let's beat the hell out of him!<br />
<br />
2) Aaaargh!!! Aaaargh!!! Aaaargh!!! You're running as root!!! We are all doomed!!!! Take cover!!! The Mayans were right! The end is nigh!!! Aaaaaaaaaaaaaaaaaaaargh!!!<br />
<br />
3) Running as root is very dangerous. If you do, the sky will come tumbling down on your head, your crops will be destroyed by BOTH flood and drought, and your mother-in-law will move in with you. You've been warned.<br />
<br />
4) You run as root? Wow, you're dumb. Who ties your shoes in the morning? I am not dumb. No, siree! I am one very smart fellow, I do exactly what I'm told. One of these days I will get my medal. You will see. You don't get any medals. Damn, no. You run as root! You are dumb. Yes, dumb. Heehee. Heehee. Heehee. Ma, come look at the dumb guy! He is funny! Heehee. Heehee.<br />
<br />
So Linus tells some of those dumbasses to take a hike and people get upset? Please. If you let that kind of people have their way, soon they will be trying to force you to believe that Adam and Eve really existed and the Earth is just 6,000 years old.<br />
<br />
Many unix-like systems install and boot as root by default: Slackware, Arch, BSD unix... It's no big deal. In fact, you should do that to your entire life.<br />
<br />
Read: <a href="http://www.garyshood.com/root/" rel="nofollow">http://www.garyshood.com/root/</a><br />
<br />
Oh, and the VLC developers may kiss my rooty ass. Mplayer is a much better media player.</description>
			<pubDate>Wed, 29 Feb 2012 11:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (lucm)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Run as root!</title>
			<link>http://www.osnews.com/thread?508942</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508942</guid>
			<description><div class="cquote">I have absolutely none of those problems. I just run as root all the time. Heck, root IS my user account. </div><br />
and<br />
<br />
<div class="cquote">Stop being a sissy. Every time you sudo a command, you deserve to have your man card taken away </div><br />
wtf<br />
<br />
This is the high testosterone you'll never take me alive bastards school of computing? <br />
<br />
Seriously using root as your account how is that anything other than stupid? What is difficult about sudo â"i if you donât want to sudo all the time? You want to enable root no problem to administer the system but to use it as your personal account? <br />
<br />
Surely  Linus's point is you should only need to use root to administer the box not to use it.</description>
			<pubDate>Wed, 29 Feb 2012 12:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Gone fishing)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Run as root!</title>
			<link>http://www.osnews.com/thread?508949</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508949</guid>
			<description>I think he's being sarcastic, what with the Windows 95 reference and all. At least I hope he is.</description>
			<pubDate>Wed, 29 Feb 2012 13:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: ugghh!</title>
			<link>http://www.osnews.com/thread?508951</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508951</guid>
			<description><div class="cquote">This application is trusted todo the following. </div><br />
<br />
How is this better than &quot;this user is allowed to do A and B but not C&quot;?<br />
<br />
<div class="cquote">This is creating true secuirty by obscurity. </div><br />
<br />
Because security through obscurity is so awesome...</description>
			<pubDate>Wed, 29 Feb 2012 13:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Getting Tired</title>
			<link>http://www.osnews.com/thread?508957</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508957</guid>
			<description>No, I wouldn't say they are stupid, anymore than I would call you stupid for not understanding why.  Its a difference in culture, not intelligence.Edited 2012-02-29 13:39 UTC</description>
			<pubDate>Wed, 29 Feb 2012 13:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bill Shooter of Bul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: ugghh!</title>
			<link>http://www.osnews.com/thread?508959</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508959</guid>
			<description><div class="cquote">How is this better than &quot;this user is allowed to do A and B but not C&quot;? </div><br />
<br />
From a sysadmin's point of view on security? Not at all. Mind you, that's a very narrow view. Especially when you consider typical dekstop installations, where &quot;the system&quot; can be reinstalled in an hour and all valuable data are in home directories.<br />
<br />
From user data security point of view - a lot. There is a big difference between user actions in e.g. synaptic and firefox. I'd like to have access to the printer setup when I explicitly ask for it (e.g. in an appropriate config dialog box) but now when I compile a program or browse Internet.</description>
			<pubDate>Wed, 29 Feb 2012 14:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (ndrw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by ilovebeer</title>
			<link>http://www.osnews.com/thread?508964</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508964</guid>
			<description>It can easily be like how overly strict password policies lead to unsafe password storage - if you make your security system too annoying, the workarounds will be worse than if you implemented a less safe but also less annoying system in the fist place. And what constitutes &quot;too annoying&quot; shifts greatly between systems; a single-user laptop should be less finicky than a multiuser server, etc.</description>
			<pubDate>Wed, 29 Feb 2012 14:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (dnebdal)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by Gone fishing</title>
			<link>http://www.osnews.com/thread?508966</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508966</guid>
			<description>Kerberos tickets (and possibly some other forms of authentication and crypto) are time-dependant. Roughly speaking, the two sides encrypt their timestamps, and the opposite end only accepts if the time is reasonably close to its own. I don't know if being able to change the time on at least one end would allow any interesting attacks, but it sounds vaguely plausible?<br />
 <br />
 (The typical place to run into this is weird login issues if your local time is horribly wrong.)Edited 2012-02-29 14:29 UTC</description>
			<pubDate>Wed, 29 Feb 2012 14:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (dnebdal)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>...</title>
			<link>http://www.osnews.com/thread?508989</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508989</guid>
			<description>Despite his way to express his opinion he hits the nail.<br />
<br />
There is no usability in the distros, the only ones that care to work on that is GNOME and it just makes the desktop, not the distro.</description>
			<pubDate>Wed, 29 Feb 2012 16:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (Hiev)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by Anonymous Penguin</title>
			<link>http://www.osnews.com/thread?508992</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508992</guid>
			<description>I agree. Somebody went as far, years ago, as saying that there is no reason why you shouldn't login as root: <a href="http://imperial-command.net/myths-about-root.html" rel="nofollow">http://imperial-command.net/myths-about-root.html</a><br />
<br />
There is a security paranoia among *nix users and developers, and that includes OS X as well. You are asked for your password far too often. I agree with user Gullible Jones: &quot;Windows prompts you about admin actions every time, without requesting a password.&quot;<br />
And yet *nix operating systems are much safer by design.</description>
			<pubDate>Wed, 29 Feb 2012 16:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous Penguin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comment by shmerl</title>
			<link>http://www.osnews.com/thread?508993</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508993</guid>
			<description>The point is, you need to input your password, not root's.</description>
			<pubDate>Wed, 29 Feb 2012 16:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (shmerl)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?508996</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?508996</guid>
			<description>This is wrong. sudo is great for desktops.  However, for servers, you should never use sudo.  Why?  Most servers have servers such as openssh and mail running.  That means someone can brute force your password remotely.  If you have a root password set, then even if they get into your account, they must take the time to brute force root.  Hopefully this extra time will make it possible for someone to notice the attack.  <br />
<br />
Full sudo rights on a server == full root for everyone on the internet courtesy of botnets.</description>
			<pubDate>Wed, 29 Feb 2012 16:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (laffer1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Run as root!</title>
			<link>http://www.osnews.com/thread?509021</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509021</guid>
			<description>Relevant.<br />
 <br />
 <a href="http://www.theregister.co.uk/2006/02/24/bofh_2006_episode_8/" rel="nofollow">http://www.theregister.co.uk/2006/02/24/bofh_2006_episode_8/</a> <br />
 <br />
 <div class="cquote">But aren't you afraid you'll accidentally type in some command that would crash the system?&quot;<br />
 <br />
 &quot;No more that I'm afraid I'll accidentally say something like You're a complete fraud!&quot;<br />
 <br />
 &quot;That's completely different.&quot;<br />
 <br />
 &quot;Yes, it's a lot easier to say something without thinking than to type it.&quot; </div><br />
 <br />
 While humorous illustrates an important point.<br />
 <br />
 Not running as Root is for people that can't be trusted. <br />
 <br />
 If it is your own box and you decided to do something that requires root, you are just going to say &quot;f--k it I will use sudo&quot; .. and run the command anyway.<br />
 <br />
 Super user is there for an Admin to stop stupid people killing their systems. I don't consider myself stupid. <br />
 <br />
 So I run as Admin ... and I use my intelligence to defend against threats.<br />
<br />
I am also one of the few people that have worked in a development company that didn't have a development environment ... well I did but it was also the Live environment so I like to fly by the seat of my pants.Edited 2012-02-29 18:42 UTC</description>
			<pubDate>Wed, 29 Feb 2012 18:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (lucas_maximus)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by Luminair</title>
			<link>http://www.osnews.com/thread?509032</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509032</guid>
			<description>&quot;please just kill yourself now. The world will be a better place&quot;<br />
<br />
lol<br />
<br />
that would get me in trouble but HE'S RIGHT FUCKERS</description>
			<pubDate>Wed, 29 Feb 2012 19:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Luminair)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: 2 remarks...</title>
			<link>http://www.osnews.com/thread?509037</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509037</guid>
			<description><div class="cquote">That's what groups are for. Restrict common admin tasks to members of admin groups. .... </div><br />
<br />
tx! seems I still have to learn more <img src="/images/emo/smile.gif" alt=";)" />  will look into this<br />
<br />
TomUK</description>
			<pubDate>Wed, 29 Feb 2012 19:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (TomF)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?509040</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509040</guid>
			<description>Then just don't run services under a sudoer's account...</description>
			<pubDate>Wed, 29 Feb 2012 20:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Nico57)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?509041</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509041</guid>
			<description>Which is why authentication via SSH keys is a good idea...<br />
Now brute force attempts will be ineffective, and you also have two factors required in order to gain elevated privileges so even if someone steals your privatekey they still need to do extra work (and thus increase the risk of detection) in order to get root.</description>
			<pubDate>Wed, 29 Feb 2012 20:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (bert64)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by Anonymous Penguin</title>
			<link>http://www.osnews.com/thread?509049</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509049</guid>
			<description>Running as root != not requiring a password for privilege elevation. Distros like Puppy that run as root all the time won't prompt you at all if something tries to install a rootkit. Windows 7 will, at least in theory.<br />
<br />
(In practice it may not, due to holes in UAC. But it's better than nothing.)<br />
<br />
Of course neither will protect you from a userspace keylogger that steals your passwords, and only stays hidden by virtue of not having a GUI. Sure, you could find it in top/TaskMgr, but by then it might have your PIN!</description>
			<pubDate>Wed, 29 Feb 2012 20:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Gullible Jones)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Has this guy gone nuts?</title>
			<link>http://www.osnews.com/thread?509060</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509060</guid>
			<description>For decades, operating systems and applications have been the target of hackers because of major and minor holes in security. The most mundane holes can easily be exploited. Unless linux wants to fix the entire OS so that it is protected at hardware level, the only solution is to secure everything.</description>
			<pubDate>Wed, 29 Feb 2012 22:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (jefro)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>As usual, Linus is right</title>
			<link>http://www.osnews.com/thread?509084</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509084</guid>
			<description>I ran across this issue on the corporate linux desktop I am working on.  I can't allow users full sudo to install a printer, and even setting sudo to allow domain^users access did not work since the menu item for system-config-printer includes calling gksu, so it prompts for a password anyway.  So I have to replace the menu item with one that does not call gksu, I am sure I am going to run across more items like this once it gets deployed.</description>
			<pubDate>Thu, 01 Mar 2012 02:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (uteck)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?509088</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509088</guid>
			<description><div class="cquote">However, for servers, you should never use sudo. </div><br />
<br />
No, it's great for servers and should always be used since it enables better permission control and audit trails.<br />
<br />
<div class="cquote">Most servers have servers such as openssh and mail running. </div><br />
<br />
That's why you don't use password authentication with ssh. If you need people to use sftp with passwords you always use chroot and force the accounts to be sftponly.<br />
Most servers do not have mail running and for those that do the email username and password are more often than not different from the system users and passwords.<br />
<br />
<div class="cquote">Hopefully this extra time will make it possible for someone to notice the attack. </div><br />
<br />
If they didn't already catch the brute force on the account I doubt they'll catch the brute force on root.<br />
<br />
<div class="cquote">Full sudo rights on a server == full root for everyone on the internet courtesy of botnets. </div><br />
<br />
100% wrong.</description>
			<pubDate>Thu, 01 Mar 2012 03:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: ugghh!</title>
			<link>http://www.osnews.com/thread?509090</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509090</guid>
			<description>So it's not better as much as it is a different use-case.<br />
<br />
<div class="cquote">but now when I compile a program or browse Internet. </div><br />
<br />
But is this actually how policykit is set up on any current distro? I'm pretty sure any application run in the user account has full access to all user data.<br />
As you said, the system can be re-installed in an hour so a system compromise or failure is not as serious as that of user data loss.</description>
			<pubDate>Thu, 01 Mar 2012 03:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Getting Tired</title>
			<link>http://www.osnews.com/thread?509091</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509091</guid>
			<description>No, it is stupid. There are so many sayings in all languages of the world that are not meant to be taken literally. Should we all stop using those because the highly unlikely chance that it might encourage some moron to follow them literally?<br />
I'd say &quot;go fuck yourself&quot; but that might encourage you to masturbate and we all know that makes you blind.</description>
			<pubDate>Thu, 01 Mar 2012 03:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: ugghh!</title>
			<link>http://www.osnews.com/thread?509094</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509094</guid>
			<description><div class="cquote">But is this actually how policykit is set up on any current distro? I'm pretty sure any application run in the user account has full access to all user data. </div><br />
<br />
I'm pretty sure that's the case, indeed. I wasn't referring to available solutions, rather to the user (well, my) needs.<br />
<br />
In a sense, whenever I unplug the LAN cable because I'm trying an application I don't trust, I'm doing just that. I'm taking away a privilege to talk to the network. Of course, network access is only one of available privileges and unplugging a cable isn't exactly a &quot;software&quot; solution.<br />
<br />
<div class="cquote">As you said, the system can be re-installed in an hour so a system compromise or failure is not as serious as that of user data loss. </div><br />
<br />
One thing to remember is that system security is necessary (but not sufficient) for user data security. This is where user accounts work rather well but they are too inconvenient for more fine-grained access control. No one will setup a separate user account for running a web browser because that's too much hassle (configuration, file access permissions, different home dirs etc.).<br />
<br />
Extensions of this model (sudo, PolicyKit) allow some flexibility but they are still fairly static and are configured at the system level (by an administrator).<br />
<br />
This is a misconception - on single-user systems the user _is_ the admin so at any time, he should be able to decide which permission he needs and which permissions he waives (just like I can unplug the LAN cable whenever I want). Think of it as of Android app permissions (except that the user should be able to grant/revoke single permissions even at runtime).</description>
			<pubDate>Thu, 01 Mar 2012 06:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (ndrw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Linus does not understand security</title>
			<link>http://www.osnews.com/thread?509098</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509098</guid>
			<description>Linus might be a very competent person, and he has achieve things in life I can only dream of, but he just does not understand security.<br />
<br />
The examples he refers to can all be a potencial security exploit, hence the requirement to not allow the normal user account to do those tasks.<br />
<br />
Deconstructing his examples:<br />
<br />
<b>Adding a printer</b><br />
Might require access to another driver besides the default one. Which if not installed, will need to be installed thus opening a security exploit, depending on the source of the driver binary.<br />
<br />
<br />
<b>Attaching to a new wireless network</b><br />
It exposes the computer to a another network. Depending on the wireless security settings, another exploit vector might now be open to the world.<br />
<br />
<b>Changing system time</b><br />
Many OS services/daemons depend on the current time and take decisions based on time. Every time you change system time, it might have unexpected consequences on system behavior.</description>
			<pubDate>Thu, 01 Mar 2012 07:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (moondevil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Linus does not understand security</title>
			<link>http://www.osnews.com/thread?509099</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509099</guid>
			<description>All these examples are legitimate user tasks on single-user desktops or shared workstations.<br />
<br />
Guess what, the user _will_ do all of this (after jumping through several hops) because he _is_ the admin. OTOH, the user _will not_ create another low privileged account for running his browser or Skype, ideally one per identity, even though that would greatly enhance his own security and privacy.<br />
<br />
Centrally managed time-sharing systems are a different story but (1) Linus didn't talk about them, (2) they have staff who know which distribution to choose or how to change default configuration.</description>
			<pubDate>Thu, 01 Mar 2012 07:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (ndrw)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Getting Tired</title>
			<link>http://www.osnews.com/thread?509110</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509110</guid>
			<description>Anyway, I think we all can agree that Linux Torvalds has some attitude problems. I mean, why would you call OpenBSD developers for &quot;masturbating monkeys&quot; because they think security is important?<br />
<br />
With a big ego such as Linus T, I doubt he would let anyone govern over his creation. I mean, if I created something, would I let someone else decide the name? Hell no.<br />
<br />
There is no chance that &quot;Linus T friend decided to call it Linux&quot;. With such a big ego, it was Linus T that decided to call it Linux.<br />
<br />
As Stallman said: &quot;I am not the one who calls GNU for Stallmanix&quot; - implying that to name a creation after yourself requires some ego.</description>
			<pubDate>Thu, 01 Mar 2012 10:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kebabbert)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: 2 remarks...</title>
			<link>http://www.osnews.com/thread?509116</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509116</guid>
			<description><div class="cquote">another distro for a macbook air ? WHY... the thing is designed for Mac OS... either you buy into that deal or you don't. I don't try to feed my cat dogfood either after all. </div><br />
The issue has <b>nothing</b> to do with hardware. The security is ALL software!<br />
<br />
As for using a different OS on Apple hardware... I don't see any problem with that. Apple makes decent hardware, so why are we not allowed to run our own software on that decent hardware.<br />
<br />
Look around! Most laptops are crap and made of plastic, or feel pasticy. Most have low battery life compared to Apple laptops. Also most laptop manufacturer buy into this crap low resolution widescreen monitors - because it's cheaper (thanks to all the LCD TV's). When last did you see a 1.6 ratio laptop monitor? Apple still makes those!</description>
			<pubDate>Thu, 01 Mar 2012 10:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (ggeldenhuys)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Getting Tired</title>
			<link>http://www.osnews.com/thread?509118</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509118</guid>
			<description><div class="cquote">[As Stallman said: &quot;I am not the one who calls GNU for Stallmanix&quot; </div><br />
<br />
He really wants to call it GNU/Linux though.</description>
			<pubDate>Thu, 01 Mar 2012 11:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Linus does not understand security</title>
			<link>http://www.osnews.com/thread?509119</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509119</guid>
			<description><div class="cquote">Adding a printer </div><br />
  There's no reason this should require me to give my password or the root password if I have already done so at least once in this session. A UAC like popup prompt would be enough and perhaps that should only be done if a driver install is needed.<br />
  <br />
  <br />
  <div class="cquote">Attaching to a new wireless network </div><br />
  This doesn't require root privileges on any recent distro I have used so I don't know if/why OpenSUSE does. Maybe it's a Yast thing or something.<br />
  There's no real security benefit to requiring the root password for this.<br />
  <br />
  <div class="cquote">Changing system time </div><br />
  See adding a printer.<br />
  <br />
  Note that we're talking about *personal* workstations and laptops here, not corporate ones or thin clients or servers.Edited 2012-03-01 11:25 UTC</description>
			<pubDate>Thu, 01 Mar 2012 11:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Linus does not understand security</title>
			<link>http://www.osnews.com/thread?509120</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509120</guid>
			<description><div class="cquote"><br />
<b>Adding a printer</b><br />
Might require access to another driver besides the default one. Which if not installed, will need to be installed thus opening a security exploit, depending on the source of the driver binary.<br />
 </div><br />
Agreed installing software should require enhanced security; but, if the user is happy using a pre-installed driver, or a generic driver, why shouldn't he?<br />
<br />
<div class="cquote"><br />
<b>Attaching to a new wireless network</b><br />
It exposes the computer to a another network. Depending on the wireless security settings, another exploit vector might now be open to the world.<br />
 </div><br />
I've hit this problem before, but never with plugging in a new Ethernet cable. Since functionally they both have the same potential problems (access to a new possible compromised network), why should one require root password and the other not?<br />
<br />
<div class="cquote"><br />
<b>Changing system time</b><br />
Many OS services/daemons depend on the current time and take decisions based on time. Every time you change system time, it might have unexpected consequences on system behavior. </div><br />
I believe his specific query was changing the time-<b>zone</b>, this would not affect any services, but is a common use case for users of laptops who travel (especially in the US where I understand there are all sorts of places where crossing a county line changes from daylight saving to mean time</description>
			<pubDate>Thu, 01 Mar 2012 11:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (MrWeeble)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Getting Tired</title>
			<link>http://www.osnews.com/thread?509133</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509133</guid>
			<description>It's a pity, that due to his fame, and more importantly other people apparently blindly following and agreeing (or not blindly, but taking a considered view, and agreeing), and with news sites further highlighting his views, that he should be censored, and would not be allowed the same freedom as you or I.<br />
<br />
Why is it, that I could say that, yet he can not?<br />
<br />
Yes yes, fame, moral responsibility (and advocating shooting one's self is a bit extreme, but it's obviously meant in humour), however I don't think this is at all extreme, it is, as he said, a simple rant.</description>
			<pubDate>Thu, 01 Mar 2012 13:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (wibbit)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?509136</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509136</guid>
			<description>Most people setup sudo to gain full access, not to run select programs.  Of course it's capable of that, but it's rarely used in the wild.  Most linux distros ship with it enabled like a root account.  <br />
<br />
I've seen people enable sshd on root accounts without using a key.  Then they got owned.  Everyday I see brute force attempts against root on my server.  It's ignorant because BSD defaults to root disabled.  They also had sudo turned on.<br />
<br />
Like any tool, sudo can be used correctly but unfortunately people don't use it this way.  Just because you setup your server competently doesn't mean it's common.<br />
<br />
As for mail servers, I wasn't talking enterprise here.  No LDAP.  I'm thinking web hosting, virtual private servers and small shops.  Anyone using sendmail + an imap server is probably using system accounts. That's default.  Some of those accounts probably have shell access, especially in a hosting scenario.  You don't have to agree with me, but I've seen it.  I used to work for hosting companies.</description>
			<pubDate>Thu, 01 Mar 2012 14:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (laffer1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Linus does not understand security</title>
			<link>http://www.osnews.com/thread?509144</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509144</guid>
			<description>I think you're mistaking technical limitations for 'security features'.  Let's look at the examples:<br />
<br />
<b>Adding a printer</b><br />
Might require access to another driver besides the default one. Which if not installed, will need to be installed thus opening a security exploit, depending on the source of the driver binary.<br />
<br />
-&gt; If the driver runs in user-space, with kernel-managed access to only the specific USB port the printer is connected to, then there should be no security risk<br />
<br />
<br />
<b>Attaching to a new wireless network</b><br />
It exposes the computer to a another network. Depending on the wireless security settings, another exploit vector might now be open to the world.<br />
<br />
-&gt; Either make it user-land by default (in a desktop environemt) OR just accept that the wireless connection isn't itself a security risk, but more a vector for attacks on existing flaws,<br />
<br />
<b>Changing system time</b><br />
Many OS services/daemons depend on the current time and take decisions based on time. Every time you change system time, it might have unexpected consequences on system behavior. [/q]<br />
<br />
<br />
-&gt; Desktop users don't usually care about the system time, they care about the time that is shown to them.  Let's introduce a per-user clock offset, to allow anyone to set their time to whatever they want. <br />
<br />
The underlying OS/Crypto/Daemon systems can still use the ntp-controlled time for internal book-keeping.</description>
			<pubDate>Thu, 01 Mar 2012 14:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (stestagg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Linus does not understand security</title>
			<link>http://www.osnews.com/thread?509157</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509157</guid>
			<description>What everyone is forgeting when replying is that all your suggestions kind of require special design decisions for the single user use case.<br />
<br />
Operating systems are however generic, and must be able to cope between being used by a single user at home, in very expensive servers in the enterprise world, and any scenario in between.<br />
<br />
Failing to do so, we end up with Microsoft's solution, which everyone loves to hate, when there are Windows flavours, each one different, depending on the user use case.</description>
			<pubDate>Thu, 01 Mar 2012 16:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (moondevil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Getting Tired</title>
			<link>http://www.osnews.com/thread?509167</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509167</guid>
			<description><i><b>&quot;Anyway, I think we all can agree that Linux Torvalds has some attitude problems. I mean, why would you call OpenBSD developers for &quot;masturbating monkeys&quot; because they think security is important?&quot;</b></i><br />
<br />
Maybe because... he has a sense of humor?  What you may perceive as a threat or declaration for war may have been nothing more than a humorous stab at OpenBSD for going overboard (in his opinion; debate this all you want, but he probably realizes pure security can get in the way, and is most likely referring to that).  I took it as a joke, laughed about it, forgot about it, and then moved on.  Well, until you brought it up again complaining.  Really... it's no big deal, despite the insanity some of you are trying to make it out to be.  Bottom line: WHO CARES?!?</description>
			<pubDate>Thu, 01 Mar 2012 19:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (UltraZelda64)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Add a printer with an msi</title>
			<link>http://www.osnews.com/thread?509169</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509169</guid>
			<description>You let people run printer installs with a msi.</description>
			<pubDate>Thu, 01 Mar 2012 20:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (jefro)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Getting Tired</title>
			<link>http://www.osnews.com/thread?509173</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509173</guid>
			<description><div class="cquote">Should we all stop using those because the highly unlikely chance that it might encourage some moron to follow them literally?  </div><br />
<br />
No, you should not be surprised when members of a different culture unfamiliar with your culture do not understand your culture. Its not a value judgement on either culture.</description>
			<pubDate>Thu, 01 Mar 2012 22:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Bill Shooter of Bul)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?509215</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509215</guid>
			<description><div class="cquote">I've seen people enable sshd on root accounts without using a key </div><br />
<br />
This is not a sudo problem and does not mean sudo is not suitable for servers. It's an admin competence issue.<br />
<br />
<div class="cquote">Like any tool, sudo can be used correctly but unfortunately people don't use it this way. Just because you setup your server competently doesn't mean it's common. </div><br />
<br />
So what? Again, this is not a problem with sudo but with incompetent/inexperienced admins. Using root password instead of sudo doesn't save you from this.<br />
<br />
<div class="cquote">No LDAP. I'm thinking web hosting, virtual private servers and small shops </div><br />
<br />
Most of those systems usually run something like sogo or iredmail and most of those mail systems does not use system accounts. I still say most mail servers does not use system accounts for mail access.<br />
<br />
<div class="cquote">I used to work for hosting companies. </div><br />
So did I.</description>
			<pubDate>Fri, 02 Mar 2012 03:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: The opposite is also true...</title>
			<link>http://www.osnews.com/thread?509293</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509293</guid>
			<description>You seem to misunderstand what I'm saying.  I'm arguing against using sudo by default on server platforms.  I don't hate sudo.  In fact, I've included it in my operating system.  I don't think sudo itself is the problem, but rather how people talk about it.  It implies a certain type of setup and use case that most people don't realize.  <br />
<br />
There are more incompetent system administrators than competent ones.  It's a fact of life.</description>
			<pubDate>Fri, 02 Mar 2012 14:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (laffer1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Getting Tired</title>
			<link>http://www.osnews.com/thread?509346</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509346</guid>
			<description>You'd think he would be a more well spoken at this point in his life. <br />
<br />
Anyway, Theo's rants are better, and he was doing it when it wasn't cool. <img src="/images/emo/tongue.gif" alt=";)" /></description>
			<pubDate>Fri, 02 Mar 2012 19:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Flatland_Spider)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Accurate, if quite unnecessarily offensive.</title>
			<link>http://www.osnews.com/thread?509349</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509349</guid>
			<description>The five minute time out is a setting that can be changed in the sudo config. It's a convenience thing for command line users.<br />
<br />
Yeah, OSs really need to try to sandbox the user much more then they already to. Eveything still has that DOS mentallity that the user should have complete control of the computer, when in reality they just need control of their profile/home dir unless they need to make a system wide change. <br />
<br />
For instace, software should have the option of installing system wide or just for the user. If the software is going to be system wide, then authentication is asked for, and if it's user only, then the software gets installed into a programs folder.<br />
<br />
There is support for this (PortableApps for windows and compiling from source Unix, for instance), but it's not mainstream.</description>
			<pubDate>Fri, 02 Mar 2012 19:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (Flatland_Spider)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Torvalds does the thing he knows best...</title>
			<link>http://www.osnews.com/thread?509365</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?509365</guid>
			<description>...he is trolling. While the salesmen on the road clearly don't need to enter root password to setup printers if setting up the printers is a part of their job, limiting users' privleges in offices is a common practice these days. I worked in office environment where this opportunity was specifically and purposely disabled.<br />
<br />
Actually tuning the permissions and passwords on Unix-like systems is dead easy. Though Linux has PolicyKit now, it is still not all that difficult to get the user permissions right anyway. Typing the rant in Google Plus actually takes more time then tuning permissions on all the PCs in a family.<br />
<br />
Anyway, the question of defaults is pretty streight forward: if you change the distro you shouldn't expect the defaults you are accustomed to; you should check and fix them according to your likes. Complaining about that is pretty much maroonish.</description>
			<pubDate>Fri, 02 Mar 2012 21:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (ddc_)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
