<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/17788/Microsoft_All_OSes_Should_Use_Vista_s_UAC_Security</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 10 Nov 2009 07:08:21 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>Well</title>
			<link>http://osnews.com/thread?234706</link>
			<guid isPermaLink="true">http://osnews.com/thread?234706</guid>
			<description>I would just prefer a more secure kernel and OS, not something that asks me if I am sure that I would like to change the theme 1000 times.</description>
			<pubDate>Sat, 28 Apr 2007 01:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (bulio)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Well</title>
			<link>http://osnews.com/thread?234708</link>
			<guid isPermaLink="true">http://osnews.com/thread?234708</guid>
			<description>I agree and I thought Unix style permissions were the way to go. Why reinvent the wheel when there is proven technology already out there?</description>
			<pubDate>Sat, 28 Apr 2007 01:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (zizban)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Hehe...</title>
			<link>http://osnews.com/thread?234709</link>
			<guid isPermaLink="true">http://osnews.com/thread?234709</guid>
			<description>And they'll be willing to license it to you for a low low price...  :&gt;</description>
			<pubDate>Sat, 28 Apr 2007 01:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almafeta)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Well</title>
			<link>http://osnews.com/thread?234712</link>
			<guid isPermaLink="true">http://osnews.com/thread?234712</guid>
			<description>While I'm a Unix nerd, regular Unix style permission aren't as robust as NTFS permissions. When you implement ACL's or similar then you get on par, but unix stlye permission can't hang.</description>
			<pubDate>Sat, 28 Apr 2007 01:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (adapt)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Well</title>
			<link>http://osnews.com/thread?234713</link>
			<guid isPermaLink="true">http://osnews.com/thread?234713</guid>
			<description>Unix-style permissions are limited and not particularly secure.  They're more an accident of how Unix was initially implemented than anything else.  ACLs are the way of the present and MAC/RBAC (and I hope Capabilities) is what will be implemented in the future (or in high-security installations today).  <br />
<br />
One of the design goals of NT was to pass the B2 Common Criteria certification for the US DoD.  Under those criteria, Unix permissions just don't cut it.  That's why all *nixes are adding ACLs and other mechanisms.</description>
			<pubDate>Sat, 28 Apr 2007 01:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (PlatformAgnostic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Windows Vista</title>
			<link>http://osnews.com/thread?234714</link>
			<guid isPermaLink="true">http://osnews.com/thread?234714</guid>
			<description>This is the last in the line on this code base, I have tried it out and you have to click on prompt boxes.<br />
<br />
* When trying to change almost anything the screen dims in the background and a prompt box appears asking if this is what you want to do. Of course it is why on earth would I click on it in the first place? It is out of control, why can't it be like my Linux distro Fedora with a regular user account that can run programs/applications and perform computing functions. Then have the admin account to install what you need or make system changes. From the time I spent on it in a Office Depot store it was slow, actually one of the laptops blue screened with the 'infamous IRQ NOT EQUAL' that means it was a buggy driver. <br />
<br />
Basically, this is nothing more than a rehashed Windows NT Workstation code base that was unstable until about SP5 or SP6 it actually was not to bad. <br />
<br />
Anyways, the UAC will not protect the system completely since deviant people sit around and write viruses, trojan and spyware for Windows because they like to cost companies money which in turn pass it on to the consumer. I gave up on Windows NT Workstation when I performed by first install of Red Hat Professional 6.0 boxed set back around 1999. <br />
<br />
In the Enterprise at work, I run Fedora Core 6 on my laptop/workstation and the Corp runs Windows XP Pro however, just as previous Windows versions you have to run as Administrator on a Windows machine to run certain programs. I use the VPN or Citrix client to log in on my laptop, but the security in Windows is there but it is not correctly implemented. <br />
<br />
I just don't understand why in previous Windows releases why you need to run as Administrator? It should have been locked down years ago, but they created this monster and they are having the worst time trying to correct it.<br />
<br />
Just as a Professor told me in College years ago, 'Always grant the LEAST amount of permissions to get the job done, because you can always add but it is almost impossible to start taking them away'........<br />
<br />
How true that quote is, and I do not understand a Corps non-nonchalant attitude with data security being at the utmost importance.</description>
			<pubDate>Sat, 28 Apr 2007 01:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Southern.Pride)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>UAC is MAC</title>
			<link>http://osnews.com/thread?234716</link>
			<guid isPermaLink="true">http://osnews.com/thread?234716</guid>
			<description>UAC is Mandatory Access Control.<br />
<br />
MacOS X 10.5 Leopard, FreeBSD, OpenBSD, Trusted Solaris, and Linux have MAC implementations that differ from UAC. There are likely other OSes with MAC security frameworks, but those are all that I can think of ATM.<br />
<br />
However, just because MAC is supported doesn't mean its used by default. Very few Linux OSes have support for MAC (let alone any other security measures) out of the box by default. This is why hardened distributions are a unique breed.Edited 2007-04-28 01:28</description>
			<pubDate>Sat, 28 Apr 2007 01:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Xaero_Vincent)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>They're kinda right</title>
			<link>http://osnews.com/thread?234717</link>
			<guid isPermaLink="true">http://osnews.com/thread?234717</guid>
			<description>While UAC is a good concept, the implementation/execution doesn't fare too well...<br />
<br />
Today, I have seen MS Vista in action for the first time. While it did looked quite nice, the UAC kept harassing the user while installing programs or accessing folders on his computer. By harassing, I mean, the user had to click &quot;Continue&quot; twice for accessing a protected folder (once for &quot;Access denied, do you want for continue?&quot;, another time for &quot;Do you want to authorize the app?&quot;). Installing applications from network shares didn't always worked, probably because UAC kept getting in the way (and the installers weren't the most recent).<br />
<br />
While not perfect, caching supervisor privileges for a little while like Fedora and Ubuntu do seem a better approach to me.</description>
			<pubDate>Sat, 28 Apr 2007 01:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (Wrawrat)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Well</title>
			<link>http://osnews.com/thread?234721</link>
			<guid isPermaLink="true">http://osnews.com/thread?234721</guid>
			<description>Standard UNIX / Linux access control (i.e. rwx bits) are limited and archaic. The better way, more aligned with the flexibility of NTFS permissions would be RBAC (Role Based Access Control).</description>
			<pubDate>Sat, 28 Apr 2007 01:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (flanque)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Well</title>
			<link>http://osnews.com/thread?234722</link>
			<guid isPermaLink="true">http://osnews.com/thread?234722</guid>
			<description>Well NTFSv5/6 permissions have many more options and managed by an ACL (a list with specific granting and denial info for certain users/groups) for each file and directory.<br />
<br />
But I wouldn't say Unix-style permissions are less secure; they are just less flexible by themselves.</description>
			<pubDate>Sat, 28 Apr 2007 01:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (Xaero_Vincent)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Well</title>
			<link>http://osnews.com/thread?234724</link>
			<guid isPermaLink="true">http://osnews.com/thread?234724</guid>
			<description><i>While I'm a Unix nerd, regular Unix style permission aren't as robust as NTFS permissions. When you implement ACL's or similar then you get on par, but unix stlye permission can't hang. </i><br />
<br />
The only things I miss from &quot;regular Unix style permission[s]&quot; are (a) a separate delete flag on files and (b) the ability to restrict permissions to specific user(s) other than the owner. And POSIX ACL's do the latter. I'm not quite familiar with them, however, so it's even possible they do the former.</description>
			<pubDate>Sat, 28 Apr 2007 01:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (twenex)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Huh?</title>
			<link>http://osnews.com/thread?234726</link>
			<guid isPermaLink="true">http://osnews.com/thread?234726</guid>
			<description>In one article they admit that UAC is a failure (relative to the bar they set themselves up against - especially considering this is Microsoft we're talking about, &quot;Quelle Surprise&quot;) and in the next they say everyone should be doing this?<br />
<br />
Left hand unaware of actions of right hand.</description>
			<pubDate>Sat, 28 Apr 2007 01:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (twenex)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>UAC is basically Sudo</title>
			<link>http://osnews.com/thread?234727</link>
			<guid isPermaLink="true">http://osnews.com/thread?234727</guid>
			<description>There's talk of MAC and like, but that's not really necessary for implementing something similar to UAC.<br />
<br />
All UAC requires is that whenever an application needs to perform some security task, it asks the user first.  You can also do this in an app on Linux by simply shelling out to sudo (or a wrapper like consolehelper).  However, in order to be actually secure, you'd also need XACE running and the confirmation dialog would need access set such that only &quot;secure&quot; apps can access the dialog (otherwise, a virus could send events to the window to automatically click OK).<br />
<br />
Sure, MAC is nice because it's finer grained than just sudo, and UAC uses finer grained controls, but the core UI doesn't need it.  Linux distros have thus had the base UI for UAC for years and years, and only the lack of XACE support makes Windows (in theory) more secure with its UAC implementation.</description>
			<pubDate>Sat, 28 Apr 2007 01:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (elanthis)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Aspire? Yeah right...</title>
			<link>http://osnews.com/thread?234728</link>
			<guid isPermaLink="true">http://osnews.com/thread?234728</guid>
			<description>Whatever, other operating systems don't have to aspire towards it - they already have it!<br />
I've been getting nice popups from KDE whenever it needs privileges to do something since I started using it - must be three years now? I'm sure it's been in there much longer than that too.<br />
<br />
Last time I used OSX it also provided a nice privilege escalation prompt when it needed it.<br />
<br />
This is just typical Microsoft BS trying to cover up the fact that they've done it absolutely horribly. Hardly surprising though - the last time I had the joy of using Access 2003 I had to click my way through three totally obtuse popups just to open a database, all the while thinking &quot;I bet UAC will be just like this...&quot;.<br />
<br />
They can say what they want about users blindly clicking through popups, but has there ever actually been anyone, anywhere who has gone to install/run some program or opened a file and got one of these type of popups and then changed their mind?</description>
			<pubDate>Sat, 28 Apr 2007 01:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Archangel)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: They're kinda right</title>
			<link>http://osnews.com/thread?234729</link>
			<guid isPermaLink="true">http://osnews.com/thread?234729</guid>
			<description>That's a security hole.  Installers will get updated, so that hole won't be necessary.</description>
			<pubDate>Sat, 28 Apr 2007 01:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (PlatformAgnostic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>OK Microsoft</title>
			<link>http://osnews.com/thread?234732</link>
			<guid isPermaLink="true">http://osnews.com/thread?234732</guid>
			<description>Lets play it your way and do a UAC for Linux, will that mean you'll sue us, will we have to pay you for protection money like Novell?<br />
<br />
Vista UAC has been out barely 4 months, hardly enough time to claim other OS need to aspire it.</description>
			<pubDate>Sat, 28 Apr 2007 02:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (SlackerJack)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Well</title>
			<link>http://osnews.com/thread?234733</link>
			<guid isPermaLink="true">http://osnews.com/thread?234733</guid>
			<description>I would just prefer a more secure kernel and OS, not something that asks me if I am sure that I would like to change the theme 1000 times.<br />
<br />
It's not that the kernel and core OS components are insecure so much as it's the applications demanding access to system-wide resources.  I'm sure that Windows has many system resources that should be per-user, but changing these would break the applications.  The applications were written on the premise that the user has full reign over the system, which is no longer the case.  The crap that used to pass for an application doesn't cut it anymore, and that's why we (or more accurately you [all], since I don't use Vista) have UAC.<br />
<br />
Other operating systems provide the same mechanisms provided by UAC, but they're much less annoying because the applications for those platforms understand that the user has limited rights.  Most Linux distributions have a one-command or one-click software update facility that only requires root authentication once, not once (or more) for every package.  Changing desktop or application settings is not a privileged operation.  If Vista worked like this, then UAC wouldn't be universally hated at all.<br />
<br />
People liken UAC to a &quot;boy who cried wolf&quot; situation.  But these prompts aren't false alarms, they are actually wolves in sheep's clothing.  The applications shouldn't be doing this stuff, but the user has to let them have their way or else they won't work properly.</description>
			<pubDate>Sat, 28 Apr 2007 02:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (butters)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Well</title>
			<link>http://osnews.com/thread?234734</link>
			<guid isPermaLink="true">http://osnews.com/thread?234734</guid>
			<description>B2 is a classification for Trusted Computing under the long defunct Trusted Computer Security Evaluation Criteria (TCSEC), which was cancelled March 1999:<br />
<br />
<a href="http://www.alw.nih.gov/Security/FIRST/papers/criteria/tcsec.txt" rel="nofollow">http://www.alw.nih.gov/Security/FIRST/papers/criteria/tcsec.txt</a>  <br />
<br />
Under Common Criteria a trusted system would be evaluated at an Evaluated Assurance Level (EAL) of 4+ or better.<br />
<br />
The original design goal of Windows NT was to evaluated at TCSEC C2, which is the minimum for processing Top Secret information. This link should be helpful in describing the TCSEC security ratings:<br />
<br />
<a href="http://www.windowsecurity.com/whitepaper/Windows_NT_Security_Part_1.html" rel="nofollow">http://www.windowsecurity.com/whitepaper/Windows_NT_Security_Part_1...</a>  <br />
<br />
B2 level security calls for Labeled Security and would be evaluated today using the Labeled Security Protection Profile (LSPP). There is no version of Windows that I am aware of that supports Labeled Security.Edited 2007-04-28 02:15</description>
			<pubDate>Sat, 28 Apr 2007 02:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Robert Escue)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Well</title>
			<link>http://osnews.com/thread?234737</link>
			<guid isPermaLink="true">http://osnews.com/thread?234737</guid>
			<description>Sorry... I should have checked the specifics before posting.  My fault.  The point I was trying to make was that ACLs and Auditing were specifically required for the (now defunct) security tests that MSFT wanted NT to pass.</description>
			<pubDate>Sat, 28 Apr 2007 02:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (PlatformAgnostic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:  UAC is MAC</title>
			<link>http://osnews.com/thread?234738</link>
			<guid isPermaLink="true">http://osnews.com/thread?234738</guid>
			<description>Xaero_Vincent wrote<br />
<br />
Very few Linux OSes have support for MAC (let alone any other security measures) out of the box by default. This is why hardened distributions are a unique breed. <br />
<br />
<br />
<br />
The default Unix/Linux practice of having a seperate root account for doing insecure stuff covers 99% of your security needs. Other than Windows pseudo-geeks, who actually uses advanced NTFS file permissions? Until Microsoft stops the default of running Windows as Administrator every new-fangled idea they conjure up to secure Windows will be a waste of time for the average joe who will always take the line of least resistance.<br />
<br />
Microsoft has created a security monster and other software vendors have followed this scandalous practice. Many off-the-shelf Windows applications will not run well unless you are administrator.<br />
<br />
This is my advice to Microsoft: Swallow your pride and copy Unix security standards from 1971 then use that as  a foundation for any other advanced features.</description>
			<pubDate>Sat, 28 Apr 2007 02:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (lz1kwk)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Windows Vista</title>
			<link>http://osnews.com/thread?234741</link>
			<guid isPermaLink="true">http://osnews.com/thread?234741</guid>
			<description><div class="cquote">I just don't understand why in previous Windows releases why you need to run as Administrator? It should have been locked down years ago, but they created this monster and they are having the worst time trying to correct it. </div><br />
<br />
And you call yourself a 'professional'? anyone who has half a brain will tell you that the reason for Administration by default with Windows XP and below is for compatibility reasons relating to how things are written to the hard disk and how some poorly written applications interact with the system itself.<br />
<br />
Oh, and btw, when you run Windows Vista, you're not running in Administrator mode, hence the reason for UAC - it teporarily elevates privilages for that given application, its no different than the use of sudo/gksu in the *NIX world.<br />
<br />
<div class="cquote">Just as a Professor told me in College years ago, 'Always grant the LEAST amount of permissions to get the job done, because you can always add but it is almost impossible to start taking them away'........ </div><br />
<br />
Ah, the professor. If I had 10 cents for every professor I met who never stepped foot into a company, I would be a millionaire by now. Just because a professor says something, doesn't make it gospel or some new revelation.<br />
<br />
Microsoft *KNOW* about security, the problem is that third parties would rather refuse to update their software and write their programmes properly to take into account restricted access when running.<br />
<br />
Microsoft only provides it for backwards compatibility - I swear there is a legion of pea brain people like you out there claiming that Microsoft makes these decisions for shits and giggles.<br />
<br />
Microsoft is a multibillion dollar organisation with some of the smartest people in the industry, you really think they go out of their way to deliberately bone head and stupid things? ever thought there was more it than just what appears on the surface?Edited 2007-04-28 02:49</description>
			<pubDate>Sat, 28 Apr 2007 02:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (kaiwai)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>How About A Change Of Track Record First</title>
			<link>http://osnews.com/thread?234742</link>
			<guid isPermaLink="true">http://osnews.com/thread?234742</guid>
			<description>Microsoft cannot lecture anyone on security until they change their track record on security. Even the six year old XP system has suffered mayhem in the last few years. I realize Vista is supposed to be latest and greatest in security according to Microsoft, but they will have to earn the trust of customers, and they will not do that overnight. I find it appalling that they would attempt to tell other OS'es how to be secure.</description>
			<pubDate>Sat, 28 Apr 2007 02:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (pfsams)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Obviously</title>
			<link>http://osnews.com/thread?234743</link>
			<guid isPermaLink="true">http://osnews.com/thread?234743</guid>
			<description>That is a no brainer statement.  Of course all os's should use UAC - that way they all suck just as much as Vista.</description>
			<pubDate>Sat, 28 Apr 2007 02:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (narcissus)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: How About A Change Of Track Record First</title>
			<link>http://osnews.com/thread?234744</link>
			<guid isPermaLink="true">http://osnews.com/thread?234744</guid>
			<description>Look at Windows 2003 and IIS6.  Apparently they have done a much better job and *have* changed their track record.  Microsoft has learned a lot, the harder way, so they do indeed have things to teach the industry at large.<br />
<br />
Here is a revelation to many:  Put a few hundred million people in front of computers and a whole lot of them will do really dumb things.  Part of the security problem out there is not just MS's fault, but ignorant (not necessarily dumb) users who'll run that iloveyou.exe file. UAC helps mitigate this and so does Vista in warning users that bad things can happen when running unknown/untrusted executables.<br />
<br />
The reason unix security works as it does has a lot to do with the fact that it requires much more computer smarts to use and therefor the root user is far more likely to know smart computer use practices.  True though, the software for *nix was written knowing better system level access from the start.<br />
<br />
The UAC prompts will diminish as 3rd parties catch up with the new model, imo.Edited 2007-04-28 03:05</description>
			<pubDate>Sat, 28 Apr 2007 03:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (jjmckay)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Well</title>
			<link>http://osnews.com/thread?234745</link>
			<guid isPermaLink="true">http://osnews.com/thread?234745</guid>
			<description>UAC has been overplayed by the &quot;MS SUXXORZ&quot; crowd as expected. The idea that it pops up every seven seconds is stupid at best, and the usual FUD at worst. Once you're done installing and configuring crap, you should not see it. Let me repeat that: I haven't seen a UAC prompt since I &quot;stabilized&quot; my two Vista boxes almost two months ago. If I expect to see it, I expect I'll see it about as often as I do on Ubuntu.<br />
<br />
But of course, it's always more fun to blabber on about how a Microsoft product is doing &quot;funny&quot; things. Yes, &quot;universally hated&quot; and the basic misunderstanding (probably on purpose) of the fact that UAC compensates for software written for the admin-all-the-time model of previous versions of Windows.<br />
<br />
Carry on. Those of us who actuall <i>use</i> Vista know that you are full of shit.</description>
			<pubDate>Sat, 28 Apr 2007 03:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (twitter)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Windows Vista</title>
			<link>http://osnews.com/thread?234747</link>
			<guid isPermaLink="true">http://osnews.com/thread?234747</guid>
			<description>Microsoft can be a multi billion dollars company and be beaten by the monster they created!<br />
Microsoft own product have a hard time playing nice with UAC. Why is it recommended to run Visual Studio 2005 as administrator every time you launch it? Never seen that on any development tools on any other OS! Why did it take 5 month for providing compatibilty on something like SQL 2005 or Visual Studio 2005?<br />
Also you go to control panel, run network setting just to check (read only). Oops, &quot;Please confirm...&quot;... What's the point for a read only operation? The truth is that Microsoft did not take time to carefully check every windows component so that the user is not prompted abusively.</description>
			<pubDate>Sat, 28 Apr 2007 03:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (topos)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Well</title>
			<link>http://osnews.com/thread?234748</link>
			<guid isPermaLink="true">http://osnews.com/thread?234748</guid>
			<description>Exactly. What most people don't understand is that Microsoft read directly from the TCSEC and gave the US Government most of what it wanted. Windows since NT has audited user actions (when enabled) based on DoD requirements. I am sure Microsoft used it (amongst other things) in their sales pitch to DoD. <br />
<br />
Now if only they actually read the portion of the TCSEC that dealt with least privilege and created an OS using that concept, things might be different.</description>
			<pubDate>Sat, 28 Apr 2007 03:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (Robert Escue)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: UAC is MAC</title>
			<link>http://osnews.com/thread?234757</link>
			<guid isPermaLink="true">http://osnews.com/thread?234757</guid>
			<description>However, just because MAC is supported doesn't mean its used by default. Very few Linux OSes have support for MAC (let alone any other security measures) out of the box by default. This is why hardened distributions are a unique breed. <br />
<br />
This is why I think fedora is so great (even though I don't use it) because it supports MAC out of the box along with SSP and other security protections.</description>
			<pubDate>Sat, 28 Apr 2007 03:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (abraxas)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]:  UAC is MAC</title>
			<link>http://osnews.com/thread?234758</link>
			<guid isPermaLink="true">http://osnews.com/thread?234758</guid>
			<description>&quot;This is my advice to Microsoft: Swallow your pride and copy Unix security standards from 1971 then use that as a foundation for any other advanced features.&quot;<br />
<br />
If all it took was &quot;swallowing pride&quot;, they'd have done this already.  They had their own unix implementation, after all, so it wouldn't even be an issue of &quot;swallowing pride&quot;.<br />
<br />
*nix nerds like to think that *nix is the be-all and end-all of security, and indeed OS architecture in general.  Those that think that are unaware of unix's history.  It had a pretty shoddy security record during the 70's and first half 80's.  The first worms were Unix worms.  It wasn't regarded as the state-of-the-art in security, but just barely adequate.  It improved through trial-and-error and trial-by-fire, just as Microsoft's systems have been doing since 1995.<br />
<br />
Microsoft shouldn't adopt unix's system, as NT's security system is already superior.  The problem the Microsoft had to deal with is that DOS, Win3.x, and Win9x were single-user systems with no concept of accounts with different privileges, and programs written for those systems were designed to operate under that assumption.  In order to provide a smooth transition from those systems to the NT-based systems, Microsoft made the default NT accounts admin, so that the Win9x programs would run with no problems.  Maybe this was a poor decision, but it is orthogonal to whether they should've adopted Unix permissions over NT's ACLs.<br />
<br />
With Vista, the default accounts are not &quot;admin&quot;, per se (they are &quot;admin&quot; but run with limited permissions, unless OK'ed by UAC).  So there's no need to copy Unix let alone &quot;swallow pride&quot;.Edited 2007-04-28 03:52</description>
			<pubDate>Sat, 28 Apr 2007 03:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (MollyC)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Yikes...</title>
			<link>http://osnews.com/thread?234761</link>
			<guid isPermaLink="true">http://osnews.com/thread?234761</guid>
			<description>I cant believe how many MS fanboys are on this forum. The UAC on Vista is annoying and pesters you for far too many operations that seems unnecessary. I was using a Vista system and it wanted me to confirm copying a file from a network drive. Gotta love it.</description>
			<pubDate>Sat, 28 Apr 2007 04:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (vondur)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Windows Vista</title>
			<link>http://osnews.com/thread?234762</link>
			<guid isPermaLink="true">http://osnews.com/thread?234762</guid>
			<description>Where did Microsoft guarantee that Visual studio 2005 would work on Windows Vista flawlessly? Microsoft never said so. Visual Studio 2005 was provided for programmers to get their applications up and ready to run on Windows Vista whilst still in a Windows XP environment.<br />
<br />
The next version of Visual Studio will be 100% compatible with Windows Vista, and might possibly be a free upgrade for those who are running Visual Studio 2005 - then again, most people who programme for Microsoft Windows will have a MSDN subscription which means they'll automatically get it.</description>
			<pubDate>Sat, 28 Apr 2007 04:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (kaiwai)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Been using vista for about two months now</title>
			<link>http://osnews.com/thread?234763</link>
			<guid isPermaLink="true">http://osnews.com/thread?234763</guid>
			<description>UAC needs some serious tweaking, but I would much rather have an os that asks too much then an os that asks not enough. Unlike what has been stated here, it doesnt ask if you want to change the theme, only if you are accessing files or areas of the system where you dont have the nessicary permissions. <br />
<br />
What it does is fantastic, the system itself is much better designed then any linux distro I have ever used. Where it falls on its ass is that it bothers you way too much, between not allowing any way to install user specific applications, and having legacy apps requiring admin priviledges to run, it seems like UAC is constantly at your shoulder (like in that apple ad). <br />
<br />
IMHO, OSX is the only desktop OS that handles security properly. It is by far the closest to that sweet spot of doing its job, and staying out of your face. Vista security is a massive step in the right direction for ms, where the work needs to go now is allowing for a more pleasent experience for non priviledged users, or the first thing joe average will do on install is turn off the very feature XP got trashed for the most for not having.</description>
			<pubDate>Sat, 28 Apr 2007 04:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (google_ninja)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Well</title>
			<link>http://osnews.com/thread?234764</link>
			<guid isPermaLink="true">http://osnews.com/thread?234764</guid>
			<description>Yeah, why innovate at all?  Its all just re-inventing the wheel at this point.  Why not completely mimic the windows ui on every operating system.  Re-doing a new design is just re-inventing the wheel, right?  Why code Linux?  Its just a clone of Unix.. Isn't THAT just re-inventing the wheel?  The truth of the matter is, its a matter of preference.  Believe it or not, some people like the way windows does it.</description>
			<pubDate>Sat, 28 Apr 2007 04:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (computrius)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>but that's the problem!!</title>
			<link>http://osnews.com/thread?234765</link>
			<guid isPermaLink="true">http://osnews.com/thread?234765</guid>
			<description>&quot;Where did Microsoft guarantee that Visual studio 2005 would work on Windows Vista flawlessly?&quot;<br />
<br />
That is exactly the problem!!! Vista was well into beta at that point the security model should have been nailed down as an advancement of what they already had.  This is typical of such a big company that they won't do more than the minimum to make the product &quot;just work&quot; rather than rewriting what they need to be in compliance... and now the next version is out and it doesn't quite work because they didn't do it 100% in the first place.  Multiply that by the thousand other companies that don't have the knowledge of the secret bits MS the MS programmers do.. that's the recipe for disaster.</description>
			<pubDate>Sat, 28 Apr 2007 04:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (mabhatter)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Yikes...</title>
			<link>http://osnews.com/thread?234770</link>
			<guid isPermaLink="true">http://osnews.com/thread?234770</guid>
			<description>&gt;I cant believe how many MS fanboys are on this forum<br />
<br />
Webmasters: care to share some browser and OS statistics about the readers of OSNews?Edited 2007-04-28 05:29</description>
			<pubDate>Sat, 28 Apr 2007 05:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (dimosd)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>General rule</title>
			<link>http://osnews.com/thread?234773</link>
			<guid isPermaLink="true">http://osnews.com/thread?234773</guid>
			<description>If you develop software and it turns out that by most of your clients it's being &quot;misunderstood&quot; then you made something wrong, easy as that. <br />
<br />
I don't think they need to fight on that (well, their PR could but not the tech guys), better try to realize the problem and do it somehow else next time.</description>
			<pubDate>Sat, 28 Apr 2007 05:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (d_Yn)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Well</title>
			<link>http://osnews.com/thread?234775</link>
			<guid isPermaLink="true">http://osnews.com/thread?234775</guid>
			<description>I'm confused [actually, not, but whatever]. ACL is not something you can't see or can't hear about in Linux land, but many just behave like it wouldn't exist, maybe it's easier to dismiss. I don't give a rat's behind, but as I know extx,xfs,jfs,reiser support acl without patches in the 2.6.x branch (feel feel to correct me, with facts not with wishes), even samba IIRC, I think there is still work to be done on nfs, but still, talking about it as it wouldn't even exist bothers me.</description>
			<pubDate>Sat, 28 Apr 2007 06:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (l3v1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Well</title>
			<link>http://osnews.com/thread?234778</link>
			<guid isPermaLink="true">http://osnews.com/thread?234778</guid>
			<description>I also was confused. getfacl and friends are available for years.....<br />
<br />
<a href="http://www.suse.de/~agruen/acl/linux-acls/online/" rel="nofollow">http://www.suse.de/~agruen/acl/linux-acls/online/</a></description>
			<pubDate>Sat, 28 Apr 2007 06:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (linux-it)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: UAC is MAC</title>
			<link>http://osnews.com/thread?234779</link>
			<guid isPermaLink="true">http://osnews.com/thread?234779</guid>
			<description><i>Very few Linux OSes have support for MAC (let alone any other security measures) out of the box by default.</i><br />
<br />
SELinux is part of every linux kernel today although it's not enabled by default.<br />
<br />
<i>This is why hardened distributions are a unique breed.<br />
</i><br />
<br />
They are a rare breed because the functionality is disproportional to the gained security.In other words,the more secure a system becomes the less functional it often is.Edited 2007-04-28 06:25</description>
			<pubDate>Sat, 28 Apr 2007 06:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (netpython)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: UAC is MAC</title>
			<link>http://osnews.com/thread?234780</link>
			<guid isPermaLink="true">http://osnews.com/thread?234780</guid>
			<description>and hey, don't forget apparmor.....<br />
(easier to set up compared to selinux btw)</description>
			<pubDate>Sat, 28 Apr 2007 06:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (sgibofh)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Well</title>
			<link>http://osnews.com/thread?234782</link>
			<guid isPermaLink="true">http://osnews.com/thread?234782</guid>
			<description>Have another read of what I said. Here's a quote for you:<br />
<br />
<div class="cquote">Standard UNIX / Linux access control (i.e. rwx bits) are limited and archaic. </div><br />
<br />
I never said alternatives don't exist, I referred specifically to the the rwx bits of files and directories. I'm not sure why you're confused.</description>
			<pubDate>Sat, 28 Apr 2007 06:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (flanque)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]:  UAC is MAC</title>
			<link>http://osnews.com/thread?234783</link>
			<guid isPermaLink="true">http://osnews.com/thread?234783</guid>
			<description>&quot;This is my advice to Microsoft: Swallow your pride and copy Unix security standards from 1971 then use that as a foundation for any other advanced features. &quot;<br />
<br />
How about the copy some Unix standards from 2001 and not 1971? Besides, Unix is far from perfect, it just has a more knowledgeable and savvy user base who practice defensive computer using techniques.</description>
			<pubDate>Sat, 28 Apr 2007 07:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (jayson.knight)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]:  UAC is MAC</title>
			<link>http://osnews.com/thread?234785</link>
			<guid isPermaLink="true">http://osnews.com/thread?234785</guid>
			<description>And that's the real problem.  Most groups that keep rolling back to Microsoft products would rather move to the newest now and patch the problems later.  IT should always be conservative with their data security.  Yet the ones revolving around Windows tend to take the opposite approach.  I cannot imagine the ramifications if stockholders actually knew what went on in the corporate world when it comes to their company's internal network's integrity and security.</description>
			<pubDate>Sat, 28 Apr 2007 07:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (MadRat)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>It doesn't work...</title>
			<link>http://osnews.com/thread?234789</link>
			<guid isPermaLink="true">http://osnews.com/thread?234789</guid>
			<description>Yes, you read it right.  People simply turn it [UAC] off.  Yes.  I've already had a bunch of people tell me that they've turned it off because it was annoying.  And it is.  It's not user friendly, having to have a person/user click twice...not good imho.  <br />
<br />
As one of the earlier posters said, it's better to give users too little permissions, than too much and then try and take them away.  He's absolutely dead right imho.  Your average Windows user doesn't want to have security...they simply don't care.<br />
<br />
Dave</description>
			<pubDate>Sat, 28 Apr 2007 07:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (melkor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Pure Entertainment</title>
			<link>http://osnews.com/thread?234794</link>
			<guid isPermaLink="true">http://osnews.com/thread?234794</guid>
			<description>Sometimes I really wonder why Microsoft is called a Software company.<br />
<br />
With all those stand-up comedians employed at management positions they'd make a good entertainment company.<br />
<br />
I bet they could successfully broadcast a weekly &quot;Microsoft Night Life&quot; comedy feature.</description>
			<pubDate>Sat, 28 Apr 2007 08:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (anda_skoa)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>and it's not just security</title>
			<link>http://osnews.com/thread?234795</link>
			<guid isPermaLink="true">http://osnews.com/thread?234795</guid>
			<description>using UAC in every os also serves other purposes. <br />
the problem of overpopulation for example.<br />
<br />
'you clicked the open button. are you sure you want to open that file?'<br />
<br />
'you clicked the ok button. are you sure you want to click ok?'<br />
<br />
BANG!<br />
<br />
the whole world using a system like this, overpopulation is not a problem anymore. <br />
<br />
sorry, couldn't resist <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Sat, 28 Apr 2007 08:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (Ironhead Haynes)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Windows Vista</title>
			<link>http://osnews.com/thread?234796</link>
			<guid isPermaLink="true">http://osnews.com/thread?234796</guid>
			<description>UAC and sudo are not at all the same. They work in quite different ways. Sudo grants the user temporary extended rights (depending on the configuration of sudo - <i>visudo</i>) while UAC prompts _everytime_ the user goes out of his/her normal domain. Two very different approaches and behaviour. UAC is no more like sudo than bananas are like strawberries.</description>
			<pubDate>Sat, 28 Apr 2007 08:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (dylansmrjones)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Until you answer this...</title>
			<link>http://osnews.com/thread?234798</link>
			<guid isPermaLink="true">http://osnews.com/thread?234798</guid>
			<description>I've seen a lot of &quot;highly technical&quot; pro Microsoft talk here, but until you can answer this question with either technical(better be a good one) or security reason, UAC is just another piece of Microsoft trash for me:<br />
<br />
Why can't I just rename my desktop icons in Vista without confirming?<br />
<br />
Since 2000/xp we have Desktop per user. I'm changing a file on my home. Why the hell should I confirm?Edited 2007-04-28 09:04</description>
			<pubDate>Sat, 28 Apr 2007 09:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almindor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>UAC is a broken concept</title>
			<link>http://osnews.com/thread?234800</link>
			<guid isPermaLink="true">http://osnews.com/thread?234800</guid>
			<description>Mac is a broken design that hides what a proper form of Mandatory Access Control (MAC) would do without the annoying popups.<br />
<br />
Linux has MAC ala SELinux, Solaris has it via Trusted Extensions, and other platforms have it like SEDarwin.</description>
			<pubDate>Sat, 28 Apr 2007 09:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (SEJeff)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: OK Microsoft</title>
			<link>http://osnews.com/thread?234801</link>
			<guid isPermaLink="true">http://osnews.com/thread?234801</guid>
			<description>yeah, especially since it does not work properly in the first place...<br />
<br />
<a href="http://blogs.zdnet.com/security/?p=175" rel="nofollow">http://blogs.zdnet.com/security/?p=175</a></description>
			<pubDate>Sat, 28 Apr 2007 09:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (raver31)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Yikes...</title>
			<link>http://osnews.com/thread?234804</link>
			<guid isPermaLink="true">http://osnews.com/thread?234804</guid>
			<description>They would probably not be too accurate.<br />
I use Linux at home to look at this site, and  windows at work. It is possible that nearly everyone else here does too.</description>
			<pubDate>Sat, 28 Apr 2007 09:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (raver31)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Until you answer this...</title>
			<link>http://osnews.com/thread?234806</link>
			<guid isPermaLink="true">http://osnews.com/thread?234806</guid>
			<description>Are you sure you want to do that Dave?<br />
<br />
Dave, stop please.<br />
<br />
Dave, what are you doing ?<br />
<br />
I do not think you should do that Dave.<br />
<br />
Hall 9000 or Vista UAC ? <br />
<br />
You decide.</description>
			<pubDate>Sat, 28 Apr 2007 09:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (raver31)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Until you answer this...</title>
			<link>http://osnews.com/thread?234808</link>
			<guid isPermaLink="true">http://osnews.com/thread?234808</guid>
			<description>YOU SHOULD LEARN THE DIFFERENCES BETWEEN **YOUR FILES*** AND ***ALL USERS FILES***.<br />
UAC doesn't prompt for your files!!!!</description>
			<pubDate>Sat, 28 Apr 2007 09:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (casuto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE</title>
			<link>http://osnews.com/thread?234809</link>
			<guid isPermaLink="true">http://osnews.com/thread?234809</guid>
			<description>I can't come up with anything more intelligent to say than &quot;bone headed&quot;. This is such a mind numbingly dumb thing to say I cannot rightly comprehend the confusion of ideas that produced it.</description>
			<pubDate>Sat, 28 Apr 2007 09:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kroc)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Well</title>
			<link>http://osnews.com/thread?234811</link>
			<guid isPermaLink="true">http://osnews.com/thread?234811</guid>
			<description>ACLs are also far more complicated to deal with than regular permissions... In many cases the standard unix permissions are sufficient, and consequently easier to manage. This way, you have far less work to do since you only set ACLs when necessary.</description>
			<pubDate>Sat, 28 Apr 2007 10:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (bert64)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>OSes should *not* use UAC</title>
			<link>http://osnews.com/thread?234815</link>
			<guid isPermaLink="true">http://osnews.com/thread?234815</guid>
			<description>I have seen this in action. You get bugged with dialog windows asking you to enter your admin password. This lessens the user's awareness of how important the admin password is, and makes him type the password into dialog windows opened by malicious programs.<br />
<br />
The exact same can be seen in Ubuntu BTW (and I guess other Linuxes); on OSX these windows do appear but more seldom. They are a typical non-solution that is completely unaware of the behaviour of our all-time favourite &quot;Joe Average&quot;, and so far I haven't seen a good real solution.<br />
<br />
OSX comes close by only popping these dialogs up in really important situations (OS update), which is simply due to the fact that installation of applications or changing system preferences doesn't need the admin password. This opens up the danger of somebody fiddling around with your system, but this still needs physical access to the machine (in which case you're pwned anyway).</description>
			<pubDate>Sat, 28 Apr 2007 11:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (Morin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Thanks, but, no thanks....</title>
			<link>http://osnews.com/thread?234818</link>
			<guid isPermaLink="true">http://osnews.com/thread?234818</guid>
			<description>I'm glad they like UAC so much, but they can keep it.</description>
			<pubDate>Sat, 28 Apr 2007 11:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (Phloptical)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Other OSes already have the same solution</title>
			<link>http://osnews.com/thread?234822</link>
			<guid isPermaLink="true">http://osnews.com/thread?234822</guid>
			<description>Yeah, the idea of having underprivileged user accounts and asking them for a their password whenever they need to perform an administrative task is an amazing Vista innovation... that has been part of almost every other desktop OS before vista came out.</description>
			<pubDate>Sat, 28 Apr 2007 12:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (noamsml)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>There is one big flaw...</title>
			<link>http://osnews.com/thread?234824</link>
			<guid isPermaLink="true">http://osnews.com/thread?234824</guid>
			<description>The end user.<br />
Most end users just click on yes whenever a dialogue box comes up. God forbid that they would actually read what was on screen. Of course that implies they can read.<br />
All of the schemes for security that are dependent on the end user are useless.</description>
			<pubDate>Sat, 28 Apr 2007 12:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (fl_rider)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>UAC</title>
			<link>http://osnews.com/thread?234827</link>
			<guid isPermaLink="true">http://osnews.com/thread?234827</guid>
			<description>I fart in your general direction.</description>
			<pubDate>Sat, 28 Apr 2007 12:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (ido50)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>UAC is not MAC</title>
			<link>http://osnews.com/thread?234829</link>
			<guid isPermaLink="true">http://osnews.com/thread?234829</guid>
			<description>No, UAC is not MAC:<br />
<br />
<a href="http://en.wikipedia.org/wiki/Mandatory_access_control" rel="nofollow">http://en.wikipedia.org/wiki/Mandatory_access_control</a> <br />
<br />
And for all the Windows fanboys out there: sudo is not the same as UAC. <br />
UAC prompts for administrator rights using a administrator account while sudo prompts for YOUR  password. It is _NOT_ the same.</description>
			<pubDate>Sat, 28 Apr 2007 12:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (chris_dk)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Windows Vista</title>
			<link>http://osnews.com/thread?234833</link>
			<guid isPermaLink="true">http://osnews.com/thread?234833</guid>
			<description>so true. Windows is a couple decades behind in that they finally implemented running in user mode vs. admin.</description>
			<pubDate>Sat, 28 Apr 2007 13:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Robocoastie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: UAC is not MAC</title>
			<link>http://osnews.com/thread?234834</link>
			<guid isPermaLink="true">http://osnews.com/thread?234834</guid>
			<description>No, UAC is not MAC:<br />
<br />
We all know what UAC is- User Annoyance Control...</description>
			<pubDate>Sat, 28 Apr 2007 13:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (antik)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Well</title>
			<link>http://osnews.com/thread?234842</link>
			<guid isPermaLink="true">http://osnews.com/thread?234842</guid>
			<description>1) You don't get asked a 1000 times.<br />
2) That dialog that you get is not asking you if you are sure you want to run it, it is elevating your privelages so you can run it.<br />
3) No matter what OS or kernel you are using, a user running as admin has full rights to the system (except in Vista, actually, only the administrator account has full access, and that is disabled by default).</description>
			<pubDate>Sat, 28 Apr 2007 13:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (CPUGuy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>UAC is No Sudo</title>
			<link>http://osnews.com/thread?234843</link>
			<guid isPermaLink="true">http://osnews.com/thread?234843</guid>
			<description>I knew Sudo, Sudo was a friend of mine, and UAC, you are no Sudo.<br />
<br />
Sudo, askes for a PASSWORD.<br />
UAC lets me click a BUTTON.<br />
<br />
My co-worker walks away from his computer for 5 minutes.<br />
I can:<br />
1) Jump on, goto a &quot;Bad&quot; URL<br />
2) Download a bad app<br />
3) UAC askes me to press a BUTTON: I WIN!<br />
<br />
 Micorosoft Learn SUDO.</description>
			<pubDate>Sat, 28 Apr 2007 13:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (MikeekiM)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>MS Hipocrites</title>
			<link>http://osnews.com/thread?234844</link>
			<guid isPermaLink="true">http://osnews.com/thread?234844</guid>
			<description>ACL's are better then SUDO: True.<br />
I'm still waiting to see a Windows Server with 1 ACL used.<br />
<br />
What you can do on a Windows machine,<br />
and what is done, &quot;In the Field&quot; are Far Different Worlds.<br />
And, you Microsoft FanBoys Know It.<br />
<br />
Unix Default Permissions Model is VASTLY SUPERIOR to Windows Default Permissions Model.</description>
			<pubDate>Sat, 28 Apr 2007 13:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (MikeekiM)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Windows Vista</title>
			<link>http://osnews.com/thread?234845</link>
			<guid isPermaLink="true">http://osnews.com/thread?234845</guid>
			<description>Actually, sudo does the same thing.<br />
<br />
You start something using sudo, everything that spawns from that (be it a browser, a temrinal window, whatever) will have the same elevated rights as the original.<br />
UAC does the same thing.</description>
			<pubDate>Sat, 28 Apr 2007 13:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (CPUGuy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Windows Vista</title>
			<link>http://osnews.com/thread?234847</link>
			<guid isPermaLink="true">http://osnews.com/thread?234847</guid>
			<description>On the network I control, 99.99% of the client workstations have users running at nothing more than Domain User and Local User on the machines.  They can't install anything unless it's something I've defined in the GPO.  The other 0.01% is my workstation.<br />
<br />
I think there are a lot of Windows &quot;administrators&quot; that need to take a share of the blame.</description>
			<pubDate>Sat, 28 Apr 2007 13:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (mym6)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>man sudo</title>
			<link>http://osnews.com/thread?234849</link>
			<guid isPermaLink="true">http://osnews.com/thread?234849</guid>
			<description>Once a user<br />
       has been authenticated, a timestamp is updated and the user may then<br />
       use sudo without a password  for a short period of time (5 minutes<br />
       unless overridden in sudoers).</description>
			<pubDate>Sat, 28 Apr 2007 13:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (MikeekiM)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Windows Vista</title>
			<link>http://osnews.com/thread?234850</link>
			<guid isPermaLink="true">http://osnews.com/thread?234850</guid>
			<description>Eeh.. no. That's not how sudo works. Sudo grants the user some extra rights (depending on configuration) and a typically a &quot;ticket&quot; for 5 minutes (where anything can be done without having to enter password again). Of course anything spawned by sudo'ed process will have the same rights. That's obvious.<br />
<br />
The big difference is that UAC is less customizable, are not ticket-based (a mistake), does not require the user's password (big mistake). And UAC grants the rights to the process rather than the user, leading to the click-endlessly hell. UAC != sudo. sudo however grants the user and not to the process. Big difference. UAC and sudo have something in common, but they are not closely related.</description>
			<pubDate>Sat, 28 Apr 2007 13:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (dylansmrjones)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Windows Vista</title>
			<link>http://osnews.com/thread?234855</link>
			<guid isPermaLink="true">http://osnews.com/thread?234855</guid>
			<description>As stated, UAC DOES require a password if running as a standard user.<br />
<br />
As far as granting rights per process or per user, that is definately a trade-off between functionality (&quot;click-endlessly hell&quot;) and security (happen to run a piece of malware while the user has been granted higher privs.).</description>
			<pubDate>Sat, 28 Apr 2007 14:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (CPUGuy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Until you answer this...</title>
			<link>http://osnews.com/thread?234858</link>
			<guid isPermaLink="true">http://osnews.com/thread?234858</guid>
			<description>You should learn the concept of ANYTHING ON MY #%&amp;*&amp;^$$%^&amp; DESKTOP IS MINE!<br />
<br />
Even if it is a link to a system level resource, the link is MINE.<br />
<br />
This whole issue with UAC is that it is still making up for horrible design choices.  There is nothing to discuss.  It's a partial fix to a partial problem to a partially useable OS.</description>
			<pubDate>Sat, 28 Apr 2007 14:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (billnvd)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I agree...</title>
			<link>http://osnews.com/thread?234860</link>
			<guid isPermaLink="true">http://osnews.com/thread?234860</guid>
			<description>...but I'd also like to separate rights for 'read' and 'copy' actions, since e.g. there might be circumstances where one would like to make files available to users with read only rights and no right to copy the files ...<br />
<br />
I'm specifically referring to copyrighted fonts made available to users at the design school I work for. We have no way to ensure that every single student does not 'steal' our $20.000 worth of fonts by simply copying them to their own computers...</description>
			<pubDate>Sat, 28 Apr 2007 15:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (s_groening)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Until you answer this...</title>
			<link>http://osnews.com/thread?234862</link>
			<guid isPermaLink="true">http://osnews.com/thread?234862</guid>
			<description>&quot;You should learn the concept of ANYTHING ON MY #%&amp;*&amp;^$$%^&amp; DESKTOP IS MINE! &quot;<br />
<br />
Why are you getting so upset?<br />
The initiator of this sub-thread asked for a reason why renaming a desktop icon might cause a UAC prompt.  The reason was given, which was that certain of the desktop prompts you see are in the &quot;All Users&quot; desktop, meaning that all users see those icons on their desktops.  So renaming or deleting such an icon, affects *all* users, not just you.  You're basically doing an operation outside of your own user profile.  UAC prompts do not occur when manipulating desktop icons that aren't shared with other users.<br />
<br />
If there is enough outcry regarding this, it'll be tweaked in SP1.  No biggie.</description>
			<pubDate>Sat, 28 Apr 2007 15:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (MollyC)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Until you answer this...</title>
			<link>http://osnews.com/thread?234863</link>
			<guid isPermaLink="true">http://osnews.com/thread?234863</guid>
			<description>And you should learn the difference between writing polite and WRITING IN CAPS!!!!</description>
			<pubDate>Sat, 28 Apr 2007 15:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (nxsty)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>I guess M$ is trying at least</title>
			<link>http://osnews.com/thread?234864</link>
			<guid isPermaLink="true">http://osnews.com/thread?234864</guid>
			<description>Though I think a better approach would have been for Microsoft to start hammering on their ISVs, and even some of their internal application groups, to start coding with a least-privilege mindset -- WHEN NT WAS RELEASED.  Now they are basically passing the burden on to the user, and in their typical &quot;Bill knows better than you&quot; fashion, have tried to dumb it down so much that it becomes annoying for those with enough brain cells for a menage-a-trois.<br />
<br />
Being a *nixhead, I tried for awhile to run as a normal user on XP SP2.  But I constantly needed access to my wireless configuration to kick it in the butt to get it to connect, and since it ran as a tray app from a service under the LocalSystem account, none of the sudo-like utilities I found for Windows would let me at it.  Of course this could be blamed on Windows' crappy wireless implementation.  I'd even accept that it was the third-party driver, except that I tried 3 different ones.  I finally gave up.<br />
<br />
On the other hand, our relatively static desktops at work, we run as normal users generally without problems.<br />
<br />
I'd agree that minimally-obtrusive least-privilege is something all OSes shold aspire to.  I'm not so sure that UAC fully fits that description.  But this is not the primary reason I have yet to install my free upgrade of Vista.  I just can't bring myself to use an OS that requires 1GB of RAM.  Jeez...</description>
			<pubDate>Sat, 28 Apr 2007 15:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (license_2_blather)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Micro Security</title>
			<link>http://osnews.com/thread?234865</link>
			<guid isPermaLink="true">http://osnews.com/thread?234865</guid>
			<description>While we are at it let's all go back to driving a Ford Pinto and using DOS.<br />
<br />
Seriously. The UNIX family of operating systems, read Solaris, the BSDs, OS X and the Linux distributions are more secure than any Winderz NT version.<br />
<br />
If McSoft had went ahead and chosen to do what Apple had done and completely design a new operating system then they may have garnered respect. Most businesses simply wish to be able to do their work, store it, retreive it and have it protected.</description>
			<pubDate>Sat, 28 Apr 2007 15:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (aGNUstic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: I agree...</title>
			<link>http://osnews.com/thread?234866</link>
			<guid isPermaLink="true">http://osnews.com/thread?234866</guid>
			<description>That makes no sense... What happens if I read a file, and then write its contents into a different file? Or send it over the Internet? You can't prevent copying this way.</description>
			<pubDate>Sat, 28 Apr 2007 15:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Dima)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Until you answer this...</title>
			<link>http://osnews.com/thread?234867</link>
			<guid isPermaLink="true">http://osnews.com/thread?234867</guid>
			<description>Yup, it's a BAD technical reason. So as I said, UAC is not a good implementation for me, not until Microsoft get their act together (see Linux for how the desktop should be).<br />
<br />
There's no reason why files on user desktops should be shared. Installers should put copy to each if the program is installed with administrator privileges, not some kind of &quot;shared icon&quot; which btw caused me problems in XP as well (I deleted icon on my desktop and my mom's got deleted too. That's just stupid layout system).</description>
			<pubDate>Sat, 28 Apr 2007 15:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almindor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Windows Vista</title>
			<link>http://osnews.com/thread?234871</link>
			<guid isPermaLink="true">http://osnews.com/thread?234871</guid>
			<description>Granted. It could be considered a trade-off between functionality and security. But since I don't allow for remote use of sudo it is not a problem. And GNU/Linux+Gnome does not have the required APIs for malware to work <img src="/images/emo/wink.gif" alt=";)" />  - there is simply no way it can be done the way we know it from Windows. On Windows of course it could be considered different. But IMHO Windows is secure enough to use a ticket-based system if you remember to protect the system properly. If you have malware on the system it doesn't matter if it has Administrator rights or not. You're screwed already.<br />
<br />
BTW. Who would run as a pseudo-admin? The logical and sensible approach is to create a normal user account (Restricted/Limited, not Power User) and use Run As... (to the extent it works).</description>
			<pubDate>Sat, 28 Apr 2007 15:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (dylansmrjones)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Well</title>
			<link>http://osnews.com/thread?234872</link>
			<guid isPermaLink="true">http://osnews.com/thread?234872</guid>
			<description>You can implement ACLs in Linux and many other flavors of UNIX by way of Posix complient ACLs.  This form of ACLs are based on the IEEE's POSIX 1003.1e draft 17, also known simply as POSIX.1e.  This allows one to easily implement ACLs in addition to the standard Unix file permissions.  Posix ACLs give *NIX users and administrators the same flexibility and fine-grained control over who can read, write, and execute files as those running Windows NT based OSs.<br />
<br />
Commercial Unix operating systems (except SCO) have all had ACL functionality for quite awhile.  FreeBSD supports POSIX.1e ACLs as well. Linux 2.6.x series kernels have supported ACLs for EXT2, EXT3, XFS, JFS, and ReiserFS as well as other esoteric filesystems for years.  *NIX's implementation of ACLs can be manipulated easily in both KDE and Gnome using GUI tools, just like within Windows.</description>
			<pubDate>Sat, 28 Apr 2007 15:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (cmost)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: How About A Change Of Track Record First</title>
			<link>http://osnews.com/thread?234877</link>
			<guid isPermaLink="true">http://osnews.com/thread?234877</guid>
			<description>people who do really dumb stuff while sitting in front of a computer are better off with linux. if they use a polished linux-distro *now*, they can do everything they need for their digital life, without having to think about iloveyou.exe, don't need to think about trusted or untrusted software. the software is organized in repositories, even digitally signed.<br />
<br />
the whole thing about uac is, that it annoys you like hell, but in the end it lets do do every stupid thing you want. this is not security, this is idiotic.<br />
<br />
and btw, *who* judges which executable is untrused which trusted?<br />
in the windows world you get your software from all kinds of diffrent channels and directions, how would someone (who does dumb things) know, which exe is trusted in which not?</description>
			<pubDate>Sat, 28 Apr 2007 16:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Ironhead Haynes)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: I agree...</title>
			<link>http://osnews.com/thread?234878</link>
			<guid isPermaLink="true">http://osnews.com/thread?234878</guid>
			<description>&gt; ...but I'd also like to separate rights for 'read' <br />
&gt; and 'copy' actions, since e.g. there might be <br />
&gt; circumstances where one would like to make files <br />
&gt; available to users with read only rights and no <br />
&gt; right to copy the files ...<br />
<br />
And the reply by Dima:<br />
&gt; That makes no sense... What happens if I read a <br />
&gt; file, and then write its contents into a different <br />
&gt; file? Or send it over the Internet? You can't <br />
&gt; prevent copying this way.<br />
<br />
Yes it makes sense, but raises practical problems. First to explain why it makes sense (countering Dima's reply): You could read the file, but you couldn't write its contents into a different file or send it via the net. Doing so would be refused by the OS with an error message.<br />
<br />
Now why this is hard in practice: It requires that the OS can detect, when data is written to some file, whether it came from a copy-protected file. One way would be to compare written data with protected data. This *could* be possible in practice, but would burn a lot of computing power. Also, with enough knowledge, users can encrypt the data before sending it away.<br />
<br />
Another would be to allow a program that has loaded the file only restricted access to the data. That is (in your example), use the fonts for drawing but for nothing else. The font would get a similar status as the process table: This table can be altered by user processes through syscalls like fork(), but not read or written arbitrarily.</description>
			<pubDate>Sat, 28 Apr 2007 16:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (Morin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>uac on mac os x and linux</title>
			<link>http://osnews.com/thread?234904</link>
			<guid isPermaLink="true">http://osnews.com/thread?234904</guid>
			<description>*rtflmao*<br />
<br />
oh they are serious</description>
			<pubDate>Sat, 28 Apr 2007 17:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Mellin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Well</title>
			<link>http://osnews.com/thread?234907</link>
			<guid isPermaLink="true">http://osnews.com/thread?234907</guid>
			<description>my question is, why the extra &quot;delete&quot; option?<br />
<br />
if its to allow people to alter a file without wiping it out, then remember that they can still overwrite all the content of the file.<br />
<br />
and *nix have a interesting way to avoid accidental deletion. just have the file have a hardlink in some other part of the file system. only when all hardlinks are deleted is the actual inode area on the disk opened for rewrite.<br />
<br />
hardlinks can also be used to give pr user rights. as in, each user is the owner of their own hardlink <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Sat, 28 Apr 2007 17:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Well</title>
			<link>http://osnews.com/thread?234908</link>
			<guid isPermaLink="true">http://osnews.com/thread?234908</guid>
			<description>bingo!<br />
<br />
for home use, ACL is overkill to the nth degree.<br />
<br />
but for office use and similar, the extra control one gets may be just what the doctor ordered.<br />
<br />
the right tools for the right job and all that <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Sat, 28 Apr 2007 17:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: UAC is MAC</title>
			<link>http://osnews.com/thread?234909</link>
			<guid isPermaLink="true">http://osnews.com/thread?234909</guid>
			<description>&quot;and hey, don't forget apparmor.....<br />
(easier to set up compared to selinux btw)<br />
<br />
GRSecurity and RSBAC should also be mentioned then.</description>
			<pubDate>Sat, 28 Apr 2007 17:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (abraxas)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Windows Vista</title>
			<link>http://osnews.com/thread?234913</link>
			<guid isPermaLink="true">http://osnews.com/thread?234913</guid>
			<description>thats a office network i guess. UAC and its like is a creation for the home computer, where win9x was king, and everyone had admin rights.</description>
			<pubDate>Sat, 28 Apr 2007 17:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Well</title>
			<link>http://osnews.com/thread?234919</link>
			<guid isPermaLink="true">http://osnews.com/thread?234919</guid>
			<description>isnt fedora attempting to ship with SElinux as a option?<br />
<br />
from what i understand, SElinux is basically role based.<br />
<br />
you may su to root, but given that your starting role was a user, the root account is limited by said role.</description>
			<pubDate>Sat, 28 Apr 2007 17:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: How About A Change Of Track Record First</title>
			<link>http://osnews.com/thread?234931</link>
			<guid isPermaLink="true">http://osnews.com/thread?234931</guid>
			<description>&quot;and btw, *who* judges which executable is untrused which trusted?&quot; <br />
<br />
Our overlords at MS, of course.</description>
			<pubDate>Sat, 28 Apr 2007 18:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (Supreme Dragon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Re: Micro Security</title>
			<link>http://osnews.com/thread?234936</link>
			<guid isPermaLink="true">http://osnews.com/thread?234936</guid>
			<description>&quot;While we are at it let's all go back to driving a Ford Pinto and using DOS.&quot;<br />
<br />
DOS does not seem so bad when compared to Vista.</description>
			<pubDate>Sat, 28 Apr 2007 18:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (Supreme Dragon)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Well</title>
			<link>http://osnews.com/thread?234942</link>
			<guid isPermaLink="true">http://osnews.com/thread?234942</guid>
			<description>isnt fedora attempting to ship with SElinux as a option? <br />
<br />
Fedora has been shipping SELinux as an installation option for quite a while now, at least the last few releases.</description>
			<pubDate>Sat, 28 Apr 2007 18:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (abraxas)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Until you answer this...</title>
			<link>http://osnews.com/thread?234954</link>
			<guid isPermaLink="true">http://osnews.com/thread?234954</guid>
			<description>Your complaint is how system-wide programs are installed, not with UAC.<br />
<br />
&quot;There's no reason why files on user desktops should be shared.&quot;<br />
<br />
Yes there is.  I've placed files in the &quot;All Users&quot; desktop myself so that other members of my family can see it easily (without having to explicitly dig into the &quot;Shared Documents&quot; folder).  Why should I make a copy for each desktop and then have to change each one whenever I update the file?  And yes, for such files, I *do* want the user warned if he decides to delete it.<br />
<br />
And save the &quot;See Linux for how the desktop should be&quot; line.  The &quot;Linux is the epitome of OS design and anything that differs is therefore wrong by definition&quot; line is so played out.</description>
			<pubDate>Sat, 28 Apr 2007 18:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (MollyC)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Well</title>
			<link>http://osnews.com/thread?234958</link>
			<guid isPermaLink="true">http://osnews.com/thread?234958</guid>
			<description>ah, just goes to show that its not my distro of choice i guess <img src="/images/emo/wink.gif" alt=";)" /> <br />
<br />
so if one wants to be &quot;anal&quot; about security when using fedora, install SElinux <img src="/images/emo/tongue.gif" alt=";)" /></description>
			<pubDate>Sat, 28 Apr 2007 18:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: UAC is No Sudo</title>
			<link>http://osnews.com/thread?234967</link>
			<guid isPermaLink="true">http://osnews.com/thread?234967</guid>
			<description>What is the threat model here?  You leave your machine and I get on it and install a keylogger running as YOU.  I don't need to sudo or anything to do this.  I'll get the password in a few days.. or next time you do something elevated and you'll be none the wiser. <br />
<br />
I think the UAC security complaints by most people are idiotic and DO reflect a misunderstanding.  Too many people like you don't understand the threats and therefore barely understand the tools you use.  If you don't properly understand the threats, then you get idiotic security that is annoying without protecting you (cf. airport security in the US) or a false sense of security because you don't understand how your tools can be broken.  I'm glad people like you merely USE Linux security and don't participate in the design of it.  Hint: under the threat that UAC is designed to prevent, a password only buys you inconvenience, not security.</description>
			<pubDate>Sat, 28 Apr 2007 19:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (PlatformAgnostic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Owning Things You Didn't Invent</title>
			<link>http://osnews.com/thread?234980</link>
			<guid isPermaLink="true">http://osnews.com/thread?234980</guid>
			<description>Sounds like typical Microsoft.  Company A invents a great technology.  Company B adopts it too.<br />
Microsoft adopts it and changes 3 things to work better with its own OS.<br />
<br />
Microsoft says it invented it and asks why everyone else isn't using it (even though they are).</description>
			<pubDate>Sat, 28 Apr 2007 19:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (ma_d)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Owning Things You Didn't Invent</title>
			<link>http://osnews.com/thread?234992</link>
			<guid isPermaLink="true">http://osnews.com/thread?234992</guid>
			<description>&quot;Sounds like typical Microsoft. Company A invents a great technology. Company B adopts it too. Microsoft adopts it and changes 3 things to work better with its own OS. ....&quot;<br />
<br />
Active Directory - ahem - LDAP + McSoft broken additions.</description>
			<pubDate>Sat, 28 Apr 2007 19:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (aGNUstic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: UAC is No Sudo</title>
			<link>http://osnews.com/thread?235000</link>
			<guid isPermaLink="true">http://osnews.com/thread?235000</guid>
			<description>UAC does require a password for non-admin accounts, and can be set to require a password for admin accounts as well.  This can be done via group-policy, which would eliminate your &quot;co-worker&quot; scenario.</description>
			<pubDate>Sat, 28 Apr 2007 20:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (MollyC)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Until you answer this...</title>
			<link>http://osnews.com/thread?235014</link>
			<guid isPermaLink="true">http://osnews.com/thread?235014</guid>
			<description>I was not getting upset.  I was replying in the fashion that casuto used.<br />
<br />
However, I still think the whole issue is really silly.  Nothing on my desktop should effect the system or the other users, Period.<br />
<br />
As to other commentors saying that it is a good thing to be able to have one thing install on everyones desktop.  Yes, that is handy.  However, there is no reason that user x cannot delete that icon or rename it without admin rights  Maybe that user never uses whatever it links to.<br />
<br />
The desktop is just the desktop, a picture of what resources you can use.  The system owns the resource, the user should own links to the resource.</description>
			<pubDate>Sat, 28 Apr 2007 20:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (billnvd)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Well</title>
			<link>http://osnews.com/thread?235054</link>
			<guid isPermaLink="true">http://osnews.com/thread?235054</guid>
			<description>Perhaps he's confused by your implication that ACLs are not standard functionality on a Linux(or most Unix) system.  The functionality is not utilised by default in most distros, but since 2.6.0, it is standard in the kernel.  For ext{2,3} partitions, all that is required is for them to be mounted with the 'acl' option.<br />
<br />
I know that you were using 'sttandard' to mean 'the method that most people use', but for people who actually want to use ACLs, the facility is so trivial to enable that there is no barrier to adoption. So although RWX bits may be Archaic, they are kept for performance/simplicity reasons rather than any particular lack of technology.  the commonly used term here is 'traditional' Unix file permissions</description>
			<pubDate>Sat, 28 Apr 2007 22:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (stestagg)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Malware will thrive but all should use it???</title>
			<link>http://osnews.com/thread?235068</link>
			<guid isPermaLink="true">http://osnews.com/thread?235068</guid>
			<description>In one article we see MS telling us that Malware etc will continue to thrive despite UAC, then in another they are telling us that everyone should adopt it.  Ummm, am I missing something here?</description>
			<pubDate>Sun, 29 Apr 2007 00:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (mrhasbean)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Well</title>
			<link>http://osnews.com/thread?235075</link>
			<guid isPermaLink="true">http://osnews.com/thread?235075</guid>
			<description>so if one wants to be &quot;anal&quot; about security when using fedora, install SElinux <img src="/images/emo/tongue.gif" alt=";)" /> <br />
<br />
If you're a debian person you could try adamantix which uses RSBAC.<br />
<br />
<a href="http://www.adamantix.org/" rel="nofollow">http://www.adamantix.org/</a></description>
			<pubDate>Sun, 29 Apr 2007 00:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (abraxas)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Until you answer this...</title>
			<link>http://osnews.com/thread?235077</link>
			<guid isPermaLink="true">http://osnews.com/thread?235077</guid>
			<description>Yes there is. I've placed files in the &quot;All Users&quot; desktop myself so that other members of my family can see it easily (without having to explicitly dig into the &quot;Shared Documents&quot; folder). Why should I make a copy for each desktop and then have to change each one whenever I update the file? And yes, for such files, I *do* want the user warned if he decides to delete it. <br />
<br />
This can be solved in a much more elegant way with hardlinks.</description>
			<pubDate>Sun, 29 Apr 2007 00:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (abraxas)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Until you answer this...</title>
			<link>http://osnews.com/thread?235085</link>
			<guid isPermaLink="true">http://osnews.com/thread?235085</guid>
			<description>Not exactly.  If you uninstall a program under the current model, you remove it from the &quot;All Users&quot; desktop.  If you make a hardlink there, then you have to go hunting for all hardlinks in order to remove a program.  This can fail in so many ways, depending on how your permissions are set (say, for instance, one user decides to use personal directory encryption on their desktop...  you're screwed then).  <br />
<br />
There's obviously a design rationale for having an &quot;All Users&quot; desktop.  Now, if you want to get rid of or rename an icon there, you do it once and face a UAC prompt.  If you're renaming the file every few minutes, then you seriously need to find better things to do with your computer.</description>
			<pubDate>Sun, 29 Apr 2007 01:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (PlatformAgnostic)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Windows Vista</title>
			<link>http://osnews.com/thread?235096</link>
			<guid isPermaLink="true">http://osnews.com/thread?235096</guid>
			<description>Default account is a pseudo-admin, which is needed to create a standard user, and it even reccomends to do that.</description>
			<pubDate>Sun, 29 Apr 2007 02:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (CPUGuy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>My Take</title>
			<link>http://osnews.com/thread?235099</link>
			<guid isPermaLink="true">http://osnews.com/thread?235099</guid>
			<description>UAC is a good thing for Windows.  It does need some tweeking but it is way more beneficial than having Past Windows lapse security model.<br />
<br />
Those who think we should all run Admin level and to hell with it, thanks for the attitude that has allowed spam to flurish.  As for slack ass app writers who can't deal with restricted user accounts, piss off and leave coding to people who can.  We don't need your shite here.<br />
<br />
Would like to have the option to allow unsigned drivers on a driver basis as atm I have yet to get a signed driver for my Jmicron SATA controller and I hate having to startup and use F8 to enable me to use the unsigned driver.  I don't want any other driver to be unsigned but just that one so having a control list that would allow the choice would be nice.</description>
			<pubDate>Sun, 29 Apr 2007 02:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (blitze)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Windows Vista</title>
			<link>http://osnews.com/thread?235135</link>
			<guid isPermaLink="true">http://osnews.com/thread?235135</guid>
			<description>UAC is more powerfull, more granular, than obsolete linux's sudo!!!<br />
UAC ask for a click if you're an administrator user and ask for a password if you're a standard user<br />
The true is that linux's sudo is obsolete.</description>
			<pubDate>Sun, 29 Apr 2007 07:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (casuto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Until you answer this...</title>
			<link>http://osnews.com/thread?235137</link>
			<guid isPermaLink="true">http://osnews.com/thread?235137</guid>
			<description>NO. <br />
On your desktop you can have *your files* but also *all users files* created by an administrator.<br />
You can't delete files if you don't have the permissions. This this true in Linux (UGO user group others) and in Mac OS X.</description>
			<pubDate>Sun, 29 Apr 2007 07:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (casuto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Windows Vista</title>
			<link>http://osnews.com/thread?235138</link>
			<guid isPermaLink="true">http://osnews.com/thread?235138</guid>
			<description>The true is that you have not got a clue.</description>
			<pubDate>Sun, 29 Apr 2007 07:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (raver31)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Until you answer this...</title>
			<link>http://osnews.com/thread?235139</link>
			<guid isPermaLink="true">http://osnews.com/thread?235139</guid>
			<description>an administrator is able to control what icons, programs, files and links the all users have in their desktop and this is made using &quot;all users&quot; files. <br />
This is also true in Linux with UGO permissions (User Group Other).Edited 2007-04-29 08:00</description>
			<pubDate>Sun, 29 Apr 2007 07:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (casuto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Until you answer this...</title>
			<link>http://osnews.com/thread?235140</link>
			<guid isPermaLink="true">http://osnews.com/thread?235140</guid>
			<description>FALSE</description>
			<pubDate>Sun, 29 Apr 2007 08:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (casuto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Until you answer this...</title>
			<link>http://osnews.com/thread?235141</link>
			<guid isPermaLink="true">http://osnews.com/thread?235141</guid>
			<description>I'm a teacher and I want my students don't delete icons, links, files I prepared for them. And so *all users&quot; files in the desktop accomplish this.Edited 2007-04-29 08:07</description>
			<pubDate>Sun, 29 Apr 2007 08:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (casuto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]:  UAC is MAC</title>
			<link>http://osnews.com/thread?235142</link>
			<guid isPermaLink="true">http://osnews.com/thread?235142</guid>
			<description>Microsoft shouldn't adopt unix's system, as NT's security system is already superior<br />
<br />
that line made me laugh some hard, I spilled my coffee. Thanks a lot Mollyc, I now have a nasty scald in a private place <img src="/images/emo/sad.gif" alt=";)" /></description>
			<pubDate>Sun, 29 Apr 2007 08:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (raver31)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]:  UAC is MAC</title>
			<link>http://osnews.com/thread?235143</link>
			<guid isPermaLink="true">http://osnews.com/thread?235143</guid>
			<description>it just has a more knowledgeable and savvy user base who practice defensive computer using techniques<br />
<br />
You mean users like my mother ? <br />
People who have no concept about computer malware, never mind security ?<br />
<br />
I installed Xubuntu 6.06 on her machine in September last year. She uses like a normal user would, she clicks on everything, opens all attachements etc. No problems.<br />
<br />
Malware is not always the fault of the user. If it was, her machine would be swamped.</description>
			<pubDate>Sun, 29 Apr 2007 08:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (raver31)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: UAC is a broken concept</title>
			<link>http://osnews.com/thread?235144</link>
			<guid isPermaLink="true">http://osnews.com/thread?235144</guid>
			<description>All linux's distributions haven't Mandatory Access Control.<br />
Ubuntu 7.x doesn't have Mandatory Access Control<br />
Windows Vista has Mandatory Access Control enabled by default.<br />
The true is that linux still has an obsolete security model and linux fanboys are trolling on every Windows Vista news.<br />
UAC implemented in Windows Vista is the best.Edited 2007-04-29 08:21</description>
			<pubDate>Sun, 29 Apr 2007 08:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (casuto)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Until you answer this...</title>
			<link>http://osnews.com/thread?235145</link>
			<guid isPermaLink="true">http://osnews.com/thread?235145</guid>
			<description>This is also true in Linux with UGO permissions (User Group Other). <br />
<br />
From this sentence it is clear that you have never actually used a linux machine.</description>
			<pubDate>Sun, 29 Apr 2007 08:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (raver31)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: UAC is not MAC</title>
			<link>http://osnews.com/thread?235154</link>
			<guid isPermaLink="true">http://osnews.com/thread?235154</guid>
			<description>How exactly is it not the same?  They both elevate you temporarily to a higher status.  The only difference is, sudo asks for a password, windows doesnt.  <br />
<br />
Prompting for a password is a purely cosmetic difference.  Id be willing to bet MS could have easily forced you to enter the admin password on every prompt, but thought better of it [it would be a bit much (as it is in Linux) considering how often this comes up].  <br />
<br />
Other than that minor detail, no matter what is going on in the background (whether you are just confirming an action, or are actually being elevated in status), the end result is the same. If you click no in windows, nothing happens.. If you click cancel, ctrl-c, wrong password in linux, nothing happens.. If you click yes, it happens in windows. If, in Linux, you enter your password and continue, your elevated temporarily, it does its thing, and your demoted again.. Either way the start condition is the same, and the end condition and visible behavior are the same.Edited 2007-04-29 09:05</description>
			<pubDate>Sun, 29 Apr 2007 09:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (computrius)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Well</title>
			<link>http://osnews.com/thread?235162</link>
			<guid isPermaLink="true">http://osnews.com/thread?235162</guid>
			<description>well, it might not be that UAC is that bad, but currently, ppl wo want to install firefox from their website get 3 (!!!) messages of 'are you sure' before they even enter the installer (to answer even more questions).<br />
<br />
First 'this is downloaded, are you sure you want to run it' then a 'this is an unknown app, sure you want to run it' then UAC, then the installer. Sorry, but I can install 10 applications with only ONE dialog asking me for the rootpasword in linux. Start Adept/Synaptic/whatever, give pw, tick 10 boxes, click 'execute', and it's done. Windows would need to ask 30 times 'are you sure' and a lot of other 'next' style wizards asking if you want another icon on your desktop or where you want to install the application.<br />
<br />
Yeah, software management only got harder with UAC while it doesn't solve anything (OF COURSE you just hit enter, it's way overdone!)</description>
			<pubDate>Sun, 29 Apr 2007 09:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (superstoned)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Well</title>
			<link>http://osnews.com/thread?235163</link>
			<guid isPermaLink="true">http://osnews.com/thread?235163</guid>
			<description>I have vista here, and it's shit. Not that guy, Vista.<br />
<br />
Currently, ppl wo want to install firefox from their website get 3 (!!!) messages of 'are you sure' before they even enter the installer (to answer even more questions).<br />
<br />
First 'this is downloaded, are you sure you want to run it' then a 'this is an unknown app, sure you want to run it' then UAC, then the installer. Sorry, but I can install 10 applications with only ONE dialog asking me for the rootpasword in linux. Start Adept/Synaptic/whatever, give pw, tick 10 boxes, click 'execute', and it's done. Windows would need to ask 30 times 'are you sure' and a lot of other 'next' style wizards asking if you want another icon on your desktop or where you want to install the application.<br />
<br />
Yeah, software management only got harder with UAC while it doesn't solve anything (OF COURSE you just hit enter, it's way overdone!)</description>
			<pubDate>Sun, 29 Apr 2007 10:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (superstoned)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Well</title>
			<link>http://osnews.com/thread?235164</link>
			<guid isPermaLink="true">http://osnews.com/thread?235164</guid>
			<description>Yes, you get asked stuff a million times. Way too much. Not just UAC, everything. Try to install an application:<br />
<br />
First 'this is downloaded, are you sure you want to run it' then a 'this is an unknown app, sure you want to run it' then UAC, then the installer. Sorry, but I can install 10 applications with only ONE dialog asking me for the rootpasword in linux. Start Adept/Synaptic/whatever, give pw, tick 10 boxes, click 'execute', and it's done. Windows would need to ask 30 times 'are you sure' and a lot of other 'next' style wizards asking if you want another icon on your desktop or where you want to install the application.</description>
			<pubDate>Sun, 29 Apr 2007 10:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (superstoned)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Windows Vista</title>
			<link>http://osnews.com/thread?235166</link>
			<guid isPermaLink="true">http://osnews.com/thread?235166</guid>
			<description>Indeed, you have no clue. I was never asked for a password, and did pretty much a default install, so I guess vista still makes the normal, first user administrator??? How silly and stupid. There SHOULD be no administrator account. Ubuntu doesn't even HAVE or ALLOW a root user. Much more safe. To me, it's pretty clear MS still hasn't cleaned up their mess, and UAC is just a bad piece of bandaid.</description>
			<pubDate>Sun, 29 Apr 2007 10:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (superstoned)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]:  UAC is MAC</title>
			<link>http://osnews.com/thread?235167</link>
			<guid isPermaLink="true">http://osnews.com/thread?235167</guid>
			<description><div class="cquote">The problem the Microsoft had to deal with is that DOS, Win3.x, and Win9x were single-user systems with no concept of accounts with different privileges, and programs written for those systems were designed to operate under that assumption. </div><br />
<br />
And why was that? How come they did build an OS in 1995 and 1998 and 2001 still which didn't take ANY security into account, while in the FOSS and Unix world, security has been a problem since what, 1970? They are to blame, simple as that.</description>
			<pubDate>Sun, 29 Apr 2007 10:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (superstoned)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: UAC is a broken concept</title>
			<link>http://osnews.com/thread?235174</link>
			<guid isPermaLink="true">http://osnews.com/thread?235174</guid>
			<description>Ubuntu != All Linux.<br />
<br />
Quit trolling, windows has 0 form of mandatory access control. Windows Vista has Mandatory Integrity Control, not Mandatory Access Control, they are *not* even close to the same.</description>
			<pubDate>Sun, 29 Apr 2007 10:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (SEJeff)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Windows Vista</title>
			<link>http://osnews.com/thread?235176</link>
			<guid isPermaLink="true">http://osnews.com/thread?235176</guid>
			<description>Oh, and btw, when you run Windows Vista, you're not running in Administrator mode, hence the reason for UAC - it teporarily elevates privilages for that given application, its no different than the use of sudo/gksu in the *NIX world.<br />
<br />
<br />
Have you ever used sudo/gksu? They require you to enter your password unless expressly configured to do so which is insecure. Does UAC ask you for a password? Not that I can tell.</description>
			<pubDate>Sun, 29 Apr 2007 10:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (SEJeff)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Well</title>
			<link>http://osnews.com/thread?235211</link>
			<guid isPermaLink="true">http://osnews.com/thread?235211</guid>
			<description>Sorry, but I can install 10 applications with only ONE dialog asking me for the rootpasword in linux.<br />
<br />
Sounds like a security issue to me.</description>
			<pubDate>Sun, 29 Apr 2007 13:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almafeta)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: Until you answer this...</title>
			<link>http://osnews.com/thread?235232</link>
			<guid isPermaLink="true">http://osnews.com/thread?235232</guid>
			<description>If you make a hardlink there, then you have to go hunting for all hardlinks in order to remove a program. This can fail in so many ways, depending on how your permissions are set (say, for instance, one user decides to use personal directory encryption on their desktop... you're screwed then).<br />
<br />
Then don't hardlink to programs.  Use symlinks for that.  I really don't see the need for an All users directory.</description>
			<pubDate>Sun, 29 Apr 2007 14:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (abraxas)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: Until you answer this...</title>
			<link>http://osnews.com/thread?235233</link>
			<guid isPermaLink="true">http://osnews.com/thread?235233</guid>
			<description>FALSE<br />
<br />
Very informative.  Can you now give actual reasoning?</description>
			<pubDate>Sun, 29 Apr 2007 14:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (abraxas)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>runas</title>
			<link>http://osnews.com/thread?235242</link>
			<guid isPermaLink="true">http://osnews.com/thread?235242</guid>
			<description>microsoft was so close to a proper solution :<br />
<br />
<a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/runas.mspx?mfr=true" rel="nofollow">http://www.microsoft.com/resources/documentation/windows/xp/all/pro...</a></description>
			<pubDate>Sun, 29 Apr 2007 15:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (renhoek)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Windows Vista</title>
			<link>http://osnews.com/thread?235243</link>
			<guid isPermaLink="true">http://osnews.com/thread?235243</guid>
			<description>&quot;Microsoft only provides it for backwards compatibility - I swear there is a legion of pea brain people like you out there claiming that Microsoft makes these decisions for shits and giggles.&quot; <br />
<br />
Remember that one time when Apple made a transition to a new platform and the developers came with them? <br />
(Hint: they did it 3 times in just over a decade: 68k -&gt; PowerPC, Mac OS 9 -&gt; Mac OS X, PowerPC -&gt; x86).<br />
<br />
I'm not trying to spark a Mac v PC argument, I'm just suggesting that Microsoft's strategy and your argument in favor of it are fundamentally flawed.  Microsoft has way more clout with developers than Apple, it is there decision to continue to base things off the same/a similar kernel.  If they wanted to they could completely rewrite the OS in about a 3 year period, provide an emulation layer in the initial release of said OS for it's first release, and drop support at the second release.  They would lose very few customers in the process, and a ninety some percent market share is unsustainable anyway.  So they might as well give up a few customers now and have a solid base instead of waiting for legions to find something better.</description>
			<pubDate>Sun, 29 Apr 2007 15:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (peiffman1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]:  UAC is MAC</title>
			<link>http://osnews.com/thread?235253</link>
			<guid isPermaLink="true">http://osnews.com/thread?235253</guid>
			<description>He doesn't have a clue. If it wasn't for Linux/Unix's many possibilities to lock the system down while remaining highly usable my family, relatives and friends would still be fighting regular Windows problems.<br />
<br />
Now I just install everything they need and mount as many partitions as possible with &quot;noexec,nosuid&quot; and after reading this thread I will add &quot;acl&quot; in the future.<br />
<br />
&quot;/tmp&quot; and &quot;/var/tmp&quot; are also on a tmpfs. Further locking down on Slackware is achieved in a BSD way by configuring &quot;/etc/suauth&quot; to only allow su to those who are in the &quot;wheel&quot; group so a user who or process that doesn't need them to can be prevented from ever gaining root priviledges.<br />
<br />
There you have it a virtually unbreakable, uncrashable operating system on which the user can do anything he/she wants, even try to break it.<br />
<br />
And they will not be prompted with useless UAC type popups. They can just be normal unknowing users just like Microsoft wants Windows to be to its users (but isn't in practice).<br />
<br />
And this is even without such things as SELinux, Grsecurity, RSBAC or Apparmor which will harden the system even more against remote, local and user exploits. And Solaris Trusted Extensions supposedly goes even further.<br />
<br />
It tell my friends and relatives to try to break and crash it but so far none have managed to do so :-) The approach to security should really be to do all that you can to secure the system by default but being aware that it could always be improved.<br />
<br />
When they come back to me after one or two years the only thing I do is install (actually untar a preconfigured image of) the newest version and then they can go happily compute again.<br />
<br />
Microsoft knows Windows is insecure by default and instead of fixing all problems once and for all they invent kludges like UAC. They probably don't have anything left to give the impression of improved security.<br />
<br />
As butters said earlier in the thread it is maybe not so much the insecurity of the NT kernel system but more the total lack of authentication in the Win32 layer in which any user window can pass a message to another window regardless of priviledge levels.<br />
<br />
There might be a reason for UAC-like authentication, that resembles Solaris Trusted Extensions but that's exactly the difference. In Solaris it's optional for ultra-secure environments, in Windows Vista it's been annoyingly enabled by default for everyone.<br />
<br />
Life is so easy with Linux and Unix compared to Windows, they don't compare at all :-)</description>
			<pubDate>Sun, 29 Apr 2007 15:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (psychicist)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Well</title>
			<link>http://osnews.com/thread?235303</link>
			<guid isPermaLink="true">http://osnews.com/thread?235303</guid>
			<description>How? You run the app as root, so everything in the app is as safe as an process in Vista which runs under UAC. The only difference is that in Linux, you have a centralized and easy way to manage software, Vista lacks such a technology. That's why you need a lot more work in Vista to install apps.<br />
<br />
There are many advantages of a centralized repository of software - it's easier, the software is checked by the distributor (would be like MS would have checked each and every piece of software you download) and you have a centralized and effective way of managing updates. Thus you have a much lower chance of installing spyware and adware or otherwise infected sofware. The linux update software doesn't just work for a certain small amount of software (eg only Vista itself) but also for all other installed software like webbrowsers, music software, video players, foto management - all of it recieves updates through the same mechanism.</description>
			<pubDate>Sun, 29 Apr 2007 19:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (superstoned)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>out of the horses ass</title>
			<link>http://osnews.com/thread?235470</link>
			<guid isPermaLink="true">http://osnews.com/thread?235470</guid>
			<description>&quot;&quot;&quot;&quot;&quot;Watson conceded that &quot;the problem you can never get around is if the user is just going to sit there and blindly hit the enter key&quot; when UAC message dialogs pop up on screen.&quot;&quot;&quot;&quot;&quot;<br />
<br />
and yet that sounds all to familiar.<br />
as much as i hate to say it but hey at least they're trying to help the common Joe. people have a tendency to just click the default response without even reading what the question is. I've worked tech support for 8 years and i know that for a fact.<br />
<br />
Its sad to finally see Microsoft trying to do this after all these years. This is the UNIX structure of having a root account and a regular user account.<br />
UNIX protects its system files by having users log in as users so they cant harm the system. The name of the game is &quot;imitation&quot; ... <br />
<br />
and on a side note have you all noticed how theres no &quot;Documents and Settings&quot; now? its C:Users ?? again. that reminds me of our beloved UNIX. <br />
<br />
take it away joe!</description>
			<pubDate>Mon, 30 Apr 2007 03:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (cylent)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
