Re: Lindows.com - Friend or Foe?
Re: Lindows.com - Friend or Foe?
Posted Jun 26, 2003 21:33 UTC (Thu) by Ross (guest, #4065)Parent article: Lindows.com - Friend or Foe?
> Another important point to note is that there is nothing inherently
> wrong with LindowsOS.
I completely and utterly disagree.
> Some readers will argue that running the operating system as root by
> default is a major security risk ...
Yes, that would be my primary concern. One of the advantages and selling
points for Linux is the amount of design and care which has been put into
the security of the system. The lack of viruses and email trojans is very
attractive to companies and individuals who have been damaged by such
software in the past.
> ... but remember that the market segment the product is aimed at
> simply does not want to deal with any passwords.
That is wrong in at least two ways.
1) Windows desktops often use passwords. Most companies I know of use a
Domain structure. Home users using Windows XP deal with passwords and
I would hope their email and ISP accounts are password protected.
2) Because the distribution is aimed at inexperienced users and people
moving from Windows to Linux, proper security is more important at the
system level precisely because we can't depend on the use to make safe
choices ("hmm... it says in this message I should double click on the
icon so I don't see why I shouldn't do so").
> Yes, it would be more desirable to educate the population about the
> dangers of using the system as root.
Just don't tell the users about root. Have a daemon or well written suid
program so that the system has final say (unless the user knows about root)
about what is installed on the system. If it wants to be really paranoid,
it could require signed packages.
> In an ideal world, this would work.
It can work in the world we live in if we cared enough to do something
about it (actually if Lindows' creators cared enough).
> Unfortunately, a picture of a Debian developer joyously conversing
> about file access permissions with Aunt Tillie is an unlikely sight.
Hmm... who brought Aunt Tillie into this? Once again she is messing with
things that should be better left alone. Why does she need to recompile
her kernel? Why does she need to make /usr/bin writable to herself? She
doesn't.
> It goes without saying that LindowsOS does not prevent security
> conscious users from setting up user accounts and passwords.
Exactly the problem. As you yourself stated above, the target audience
won't know how to do this or even know that they can do this. These are
the people that should be given a safe environment by default. It should
be difficult for them to make it an unsafe environment.
Now don't get me wrong, using a different user id than root and different
than the owner of the important system files is important, but I don't
think it is the only consideration for security a system, but it is an
important one.
