Slashdot Mirror


Locking Down Linux Desktops In an Enterprise?

supermehra writes "How do you move 300 desktops, locked down with Windows ADS Group Policies (GPO), over to Ubuntu desktop? We have tried Centrify, Likewise, Gnome Gconf, and the like. Of course, we evaluated SuSe Desktop Enterprise and RedHat Desktop. Samba 4.0 promises the server side, however nothing for desktop lockdown. And while gnome gconf does offer promise, no real tools for remotely managing 300 desktops running gnome + gconf exist. All the options listed above are expensive, in fact so expensive that it's cheaper to leave M$ on! So while we've figured out the Office suite, email client, browser, VPN, drawing tools, and pretty much everything else, there seems to be no reasonable, open source alternative to locking down Linux terminals to comply with company policies. We're not looking for kiosk mode — we're looking for IT policy enforcement across the enterprise. Any ideas ladies & gentlemen?"

135 of 904 comments (clear)

  1. Puppet by BSAtHome · · Score: 5, Informative

    Use puppet to enforce configuration: http://reductivelabs.com/products/puppet/

    1. Re:Puppet by binner1 · · Score: 5, Informative

      I was going to say CFEngine, but that's only because it's what I'm currently using. I'd love to move to puppet but at the time we deployed CFEngine, puppet wasn't ready for all the things we needed it to do (windows and solaris in addition to linux)...this has likely changed now, but we've got a lot of cf scripts that would need conversion.

      Whichever tool is chosen (there are others in this space too), I believe this is the correct answer. I know that CFEngine scares a lot of people off (and maybe puppet does too?), but it is an excellent way to manage a large set of hosts.

      -Ben

    2. Re:Puppet by Anonymous Coward · · Score: 3, Informative

      Yes, Puppet and CFEngine look like the modern solution.

      At our small office (up to 10 desktops), we use Fedora (from Core 6 to 9), plus NIS+NFS+autofs for user account+directory file management, installed from a centralized DHCP+PXE+NFS+Kickstart installation.
      Then we have our own home-brewed root crontab scripts (deployed by kickstart post-install) that:
      - replaces local files from centralized versions (some are just text files, others are sym-links, others are firefox plugins - like Adobe's flash player).
      - install specific binaries from our own yum repositories, and keeps the local package list consistent with central configuration listings
      (which is also used for the initial kickstart
      installation).

      But if we started again today, we would also have gone for puppet or cfengine for post-install configuration management.

      Nevertheless, we face many problems with:
      - OpenOffice files locked over NFS (not to mention that frequent OpenOffice MS-Office format interchange suffers from several problems).
      - thunderbird crashes requiring expertise for .lock file removal
      - firefox crashes requiring expertise for .lock file removal
      - non-technical users always finding new ways to download and install software on their home dirs that behaves badly over NFS.

      Joao (at http://www.pdmfc.com/english)

  2. Mittens!!! by RecursiveLoop · · Score: 5, Funny

    Issue everyone Mittens!!!! They are relatively cheap and make it oh so hard to type terminal commands when worn.

  3. Is Samba 4 ready? by ikirudennis · · Score: 5, Informative
    from the FAQ:

    Can I use Samba 4 on my production server right now? No. Samba 4 is still under heavy development. Samba 4 is not due to replace Samba 3 soon. Many of the required core features are present, but the code is still alpha and user tools as well as some core features are still missing.

  4. LSTP by IANAAC · · Score: 4, Insightful

    Why not use LSTP? That way you only have to worry about whatever image(s) you keep on the server.

  5. Come on... by Anonymous Coward · · Score: 3, Insightful

    so expensive that it's cheaper to leave M$ on!

    If you want to be taken seriously, please lern 2 spel currektly. I'm not a Microsoft fan, but it sure is annoying seeing it spelt like that.

  6. dumb terminals? by timmarhy · · Score: 5, Insightful
    if your talking about dumb terminals, your making me hot. sexy little gadgets with no fans or moving parts. in this instance you can lock down any of the major desktop environments by modifying their default user to have a really low level of user access , so when you create a new user it inherits these settings. gnome,kde and xfce all have this ability. and since they are terminals an logging into a central server management is dead easy.

    if you are talking stand alone desktops then it's not so great. linux doesn't really have anything as good as group polices and active directory, it's part of the reason corperate networks are mostly windows.

    --
    If you mod me down, I will become more powerful than you can imagine....
  7. What are you trying to do? by Todd+Knarr · · Score: 5, Insightful

    I guess the first question is: what are you trying to accomplish? Are you trying to prevent users from installing additional software locally? Are you trying to insure that particular applications get particular preferences set and users are prevented from changing those settings? What? Just saying "lock down the desktops" doesn't say what you're trying to actually do.

    Remember that Unix is, in large part, designed to work correctly without needing to be locked down. Much is controlled simply by the system-wide configuration files. The rest tends to be controlled on the server side, so that users simply can't do unacceptable things regardless of how they configure their local user account.

    1. Re:What are you trying to do? by jtownatpunk.net · · Score: 4, Insightful

      Never underestimate a user's ability to fark up something that is, in theory, unfarkupable.

    2. Re:What are you trying to do? by QuantumRiff · · Score: 4, Insightful

      You are looking at it from a system security perspective, not "IT Policies" perspective. He needs to be able to disallow solitare, force all connections through a proxy server for web filtering, pass down 802.1x keys, force people to use a certain network printer, etc...

      --

      What are we going to do tonight Brain?
    3. Re:What are you trying to do? by msobkow · · Score: 4, Interesting

      I admit I'm puzzled at the issue of "lockdown" myself.

      For years whenever we needed to lock down a *nix account, the sysadmins would install the software as root and set up the user accounts in capture mode (i.e. .login starts the X session, and the X session doesn't have the ability to add/remove programs.)

      I can't imagine needing to lock down a session any tighter than that, and I've never seen a Windows desktop that was locked down any tighter, either.

      --
      I do not fail; I succeed at finding out what does not work.
    4. Re:What are you trying to do? by whoever57 · · Score: 4, Interesting

      You are looking at it from a system security perspective, not "IT Policies" perspective. He needs to be able to disallow solitare, force all connections through a proxy server for web filtering, pass down 802.1x keys, force people to use a certain network printer, etc...

      All these can be enforced using control of the services. The problem statement reflects the Microsoft/Windows way of doing things. Turn it around and ask how the network can enforce the policies.

      Proxy: the firewall can enforce this. Users don't use the correct proxy? No web access. Printers: Configure the printer to allow only certain users/groups, etc. etc..

      --
      The real "Libtards" are the Libertarians!
    5. Re:What are you trying to do? by poetmatt · · Score: 2, Interesting

      This was the idea that came in my mind as to a method of locking down desktops. I mean really, it's not that hard considering they won't be able to run a .deb or .rpm or whatever package they attempt once it's locked like that anyway.

      It honestly surprises me this is a slashdot article asking for an answer that is as simple as you wrote.

    6. Re:What are you trying to do? by fm6 · · Score: 4, Insightful

      I like this version better: No system is foolproof, because fools are fiendishly clever.

    7. Re:What are you trying to do? by mysidia · · Score: 5, Informative

      (1) Don't install any solitaire program. Mount users' home directories noexec, don't give users root access. They won't be playing solitaire. This also prevents them from downloading solitaire off the web... blocking winsol.exe in Windows group policy doesn't stop any of this, and doesn't stop users from copying winsol.exe to some innocuous filename like C:\excel.exe

      (2) iptables rules can be set to deny web access except through the proxy.

      (3) Passing keys is just a single example of central config management, there are tools for this as well, like cfengine, bcfg2.

    8. Re:What are you trying to do? by magamiako1 · · Score: 4, Insightful

      Multiply this by about 500 machines, and then the ability to later on down the road be able to change it without having to completely redo them or find some screwed up roundabout way to push out to every machine via scripts...

      You'll quickly turn to the Windows way of doing it.

    9. Re:What are you trying to do? by Eil · · Score: 3, Insightful

      You are looking at it from a system security perspective, not "IT Policies" perspective.

      Most "I.T. Policies" are stupid and written by control freaks with no managerial sense.

      force all connections through a proxy server for web filtering

      The ridiculousness of web filtering aside, this is easily accomplished by pre-made config files in /etc/skel.

      pass down 802.1x keys, force people to use a certain network printer,

      Again, /etc/skel or something like Puppet works fine here.

      He needs to be able to disallow solitare,

      Oooh, this is by far my favorite, that's why I saved it for last. If you're to the point where you're seriously considering disabling solitaire, this reveals a number of things about the organization:

      1) The I.T. staff and/or managers are unapologetic control freaks and perhaps even proud of it.
      2) You don't trust your employees to actually be productive on their own.
      3) Your hiring standards are probably pretty low.
      4) You have unrealistic expectations of employee efficiency.
      5) Morale must really be in the toilet already.
      6) It's solitaire for fuck's sake, possibly the most boring game ever devised. If your employees are playing it instead of whatever they should be doing, that means they have no motivation to work, which means management should be the ones to get their lunchtime games taken away, not the employees.

    10. Re:What are you trying to do? by Darkness404 · · Score: 2, Funny

      Yes but considering this is enterprise, we can assume that people either A) Know what they are doing B) Know not to mess with things they don't know what they do or C) Have a nice IT staff that can fix some of the mistakes they make.

      --
      Taxation is legalized theft, no more, no less.
    11. Re:What are you trying to do? by mysidia · · Score: 5, Informative

      Didn't I mention bcfg2? cfengine and bcfg2 are tools that is used to do just that, force tens of thousands of machines to comply with approved configurations, and remediate machines that don't, by making them match the approved configurations.

      And yes, you can remove software, set iptables rules, distribute keys, etc, using pre-made open source software available for Linux.

    12. Re:What are you trying to do? by tedrlord · · Score: 2, Informative

      Custom kickstart with all the required configurations, and some basic configuration management software, makes it -extremely- easy to manage. The requirement is having an admin that knows how to set it up correctly in the first place.

      Lock out root accounts, mount user home directories from a separate partition/disk/network share and you can even reinstall the base OS without touching their files. Any decent configuration management software (there are a lot of choices) would also allow IT to add rpms or make individual config changes on each user's machine by adding a line to a script or a file to a host-specific directory. Even easier to track who's running what, or who has a weird setup. And if the box explodes or they break something, it can be rebuilt to the same configuration in like 15 minutes.

      Again, this is all with an admin that knows how to manage this. That's where you hit the problems, and that's why Linux is probably not appropriate for corp IT currently. There aren't enough people that can manage it well, and those that can will probably have better jobs than planning out desktop migrations.

      --
      [insert witty quote here]
    13. Re:What are you trying to do? by citylivin · · Score: 5, Insightful

      "Then how do we prevent people from bringing in USB printers from home and connecting them locally"

      Id say if someone has to bring in their own printer, your company has bigger IT problems...

      --
      As a potential lottery winner, I totally support tax cuts for the wealthy
    14. Re:What are you trying to do? by domatic · · Score: 3, Interesting

      Device entries can have permissions set on them and even the newer systems for autoconfiguring peripherals can have specific rules written for them or only add devices for specific users. If you want absolutely nothing to happen when a strange device is plugged in, that can be arranged.

    15. Re:What are you trying to do? by jamstar7 · · Score: 3, Informative

      I like this version better: No system is foolproof, because fools are fiendishly clever.

      The problem with making things idiot proof is you generate a better class of idiot.

      As to the problem at hand, there are tons of things you can do to keep users out of trouble. Biggest one is, keep them from accessing sudo. Easiest way to do that is, create an 'admin' account on the machine before generating user accounts. Only the first user account on a Ubuntu machine has sudo access automagically. Additional users need to be added manually to the sudo group. Remove any and all software that you don't need. What those software pieces are would depend on your application. Then add the necessary maintanance scripting run as cron jobs, things like apt. Edit the /etc/apt/sources.list to restrict repositories. What I'd do then is, recut a master CD using Ubuntu Customisation Kit so you have a 'standard' install, and set up an inhouse repository for updates, fed from the inhouse server. Since the workstations only look at the inhouse repository, they should only be able to install from the local server. And if they're locked away from apt, that shouldn't be a problem.

      --
      Understanding the scope of the problem is the first step on the path to true panic.
    16. Re:What are you trying to do? by ozphx · · Score: 2, Insightful

      In a large organisation the poor admin implementing the policy is not the person who created the policy.

      Web filtering is put in because Suzy once saw Joe in accounting see this site after I linked to it here, because I'm a bit of a cunt like that. She then caused massive panic, which spread upwards to the CEO, who decreed that The Internets Shall Be Filtered to prevent the company being sued.

      Most GP isn't implemented to be totally bulletproof, its there to create a standardised config, and mostly prevent people breaking the policy. Mostly. Nobody gives a toss if Brad brings in solitaire on a usb stick and runs it, because he will get fired - for being a dick. GP is not strictly about "security". Its ease of config - and GP does make it fucking easy.

      As the article says, its bloody cheap to just pay your MS tax, tick a few things in a wizard and sit back. The other benefit with the MS solution is you _can_ tell your boss "Group Policy won't do that". If you try saying "KPolicyFreeEditsLOL" won't do that, then their response will be "Shit! I blame you for pushing this Linucks on us!".

      Cost of a domain controller and a XP pro licenses in bulk is bugger all compared to my annual salary anyway...

      --
      3laws: No freebies, no backsies, GTFO.
    17. Re:What are you trying to do? by jmorris42 · · Score: 4, Insightful

      > Then how do we prevent people from bringing in USB printers from home and connecting them locally?

      Well it seems to me you are dealing with one of two scenarios.

      1. Users are so desperate to get work done they are working around IT stupidity. History repeats itself. Microcomputers were often brought into the workplace to get around the stupid restrictions the high priests of IT put on access to the minicomputer/mainframe. And a lot of minis initially came in to get local control of computing away from the lords of the mainframe at corporate HQ.

      Solution: Replace the IT people and let employees so motivated they were bringing their own printer do their part to get the economy going again.

      2. Users doing nefarious things like printing out company secrets.

      Do you think they won't work around any restrictions short of putting epoxy in the USB ports? And if you do that they will clone the MAC address onto a laptop and connect it in place of the locked desktop. Money motivates.

      Solution: In such a secure environment they should be using terminal services to keep them away from physical access to the hardware that can compromise security. When you catch someone probing the defenses get rid of them before they figure out a way in. If you can't trust them they shouldn't be allowed anywhere near secrets. If they have to the bastards will take screenshots with their damned cellphone.

      --
      Democrat delenda est
    18. Re:What are you trying to do? by ion.simon.c · · Score: 2, Informative

      Then how do we prevent people from bringing in USB printers from home and connecting them locally?

      Remove them from the plugdev group (or whatever group the HAL daemon requires users to be in), and do like domatic suggests and write some *very* restrictive udev rules.

      And you still haven't described how to block installing Lockjaw/Gnometris/KSirtet "just for me".

      Mysidia covers this (among other things) in this comment:
      http://slashdot.org/comments.pl?sid=1154635&cid=27129011

      Mount /home and /tmp (and other world-writeable directories) with noexec. BAM, 99% of users won't be able to *run* installers that weren't installed by an administrator. :)

    19. Re:What are you trying to do? by mysidia · · Score: 2, Informative

      Yes.. which is why using group policy to 'block' application execution is kind of silly, it throws away useful information, that management could use to make better decisions.

      It's much better to 'monitor' unusual activity and send automated e-mails to their boss, when they run a program like 'winsol' from their home directory.

      If they have a really good reason, they'll be able to answer the questions that it causes to be asked of them.

    20. Re:What are you trying to do? by Anonymous Coward · · Score: 2, Interesting

      Multiply this by about 500 machines, and then the ability to later on down the road be able to change it without having to completely redo them or find some screwed up roundabout way to push out to every machine via scripts...

      You'll quickly turn to the Windows way of doing it.

      You've never actually used Linux have you. I can push out 40 6Gb images over a network in 10 minutes locked down with bastille and Linux SE. Ossim to manage the lot. Call it a day.

    21. Re:What are you trying to do? by Bob+The+Cowboy · · Score: 3, Informative

      Or, Trolly McSourface, if you read the myriad of other responses, it works just fine. Simply don't install games in the default OS install (trivial), and mount the filesystems as noexec (can you even do that in Windows, your oh so powerful OS? Not that I'm aware of...). Done.

      And yeah, that doesn't make it any less of a dumb idea.

      In windows, the user just downloads some stupid solitaire off the web, or brings one from home that or something that doesn't require installation.

    22. Re:What are you trying to do? by twostix · · Score: 2, Informative

      Actually, the "doing this is a bad idea" is a pretty common response from Linux fans when confronted by something their OS doesn't do well, or at all

      Well 17 comments in one thread desperately trying to excuse the Vista UAC whitelist exploit here two days ago show your not above a bit of unapologetic hand waving yourself (when it suits). And now here you are trying to say other people making excuses are annoying.

      Yes, yes they are. Hypocrites are much much worse though.

      Not to mention you must have missed the 10 comments in this thread currently at +5 explaining exactly how to stop people running unwanted programs in Linux. And the two comments at +4 explaining how to easily circumvent application 'lockdown' (lol) on a Windows box.

  8. Indeed it is a problem by Anonymous Coward · · Score: 5, Insightful

    In linux world, there is yet to be a quick, 3 question and 1 button way to add the computer to a domain and then receive straight away:
    - group policies - security and software install
    - single password store (with cached passwords for notebooks that go away from the network)
    - Patch update policy

    The only thing linux does right is work on technologies such as DHCP that were written for OTHER unix O/S'.

    Ubuntu is not interested in those things, they're more interested in making stories about koalas and hiding popup boxes.

    Gnome is dead, Mono and moonlight took all their brains away.

    kde is making a next-gen desktop but have yet to understand why so many IT shops have kept Windows at the office.

    This is all depressing. Windoze will never be replaced at the current rate.

    1. Re:Indeed it is a problem by Arker · · Score: 4, Insightful

      This is very much like when (several years back) I was told Linux wasnt ready because there was no antivirus or defrag available.

      If all you know is Windows then you imagine these things are critical to the operation of a corporate network. They arent. They're patches plastered all over an inherently poor design to allow it to (sort of) function in that environment.

      With a real OS the actual underlying goals these things serve are served without the need for the specific windows-centric functions to patch windows-specific problems.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    2. Re:Indeed it is a problem by jotaeleemeese · · Score: 2, Informative

      Group policies? What do you mean by that? All accesses to read, write or execute are handled by regular unix permissions or ACLs.

      UNIX permissions are controlled by groups, group definitions are made available by means of a directory service.

      Access toa given machine? Password file, or pasword table in a name service.

      Single password? NIS+ or kerberos. Cached password in a laptop? Are you mad? Use a damn token that generates one time passwords.

      Patch update policy? Make a repository with the latest packages to be installed, run a cron on each machine that installs these patches in a regular basis.

      All of the above (and more) can be done in any Linux, Ubuntu included.

      So what is your point exactly?

      --
      IANAL but write like a drunk one.
    3. Re:Indeed it is a problem by jmorris42 · · Score: 2, Informative

      > In linux world, there is yet to be a quick, 3 question and 1 button way
      > to add the computer to a domain and then receive straight away:

      And I'm glad there isn't. Because it would get in the way of the old established, simple way to do those things.

      > - group policies - security and software install

      If the machine didn't need a package installed it should not be installed. Then you don't need to worry about a policy to prevent it from running. Not installed is more secure than trying to prevent it from running.

      > - single password store (with cached passwords for notebooks that go away from the network)

      NIS anyone? Granted I haven't dealt with notebooks that enter and leave, can someone else fill in how that works?

      > - Patch update policy

      If you don't trust your distro's patch update policy enough to enable auto updates then it is simple enough to establish a local one and set your machines to update from it. Then you can test every upstream update before you unleash it onto your network. And you probably want a local repo anyway just to save network bandwidth and to have a place to put locally created or modified packages.

      > Ubuntu is not interested in those things, they're

      That's the impression I get as well. Ubuntu does make a nice standalone desktop that a lot of people manage to get installed on their own though. But guess what, Ubuntu != Linux. If you are wanting Enterprise level features you might want to consider one of the distributions marketed to the Enterprise environment. XP Home doesn't work all that well in the Enterprise either ya know.

      --
      Democrat delenda est
    4. Re:Indeed it is a problem by Blakey+Rat · · Score: 2, Insightful

      If you don't even KNOW what group policy is, why are you posting here? Get a knowledge injection of how NT and AD works, then come back.

      No, not everything group policy does can be done in Linux.

    5. Re:Indeed it is a problem by Malc · · Score: 2, Insightful

      Which Linux distro does it in a standardised manner so that any Linux admin hired from anywhere else will be able to come in and just understand without having to figure it out?

  9. What lockdown do you need? by whoever57 · · Score: 5, Informative

    A desktop where the user does not have su/sudo access is already pretty locked down -- the user can only write to his home directory and other directories that he/she has access to through normal permissions.

    If you really want to lock it down, the user's home directory can be mounted in such a way that files cannot be executed from there.

    What elso is required?

    --
    The real "Libtards" are the Libertarians!
    1. Re:What lockdown do you need? by shutdown+-p+now · · Score: 4, Informative

      What elso is required?

      The ability to quickly and easily set it all up on all machines on the network at once, and to change permissions later with equal ease, without having to ssh into each and every machine on the network.

    2. Re:What lockdown do you need? by whoever57 · · Score: 2, Interesting

      The ability to quickly and easily set it all up on all machines on the network at once, and to change permissions later with equal ease, without having to ssh into each and every machine on the network.

      A quickstart file to install the machine correctly in the first place, use the autoupdater to update based on your own repository, with custom RPMs to push out further changes. Or, have the machine run a crontab that runs a script from a network-accessible location periodically -- and that script can set up various permissions as required. Or, the script could be local, and rsync is used to push out updates to the script when required. rsync can be set up to use ssh with unencrypted keys allowing a secure root login with no requirement to type a password. There are lots of ways to do it.

      --
      The real "Libtards" are the Libertarians!
    3. Re:What lockdown do you need? by mysidia · · Score: 3, Informative

      The ability to quickly and easily set it all up on all machines on the network at once, and to change permissions later with equal ease, without having to ssh into each and every machine on the network.

      That's a job for cfengine/bcfg2 or puppet, and a couple scripts to maintain exactly what you want. There are tools that can do this sort of thing very well.

      And you can also easily set it up so you can detect if a system has fallen out of compliance for some reason, and possibly send you an e-mail.

      Windows group policy just silently re-imposes itself, without sending you any notice at all, that somehow a setting got changed in a way that violates the policy.

    4. Re:What lockdown do you need? by Spit · · Score: 2, Interesting

      Have you evaluated the canonical commercial tools?

      --
      POKE 36879,8
  10. Re:How about: less douchebaggery? by Registered+Coward+v2 · · Score: 5, Insightful

    Instead of spending $$$ on bondage and discipline, how about treating your users like adult human beings?

    Because a number of them will wind up installing aps that put the company at risk?

    --
    I'm a consultant - I convert gibberish into cash-flow.
  11. Re:Security-Enhanced Linux by magamiako1 · · Score: 4, Informative

    SELinux is not what he's looking for.

  12. Huh? Its unix by nurb432 · · Score: 4, Informative

    If you just manage the users properly and NFS mount applications it almost takes care of its self and don't need an extra layer of complexity.

    use PXE+XDMCP and the workstations be come irrelevant

    --
    ---- Booth was a patriot ----
    1. Re:Huh? Its unix by Facetious · · Score: 3, Insightful

      Finally! Thank you. I can't believe I had to read so many posts on slashdot of all places before someone points out the obvious. I recommend the OP googles "root over NFS." To reiterate, don't try to do Linux the Microsoft way. Also, please disregard all these stupid AC posts about Linux not being ready for the corporate desktop. Unemployed MCSEs are just yanking your chain.

      --
      Let us not become the evil that we deplore.
    2. Re:Huh? Its unix by spribyl · · Score: 2, Interesting

      I would take a look again.

      One of the features of ldap is you can restrict who has access to what part of the directory.

      Though I will grant if mix environment you mean all the flavours on Unix that is quite the challenge.

  13. Isn't this something Unix solved decades ago? by darthwader · · Score: 2, Insightful

    You set up the machines to all boot over the network, from a common image, and to load all system files from a NFS share.

    The only thing on the workstation is the user's $HOME directory, and some local stuff like /tmp, /var, etc.

    Your users don't get root on their workstations. They shouldn't need it. This isn't like Windows, where a huge number of apps don't run correctly if you don't have admin rights. Linux is designed under the assumption that users don't have admin rights.

    Maybe I'm being naive, but what more do you need?

    --
    I hate it when I make a joke and I get modded "+5 insightful". Mod the stupid comments "funny", not "insightful", pleas
    1. Re:Isn't this something Unix solved decades ago? by magamiako1 · · Score: 2, Insightful

      To protect the users from themselves...PXE booting is not the answer.

      He wants to enforce things such as proxy settings, desktop settings, auditing, etc.

  14. Re:Security-Enhanced Linux by Zsub · · Score: 2, Funny

    Did you _have_ to wave your hand in that suggestive manner, as if - SELinux is not what he is looking for. Move along.

    And it indeed appears to me that it is not what he is looking for.

  15. 3 years ago (or so) ... by DF5JT · · Score: 4, Insightful

    I remember an article about KDE's long term strategy to be just that: an enterprise ready Desktop with fine grained policies, central administration and all the fluff that makes windows enterprise-ready and the de facto standard for the desktop.

    IToday, we have a colorful disaster that isn't even as usable as its predecessor. Developers should have focused on the need for an enterprise desktop that could actually make a dent in MS corporate sales. Instead we got useless eye candy.

    The fault, of course, lies with the big distributions that pride themselves on providing enterprise ready Linux. Enterprise sans le Desktop. Useless wanking. The requirements for an enterprise ready desktop are out there for anyone to see and it's not just "applications" as everyone usually points out. It's the ability for administrators to create and maintain a usable desktop according to official corporate policies. No more and no less.

    1. Re:3 years ago (or so) ... by ozphx · · Score: 4, Insightful

      The thing about that is it would require some very skilled programmers to do some very boring things. Generally this requires large infusions of cash and/or beers.

      --
      3laws: No freebies, no backsies, GTFO.
  16. policies by TheSHAD0W · · Score: 3, Insightful

    locking down Linux terminals to comply with company policies

    Sooo, what exactly ARE these company policies?

    1. Re:policies by Herkum01 · · Score: 2, Funny

      Keep employees from installing software unless your an upper level executive who needs a business level package. You know, like Solitaire, their favorite screen saver, a program that will display files (like naked_britney_spears.zip.exe) they get in email.

      You know, the policy that says I am too special to actually follow the rules...

  17. Re:You don't by Ex-Linux-Fanboy · · Score: 3, Interesting

    You know, as much as I agree with you, I wish it were not so.

    More and more things are getting tied to a computer. Back in the early 1990s, a computer was generally used for number crunching and document managing. People (generally) did not use a computer to listen to music, watch a movie, meet people, or to stay in touch with one's friends.

    Now people are using computers for all of these functions. It's important that things we need for daily living in the 21st century are not controlled by a single corporation with a known pattern of abusive behavior. Microsoft's latest abusive behavior--suing TomTom for having FAT32 support on their device--shows that the only thing stopping Microsoft from abusing their monopoly are antitrust laws and community activism.

    This is why Linux needs to fix the issues that make Linux not a suitable desktop for end users, or why one of the other possible open-source desktop OSes (Haiku, Syllable, etc.) needs to become a suitable end-user desktop.

    I use Windows right now instead of Linux because I don't feel Linux is ready for the desktop, but most of my partitions for "extra data" are formatted using the second extended filesystem (Linux's "base" stand file system) and read in Windows using ext2fsd because I don't want my data to be held hostage by Microsoft patents.

    So, yes, I really want Linux to succeed.

    - Sam

  18. Pessulus by Simon80 · · Score: 2, Informative

    Pessulus is a lockdown editor for GNOME. It is included is the admin suite since 2.14.

    What's wrong with that?

  19. Re:M$ by saleenS281 · · Score: 3, Insightful

    Ya, NO linux based company would EVER do something like that.

    www.redhat.com

    What's Ubuntu's LTS support? 5 years? And how long has XP been supported? Right...

  20. MOD PARENT UP by serviscope_minor · · Score: 5, Interesting

    Mod parent UP. The OP is thinking about it wrong: ie how to manage unix in the style of windows. Don't give them root and they can't install software. Make sure the home directories an /tmp is moutes -noexec and there is NO WAY that they can run programs which aren't already installed.

    Now they can have free run of the system and can't do anything harmful. Still not satisfied? Remove all executables that they shouldn't run, or make them a-rx g-rx, and don't have users in the group able to run them.

    You can create an RPM to do this for you, then set up the whole thing automagically using Redhat's or SUSE's tools (one is called kickstart). I suspect it is straightforward on debian based systems, too.

    If you have the autoupdater running (good for security), then update the setup RPM, put it in your local repository, and sit back as all the desktops get updated with new settings.

    Alternatively, you can bodge it with shell scripts and a cron job :-)

     

    --
    SJW n. One who posts facts.
    1. Re:MOD PARENT UP by binner1 · · Score: 5, Insightful

      While I _mostly_ agree with this, a nice policy management (configuration management mostly) tool is also essential when dealing with lots of boxes. You want a new setting for all Gnome desktops, simply add it to the policy tool and let it distributed any required config files or run commands to change the setting, etc. This type of thing used to be done with things like: for h in $all_my_hosts; do ssh $h /tweak/some/setting; done

      CFEngine and Puppet and friends are a nicer way of doing this. They're "self documenting" in that your write the code and then you can later very easily see when you added some configuration bits, etc...version control your configuration management scripts and you get even better tracking of who did what and when. (A side question: How does one do the version control type stuff in AD?)

      While kickstart is great (I use it), it only goes so far. Having a policy manager on top of that (installed and configured in the kickstart) is a beautiful thing!

      -Ben

    2. Re:MOD PARENT UP by geekboy642 · · Score: 3, Interesting

      I was going to post almost exactly this.
      If every directory your users can write to is mounted as noexec, and you don't do something boneheaded like giving them sudo access, they will be completely unable to install software. There'll be extra traps, like disabling flash to prevent most of the browser-based time wasters, but those can be managed reactively, and aren't nearly as likely to require a system re-image.
      Transparent automatic proxies are negligibly simple to implement, for instance a pfSense box and a $300 PC. As a bonus, you can easily add web filtering and block things like Slashdot at work. As for printers, Avahi and cups setup can easily make finding and using printers secure and idiot-proof.
      A local .deb or .rpm archive, and making your desktops automatically check for updates at, say, 2am, will alleviate the rest of your problems. It's also quite easy to provide a virtual "our_enterprise" package that you can have depend on any local fixes or changes for your office.

      The answers to subby's question are almost laughably simple.

      --
      Just another "DOJ fascist authoritarian totalitarian bootlicker" -- Zeio
    3. Re:MOD PARENT UP by QuoteMstr · · Score: 3, Insightful

      Err, you can still run interpreted programs on a filesystem mounted noexec:

      ~$ python myprogram.py

      A sufficiently clever user could use an interpreter to write his own dynamic linker and thereby run binaries too.

      But I agree: locking down the desktop is the wrong approach. Better is to separate sensitive information from things that aren't sensitive, and have a standard user environment to restore to if the user does manage to mess up his configuration.

    4. Re:MOD PARENT UP by magamiako1 · · Score: 5, Insightful

      You kids still think that what the OP is asking for has anything to do with "preventing users from doing something harmful to the computer".

      Get it out of your heads. Many of the things group policy can do has nothing to do with "security" or "preventing users" from doing anything. It has a lot to do with quickly standardizing departments, offices, rooms, or whatever your business structure is.

      When you move a computer to a different department you simply drag the computer in AD to the different OU and BAM! That computer now gets everything new with its policies. There's no bringing the computer in to the IT department and reloading its configuration with "Configuration A for Department B".

      Want to make a change to how a whole department does things? There's no pushing a script out later on to the whole department. You simply change it in group policy and the entire thing gets taken care of automatically.

      You can spend more time focusing on actually getting shit done than fussing around with HOW to solve the problem with roundabout tool sets.

    5. Re:MOD PARENT UP by QuoteMstr · · Score: 5, Informative

      This kind of stuff is why NFS-mounted home directories are just wonderful. If my machine kicks the bucket, I can grab a new one, install an OS on it, and get back to where I was before in half an hour. In a larger organization, an imaged system would work even better.

      Now, as for mass configuration changes, cfengine is your friend.

    6. Re:MOD PARENT UP by Darkness404 · · Score: 2, Insightful

      Ok, first though, these are ordinary workers. They aren't blackhats, they don't want to screw up their system, and if they know how to do that, they most likely work in the IT department.

      Don't treat your employees like criminals, if they break enough things all the time, fire them for incompetence, but there is no need to totally lock down everything.

      --
      Taxation is legalized theft, no more, no less.
    7. Re:MOD PARENT UP by QuoteMstr · · Score: 2, Insightful

      As a bonus, you can easily add web filtering and block things like Slashdot at work.

      Actually, browsing Slashdot, The Old New Thing, lwn.net and so on has made me more productive overall. Preventing users from accessing "time wasters" is a losing strategy: not only is the blocking technically futile, but by treating employees like children, you kill morale. Instead of micromanaging their days, treat employees like responsible adults and evaluate them based on their work and its results.

    8. Re:MOD PARENT UP by EvilRyry · · Score: 2, Interesting

      Use puppet. Not only can you configure policies and configuration, but you can _sanely_ manage software as well.

    9. Re:MOD PARENT UP by maitai · · Score: 3, Informative

      This is just wrong. Even in the Windows world. You don't need to be root to "install" a program (and what is with the "install" mentality anyhow?) Someone can happily place a binary in their home directory, or /tmp, or wherever they have write permissions and run it (note the next paragraph).

      And relying on noexec? /usr/bin/perl is usually executable, as is /usr/bin/php, /placeyourfavoriteinterprethere and can run any script you tell it to regardless of the noexec bit on the partition you mounted. For that matter, there's always ld.so, ld-linux.so, ld-linux-x86-64.so or whatnot (depending on your Linux distribution and hardware) if you want to load a binary (/lib/ld-linux-x86-64.so.2 binarynamehere). And note, ld.so will bypass any noexec bit on a partition (and also don't care if the binary is set executable or not)

    10. Re:MOD PARENT UP by ozphx · · Score: 2

      Maybe for you.

      Some random data entry chick is just going to be losing time, and right now theres plenty of replacements if I do catch her on omgponys.net. I just don't want to be out the extra $2k to recruit a replacement - so removing the temptation works bloody wonders.

      If she quits because she can't browse the web... well fuck... she was on track to getting fired anyway. Replacements are easy.

      --
      3laws: No freebies, no backsies, GTFO.
    11. Re:MOD PARENT UP by QuoteMstr · · Score: 2

      Maybe that data entry clerk wants to take a five-minute break from typing to keep her wrists healthy. Maybe she wants to send an email to her kid she let stay home from school to see how he's feeling. Maybe she wants to check the local diner's menu and phone in an order. These things don't affect her overall productivity.

      Incidentally, productivity is something easily and objectively measured. You're paying the employee for her output, so just use that to evaluate her performance.

      You can't technologically tell the distractions from the legitimate personal tasks, so you'd choose to ban everything. I bet you'd make her clock out to use the bathroom if you could.

      Replacements are easy.

      You know what? Fuck you. People like you are the reason we need unions in the world.

    12. Re:MOD PARENT UP by syousef · · Score: 2, Funny

      Mod parent UP. The OP is thinking about it wrong: ie how to manage unix in the style of windows. Don't give them root and they can't install software. Make sure the home directories an /tmp is moutes -noexec and there is NO WAY that they can run programs which aren't already installed.

      Now they can have free run of the system and can't do anything harmful. Still not satisfied? Remove all executables that they shouldn't run, or make them a-rx g-rx, and don't have users in the group able to run them.

      Much easier, just remove the computer from their desktop. I would suggest replacing it with pencil and paper but there's every chance the employee might take up sketching and then of course the universe would fall apart.

      --
      These posts express my own personal views, not those of my employer
    13. Re:MOD PARENT UP by ozphx · · Score: 2

      Incidentally, productivity is something easily and objectively measured. You're paying the employee for her output, so just use that to evaluate her performance.

      By that time she is an employee, with all the rights, protections, and expense of replacing that no business wants to deal with.

      What the hell do you mean by "legitimate personal tasks"? I'm not paying for people to do their personal shit. I have never charged money when I do my personal shit. I'm not charging my employer right now. The entire reason I'm able to use the damn internet, and the chumps in the data entry pool can't is because I can be trusted to account for my time, and ON AVERAGE they can't. ON AVERAGE they will sit around on fucking facebook all day and look at lolcats - and usually thats exactly what is happening until the employer decides to filter the damn internet.

      Also, fuck you.

      --
      3laws: No freebies, no backsies, GTFO.
    14. Re:MOD PARENT UP by QuoteMstr · · Score: 2, Insightful

      Different scenarios. What if your user is using his account on a central machine via remote X11?

    15. Re:MOD PARENT UP by jap · · Score: 2, Informative

      Err, you can still run interpreted programs on a filesystem mounted noexec:

      ~$ python myprogram.py

      A sufficiently clever user could use an interpreter to write his own dynamic linker and thereby run binaries too.

      No he cannot, as he cannot write that interpreter to a place where it can be executed.

      Besides, such an interpreter already exists on your system and is called /lib/ld.so or one of its newer names. Note that trying to do this trick doesn't work, as your linker then needs to mmap this code with PROT_EXEC which is not allowed for files residing in a noexec mounted fs.

  21. Re:How about: less douchebaggery? by man_of_mr_e · · Score: 4, Insightful

    Probably because you can't guarantee that the users will ACT like adult human beings.

    Any corporate policy that relies on "Let's just hope users don't do bad things" is doomed to fail.

  22. Back in the old days ... by PPH · · Score: 2, Funny

    ...we just used a script that called useradd pointing to the appropriate skeleton directory and then called chown/chmod to keep people from modifying the rc files in their home directories.

    Really smart users can probably find a way around this. But then at a company I used to work for, we could never lock down Windows NT to keep the shop floor mechanics from setting the wallpaper to a Pamela Anderson, Tommy Lee photo. So I guess its all relative. You may need users that are dumber than a high school dropout welder.

    --
    Have gnu, will travel.
  23. Re:You don't by Minozake · · Score: 4, Informative

    You feel Linux isn't ready for the desktop, or Linux isn't ready for your desktop?

    --
    http://sourcemage.org/ - Have fun :)
  24. Re:How about: less douchebaggery? by mysidia · · Score: 3, Informative

    You can't install apps without root.

    You can't get root without proving your competence and signing an agreement that says you will only install apps that have been approved.

    It changes from being a "lockdown the desktop" problem, to an "unlock the desktop for people who absolutely need it, and closely monitor their activities" problem.

  25. Re:How about: less douchebaggery? by RichardJenkins · · Score: 5, Insightful

    You think using technology to help enforce an IT policy and respecting your employees are mutually exclusive aims? I strongly disagree.

    A small contingent of 'bad apples' can do serious harm if you do not effectively enforce IT policies. It's not possible to guarantee there is no one like this in your company, so you should protect the company and other staff from from them.

    Respecting staff won't stop douchebags being douchebags and screwing up your systems.

  26. Re:Mittens!!! I was going to say: Give everyone by davidsyes · · Score: 5, Funny

    Paws... Then they could have Caps Paws...

    But, if Puppet offers tiered services, then you can evaluate the... Puppet Tiers (LOL)... Then controlling the employees simply becomes a matter of ... pulling strings...

    --
    Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
  27. Re:More information on what you want to lock down? by man_of_mr_e · · Score: 5, Informative

    Unfortunately, few people in the Unix world seem to grasp what Group Policy is used for in Windows.

    It's not simply preventing users from installing software.

    Group policy is a set of policies that gevern everything from security policies, to application policies (for instance, say you want all users in a specific AD OU to use a specific proxy server, or maybe you want to limit all computers in a given lab from being able to use an MSN Messenger.

    GP can be assigned to specific computers, groups of computers, users, groups of users, and a whole host of situations. The nice thing about it is that it's AD wide, and controls the user or the computer regardless of where, or what may be installed on the machine or how it's configured locally.

  28. Re:How about: less douchebaggery? by Anonymous Coward · · Score: 5, Funny

    Doesn't work:

    bash-3.2$ less douchebaggery
    douchebaggery: No such file or directory
    bash-3.2$

  29. Re:This is linux's strength, actually by Anonymous Coward · · Score: 5, Insightful

    Or, am I missing something?

    Yeah managing this for 300+ people in an environment that changes daily without spending your entire IT budget on admins and the sneakernet support staff.

    despite our desire to act like open source is the cure for all ills this is the type of problem we need to solve. You MUST lock down some enterprise environments (or have a CEO who is willing to go to jail) and you MUST be able to manage this without breaking the company piggy bank. He's asking for solutions to these two requirements not how to keep ONE person on ONE desktop from doing ONE of the many forbidden things.

    And as for the guy/gal who suggested we treat everyone nice and hope they act right. That's fine for your 10 person IT shop...not so much for a multi-billion dollar public company that needs public trust and investment and is governed by a whole mess of federal regulations in numerous national jurisdictions around the world.

  30. That's what I couldn't figure out by HangingChad · · Score: 2, Insightful

    Want to lock stuff down? Don't give users root.

    Knowing what policies they're talking about might be helpful because I had the same question. What policies would require root level access? White list the proxy. Backups, share drives, printing...we have all those services on our Linux desktops. We can remote in and install any software they need...??? What policies can't be handled by a user account?

    Maybe I've been away from Windows networking too long, but I can't think of why you'd need to do this.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  31. Re:How about: less douchebaggery? by Architect_sasyr · · Score: 4, Interesting

    You can't get root without proving your competence and signing an agreement that says you will only install apps that have been approved.

    Sometime ask for permission to edit a config file for, say, a webserver to save the admin time. In fact, ask for vi permission because that's your favourite editor:

    sudo vi /etc/httpd/httpd.conf
    Password:
    :sh
    sh#

    Just a random "trick" you can use to get around things like that. To OP:

    I manage my 200-odd machines via ssh-keys and push scripts each night. It's not as pretty as a GUI, but I don't need pretty, I need functional. I keep a machine loaded with an accurate configuration of what should be out there, and every time I make a change on the test machine that I am happy with, I migrate it to the live machine, which pushes out the scripts. But I like the parents post theory anyway, despite what this post may have looked like.

    --
    Me failed English...
    FreeBSD over Linux. If my comments seem odd, this may explain...
  32. Re:How about: less douchebaggery? by Anonymous Coward · · Score: 5, Insightful

    Have you ever met a sales person, or watched them try to use a computer? Seriously, watch them try to send a 500MB powerpoint presentation as an e-mail attachment, or ask for tech support on their limewire install, and marvel at the risk to your company.

  33. Do what's cheaper by malevolentjelly · · Score: 4, Insightful

    If it's cheaper to stay with a Microsoft-based infrastructure, then stay with that. Creating massive infrastructure-wide group policies that go from desktop to web browser is sort of a windows thing. If you're going to maintain security policies in a linux-based system, you better be prepared to start thinking in Unix- that means remembering that you're using a network-based system, not a locally-oriented system on a network.

    If you're setting an IT infrastructure, the costs you're cutting on licensing will probably bite you in either support, security, training, or usability/productivity. There's no such thing as free software, I'm sorry.

  34. LSD by russlar · · Score: 5, Funny

    Why not use LSTP? That way you only have to worry about whatever image(s) you keep on the server.

    Better yet, use LSD! Then all you have to worry about is why those images are talking to you.

    --
    Anybody want my mod points?
  35. Re:How about: less douchebaggery? by mysidia · · Score: 5, Informative

    Vim supports a mode referred to as 'restricted' mode.

    i.e. cp /usr/bin/vi /usr/bin/rvi

    Give the user permission to run 'rvi' instead of permission to run 'vi'

    Also, you needn't give root to do that; modern distros have these things called 'group permissions', or even ACLs.

    You can create that user a special non-root user that they 'sudo' to in order to edit the config file, and an ACL permits just that particular user to edit the particular allowed config files.

  36. Re:This is linux's strength, actually by icebike · · Score: 5, Informative

    Sneaker net?

    This is linux. You do it all remotely, and you can build clone the machines pre-set up
    exactly the way you want them.

    This is not hard. But first you have to purge the microsoft mentality from your thinking.
    Forget Sneakernet. Think more Fat-Ass net. Like me sitting here on my fat ass managing
    a dozen machines for naive users located 1400 miles away.

    You just never give users root access, and you set your permissions properly.
    You can use SeLinux, AppArmor, or any number of free management tools that
    all work remotely. You don't have to rely on everyone to act nice because
    you can lock it down just as tight as you want.

    If its a business, why not start with a business solution like Novell SLED.
    Its made for the enterprise. And it locks down nicely.

    None of this stuff is free in the windows world, but its all available
    for free in the Linux world, OR you can pay for it and still save money
    over Windows.

    But there are free remote management utilities included with every Linux distro.
    Its called ssh.

    --
    Sig Battery depleted. Reverting to safe mode.
  37. Re:You don't by baileydau · · Score: 3, Interesting

    Unless users are only given a restricted shell, what prevents them from writing applications in shell script and running them?

    It's either a kiosk or a fully functional Universal Turing Machine...

    Well, one way to do this is to mount the users home / groups with the noexec flag. Only the system partitions should be mounted with execute permissions, and the users shouldn't have any write privileges on them.

    --
    Ever stop to think ... and forget to start again?
  38. Re:IT policy? by itzdandy · · Score: 2, Insightful

    Normal business is when a virus spreads. Scanning for viruses is not a bad thing and performance should not trump security. This is called being pro-active which is ideal when dealing with computer security. Only scanning for virus's at night is call reactive, which is bad when dealing with computer security.

    Also, the IT department is responsible for the network and security of the network. If they make a policy that no linux machines can be on the network then what is the issue? Tight control over computer resources by IT staff is certainly best practices for a secure network.

    Granted, Linux desktops are more likely to be safe than Windows desktops, but administration time is also very important. Centralized policies such as a Windows Domain is much easier to manage than a hodgepodge of various desktops with no way to enforce policy.

  39. Re:How about: less douchebaggery? by hummassa · · Score: 3, Funny

    No, au contraire. The following policy _will_ guarantee that users will act like adult human beings:

    We will take a peep at your files randomly and fire you without severance the first time we find something we don't like. Period.

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  40. Re:How about: less douchebaggery? by Architect_sasyr · · Score: 2, Funny

    You learn something new every day! That said, I just typed "ln -s /bin/rvi ~/vi ; ~/vi" on my CentOS box (only one nearby, had rvi in it already which had previously denied me a shell) and voila, back to my root prompt. ACL's, however, are quite excellent at circumventing the issue, and are to be applauded. 9/10ths of administrators aren't going to want to mess around with them though, trusting to the "power of the sudo" as they do so often. Still, thanks for pointing out rvi - makes that old saying true: "Everytime you see someone else use vi, you learn something new".

    --
    Me failed English...
    FreeBSD over Linux. If my comments seem odd, this may explain...
  41. Re:How about: less douchebaggery? by Anonymous Coward · · Score: 2, Funny

    Hmmm, works for me:

    $ less douchebaggery
    mr_bubb blows goats
    douchebaggery (END)

  42. Re:You don't by jamstar7 · · Score: 2, Insightful

    And that stops users from downloading and running applications how?

    By blocking them out of root access, they can't download a package like a .deb or an .rpm & install it. If they somehow manage to figure out how to download and compile a tarball, all they can install it to is their own home directory. I'd say, best way to do it is make sure they don't have compiler access. So, take them out of the sudo users group.

    --
    Understanding the scope of the problem is the first step on the path to true panic.
  43. 2009 is the Year of Linux on the Desktop by mrroot · · Score: 2, Funny

    I'm glad this question came up. I read somewhere that 2009 was going to be the year of Linux on the desktop.

    --
    I Heart Sorting Networks
  44. we leave our security to by v1 · · Score: 5, Funny

    Locking Down Linux Desktops In an Enterprise?

    We leave our security in the hands of Mr. Worf.

    --
    I work for the Department of Redundancy Department.
  45. Re:You don't by Nursie · · Score: 2, Informative

    How's about I set up iptables to disallow any incoming connections then?

    That would slow your relay down. And how are you going to DoS whenyou don't have access to netcat, any compilers or interpreters? Hell, I could stop you even running an xterm...

    You can do any/all of these things from windows too. I have yet to see a machine that could do anything useful at all that I couldn't also download and then run PuTTY on.

  46. Re:How about: less douchebaggery? by orev · · Score: 4, Insightful

    Instead of spending $$$ on bondage and discipline, how about treating your users like adult human beings?

    THIS is why those tools don't exist. Because every time you ask, some self-righteous idealist responds like this. Unfortunately, those self-righteous idealists are often also the really good programmers who have the ability to create such tools.

  47. A lot of this can be done with netbooting by Ungrounded+Lightning · · Score: 2, Insightful

    Many of the things group policy can do has nothing to do with "security" or "preventing users" from doing anything. It has a lot to do with quickly standardizing departments, offices, rooms, or whatever your business structure is.

    When you move a computer to a different department you simply drag the computer in AD to the different OU and BAM! That computer now gets everything new with its policies. There's no bringing the computer in to the IT department and reloading its configuration with "Configuration A for Department B".

    A lot of this can be done by netbooting the computer and letting it grab its configuration from the filesystems it points to.

    The configuration files (mainly in /etc) can contain the default startup scripts for the department's configurations. If you REALLY need to limit what apps the user can run, point to binary and library directories that don't contain anything the user mustn't have.

    Move it to a new department? Change the entry for the machine on the DHCP server. No need to pull it in for retweaking.

    This also means you don't need to have the OS and apps on the machine's own disk. You have a single copy of each kernel, utility, and library on your fileservers. You can use the whole disk for swap and /tmp. No individual
    installs. No local copies. Save the disk for stuff where fast access is needed but is all volatile. Meanwhile the cache take care of unloading the fileservers and network.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    1. Re:A lot of this can be done with netbooting by Ungrounded+Lightning · · Score: 3, Insightful

      Move it to a new department? Change the entry for the machine on the DHCP server. No need to pull it in for retweaking.

      Or even plugged in when you make the change.

      You can use the whole disk for swap and /tmp. No individual installs. No local copies.

      And the user's entire persistent state is on your fileservers, where you control the backup, maintain history (and let the user recover his OWN lost files), etc.

      Meanwhile, with nothing persistent on the user's machine there's no info lost if it fries or is stolen, or if you need to upgrade his hardware. Just configure a fresh machine for netboot and replace the MAC address of his workstation with the new machine. Instant gratification.

      You also get to update the software on ALL the machines by updating ONE image on the servers.

      --
      Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  48. Re:You don't by gbarules2999 · · Score: 5, Funny

    Let me try and predict this one: "[Problem they've randomly had in the last two years and didn't bother to research or bugfix] is the biggest issue in desktop Linux. The developers have lost touch because, for example, [anecdote that offers no valuable bug-ridding information, or even enough to replicate it], showing that [Problem] is still a big of a problem as it was four years ago. I've seen [however instances they've seen it, plus four] instances of this issue in my computer but also in other's, and it refuses to be fixed because Linux is simply put, not user-friendly or stable in the least bit. It's things like these that make me draw the conclusion that Linux is simply not ready for the desktop."

  49. Re:More information on what you want to lock down? by SaDan · · Score: 5, Insightful

    Unfortunately, few people in the Windows world seem to grasp that LDAP has been around for many years in the *nix world, and has all the functionality you would find in Group Policies when linked into PAM on the client side.

    For a couple years, I maintained a company-wide network that supported unified "home" directories and unified login/password capabilities between Windows workstations, Linux workstations, and Solaris servers, all tied back to Fedora Directory Server. It was hell to set up, and sweet to watch in action.

    Active Directory and Group Policies aren't bad for simple installations, but really turn into a mess quickly depending on your setup. LDAP and *nix systems that support PAM are a snap to set up, work fairly well and took significantly LESS time to get working properly than the Windows side did.

    There's a lot of research that goes into setting up either side of the equation. Linux/Unix has been more ready for the "enterprise" desktop than Windows has, though, and that's a cold hard fact.

  50. Re:More information on what you want to lock down? by jkinney3 · · Score: 4, Insightful

    In Linux it's done with policies in LDAP that are used to set variables for login scripts. Using standard Linux tools (written 20+ years ago for UNIX systems), the login process can report back what machine, IP address, etc a user is accessing. That coupled with the group structures in LDAP are used to set environment variables that dictate everything a user can access.

    If it weren't for the boneheaded point-n-click gui that windows crams down every admins throat, even windows admins would see that their precious AD is just ldap with environment variables modified by scripts.

    You talk about converting 300 seats. I converted 2000 to LTSP desktops. All driven by only 33 servers. See here for details: http://www.localnetsolutions.com/press.html

    If you are still stuck, my contact info is on the site. I consult.

  51. Oops! There's that REALITY again... by mcrbids · · Score: 3, Informative

    What you are forgetting is that most companies, especially large companies ARE boring places staffed by a high percentage of mediocre people. Large organizations have a large amount of administrative overhead, and the vetting process is long, convoluted, and inefficient. It's just the nature of the beast.

    1) IT staffed by control freaks? Well duh! It's the only way they can appear to be doing something and not getting their asses handed back to them if anything goes wrong...

    2) Trust? How much do YOU trust people you know just barely well enough to remember their name? And anytime you get more than 5 people together, they start grouping up and taking sides. Disputes soon follow. Care to guess what it's like when there are 500?

    3) Hiring standards? Have you seen who applies to Monster.com ads? As an employer, I can say the domain name is appropriate...

    4) unrealistc expectations... It's often hard enough to simply establish expectations at all. 5) Morale? You want to talk about morale!?!? Large companies spend months rolling out big updates like using actual coffe in the coffe makers at their 2,000 store fronts, or on 6 month programs toget locations to clean their bathrooms. Wait until you spend a man-week working yer ass off because somebody didn't know what 'historic' meant, only to find you didn't need to do anything at all. Then see what your morale is like.

    6) Unmotivated employees? Your average wage slave is motivated by a desire to do as little as possible and not get yelled at.

    Go work at/for/with some large organizations sometime. You'll see why Dilbert is so popular - not because it's quirky and off-beat but because IT'S TRUE!

    --
    I have no problem with your religion until you decide it's reason to deprive others of the truth.
  52. Re:How about: less douchebaggery? by Anonymous Coward · · Score: 5, Interesting

    "Like screen savers that try and install crap along with it, then there'll be all the support calls why isn't it working."

    Using my remote control truth extractor, I can detect thoughts that are in your brain but not passed to your fingers on the keyboard. Combining your post with the truth extractor, I get the following:

    "Treating adults like adults is good in theory, but when you have 300+ people trying to..."
    Do their jobs
    "...you want to take away as much..."
    productivity
    "...as possible." So we can feel like we are in charge of something. Even the little people need to feel big every so often. In order to keep our jobs, we need to make sure people need us. Thanks to lockdowns, they will.

    Is that awesome technology or what?

    Would you rather make people stop working and call the helpdesk when they need some kind of app that is (a) harmless and (b) freely available? And it's OK if they wait: 15 minutes? an hour? all day? So you can prevent a call from a guy who screws up the SCREEN SAVER???

    Instead of making Mr. Screensaver wait in the queue because of his counterproductive antics, YOU MAKE EVERONE ELSE WAIT INSTEAD???

    Such a strategy would only make sense if >50% of all calls were for unnecessary/unauthorized things. And IF that were true, then a lockdown would work so well that support staff could be cut, right?

    Any wonder why IT departments are referred to as the "preventers of information services"???

    What happens if they boot Knoppix from CD? Works pretty well in Windows shops as well. Lockdown the BIOS from CD boot? There are numerous published backdoor passwords; almost every BIOS has one.

    BTW, this is a much bigger problem in Windows shops, where people tend to go crazy with pirated stuff, trial versions, spyware, and network bandwidth wasters -- all of which contribute to real risks and system instability. Taking away root access solves most of this in Linux, whereas in Windows it's the full employment act for the helpdesk unless you surrender to the draconian tradeoffs described above.

  53. Re:"noexec" is overrated by mysidia · · Score: 2, Insightful

    Just because you have python and perl interpreters on the system does not mean you allow users access to them.

    You can use file permissions to restrict access to your executable interpreters.

  54. Re:You don't by DavidRawling · · Score: 4, Interesting

    I think the point of the G...GP post was that you can't easily push this out remotely, and on Linux you have to write it, support it and debug it yourself, including all the niggly corner cases.

    Frankly Windows has some cool Enterprise stuff that makes this easier.

    1. WSUS. Centrally administer the set of updates permitted to clients and servers. Linux version: Maybe set up a repository for your corp distro - but how to sync and manage the updates is what I don't know here.
    2. SCCM / Zenworks / Others. Roll out an application to user desktops whether they're on-net or not. I can push Office to a machine 500mi from one of my offices. Well, OK the admins, I'm a consultant (a contraction of Con and Insult). I get reporting, auto retry, auto download with bandwidth optimisation. Linux version: I honestly don't know. I never hear about this and it's a major, major part of TCO for the desktop, so there must be SOMETHING - and I'd love to know about it.
    3. Group Policy. Push out settings, apps, scripts without any admin access. Disable apps (or provide a white list of apps - hey no more goddamn spyware it's the single most sensible way to protect a Windows box from this crud). A single change in one location with enforced application to the desktop, when the desktop is on-net (those remote users have to change passwords eventually)! Marketing wants a new desktop background across the company (and the CEO has OK'd it)? Sure, give me the file, generally speaking it's on 95% of online machines in under an hour, with no user ability to turn it off. And hey, it's a company machine. Do you expect to repaint the company walls sky blue because you don't like puce?

    It's worth noting that these policies aren't Microsoft deciding willy-nilly how you will use your computer. It's the Fortune 500+ companies, and their equivalents in Europe, Asia-Pac etc, who have requested this. They have very big wallets. They spend way more on MS than we do. And apparently some dorkwad once determined that allowing users to set their own desktop background wastes time and thus money, so they want to lock things down, protect themselves from lawsuits etc, and ensure they are paying people to work, not skive off typing long comments on /. ...

    Ahem. As I was saying.

    In these sorts of cases (desktop wallpaper, sound schemes), to me, the benefit is not time and money, it's the ability to avoid a lawsuit because Big Stu the ladies' man in the centre of the office decided to have some porno chick as his wallpaper and porno sounds for new emails et al. And the 30 women around him get offended and sue the company for letting him be a dickhead even though there's a clear policy in place.

  55. Re:"noexec" is overrated by Burdell · · Score: 2, Insightful

    That breaks functionality that uses those interpreters. For example, I see python running on my system for a printer applet. There are a number of things in a "modern" desktop that use python and perl (and ruby and ...).

    Also, if you change the permissions, your system package manager will probably at least complain, if not change them back the next time the packages are updated.

  56. Re:You don't by QuoteMstr · · Score: 4, Interesting

    I think the point of the G...GP post was that you can't easily push this out remotely, and on Linux you have to write it, support it and debug it yourself, including all the niggly corner cases.

    That's a good point, but the kind of huge organization you mention will have in-house IT people who can that anyway, and I still think the advantage of a FOSS platform outweighs the relatively lack of ready-to-go deployment facilities.

    WSUS. Centrally administer the set of updates permitted to clients and servers. Linux version: Maybe set up a repository for your corp distro - but how to sync and manage the updates is what I don't know here.

    Any of the major repository systems can be set up in a custom configuration with client machines automatically sucking packages up from a central company repository. Redhat's up2date and satellite systems are especially geared toward this kind of deployment.

    SCCM / Zenworks / Others. Roll out an application to user desktops whether they're on-net or not. I can push Office to a machine 500mi from one of my offices

    If I'm understanding this correctly, you get application installation automation for free with your centralized repository, perhaps automated with cfengine, puppet, or even ssh-in-a-loop.

    Group Policy...

    This is hard, and I'll admit Windows has an edge here, though personally, I feel like that's a little bit about North Korea having an edge in oppression compared to the US; it's not necessarily something desirable.

    That said, if you must do something like this, there are ways. Other comments for this article address this point better than I do. For starters, there's kiosk mode "KDE's Kiosk Mode, allows a system administrator to configure all aspects of the desktop for an end user and optionally prevent the end user from making modifications to the provided setup."

    Gnome also supports a lockdown system.

    And as a last resort, you can always patch the software and distribute the patched version to all your machines.

  57. Re:How about: less douchebaggery? by Tuoqui · · Score: 3, Funny

    You've already installed Linux. I doubt they can install anything on there that would be a problem, not without gunning for your job that is.

    --
    09F911029D74E35BD84156C5635688C0
    +2 Troll is Slashdot's way of saying groupthink is confused
  58. Re:This is linux's strength, actually by Anonymous Coward · · Score: 2, Insightful

    As other posters pointed out, you have to stop thinking the One Microsoft Way.

    With a Unix system, you NFS mount the /home and /usr directories and you noexec /home. That is about all there is to it. The machine just needs to boot up minimally - the rest it gets over the network from a central server, so you manage ALL your machines in ONE place.

    It is much easier to administer a bunch of Unix machines than Microsoft machines.

  59. Re:Repeat after me.... by gbarules2999 · · Score: 2, Insightful

    End users *are* responsible for telling developers what they're doing wrong.

  60. Re:You don't by Dolda2000 · · Score: 3, Informative

    Guess what? noexec doesn't do jack shit on the majority of Linux systems, and does not prevent anybody from running a. You know why? /lib/ld-linux.so.2. (On x86_64, there's also /lib64/ld-linux-x86-64.so.2.)

    Oh really? Seeing how mmap(2) requires the PROT_EXEC flag to make segments executable in the MMU, and checks those flags against the mode of the i-node, I found that hard to believe, and have it a try. These are the results:

    $ cd /tmp
    $ mkdir mtest
    $ sudo mount -t tmpfs -o noexec none mtest
    $ cd mtest/
    $ vi test.c
    $ gcc -o test test.c
    $ ./test
    bash: ./test: Permission denied
    $ /lib/ld-linux.so.2 ./test
    ./test: error while loading shared libraries: ./test: failed to map segment from shared object: Operation not permitted
    $ sudo /lib/ld-linux.so.2 ./test
    ./test: error while loading shared libraries: ./test: failed to map segment from shared object: Operation not permitted

  61. Re:You don't by DavidRawling · · Score: 2, Insightful

    Thanks for being intelligent and providing useful answers. Already I have learned about cfengine, bcfg2 and FreeIPA today - all of which look like bridging these gaps. Not that I want them to, really, since effectively Microsoft pays my salary ;-)

  62. Re:How about: less douchebaggery? by netcrusher88 · · Score: 4, Informative

    Which is not the same as 'sudo rvi'. You can set sudo to only allow certain commands, so if you allowed 'sudo rvi', you couldn't run 'sudo ~/vi'.

    sudo filters by the command executed (I've seen things restricted to full command line - i.e. sudo killall -HUP ircd but not sudo killall ircd).

    --
    There's an old saying that says pretty much whatever you want it to.
  63. Re:"noexec" is overrated by mysidia · · Score: 2, Interesting

    No matter what your desktop OS, you'll break (or have to do without) certain things, if you insist upon strong security and ironclad policy enforcement.

    There are desktop options you can use that don't require any interpreters, at the sacrifice of a little usability, and possibly productivity. You may have to make do with a simpler desktop environment than Gnome, such as xfce4 that doesn't rely all the Python scripting.

    But even if you leave interpreters full on and just use 'noexec', what you get is ironclad by comparison to Windows group policy.

  64. Re:This is linux's strength, actually by darkpixel2k · · Score: 3, Informative

    Adn how long would it take me to SSH into 40,000 desktops to update Adobe Reader 8 to Adobe Reader 9, because there is some new feature that someone decided we just have to implement?

    How long to copy the browser link to 40,000 desktops to comply with a mandatory ethics reporting plan we had to put in place? How long to patch 40,000 kernels for a security hole that must be resolved within 72 hours due to Corporate Information Security policy?

    you guys that complain about heavy handed IT policies don't realize, that we don't even drive a lot of this stuff. If it was an IT idea, no one would ever give us the money we need to buy these tools. It's all driven from the top down.

    Perhaps you've never heard of cssh?

    I use it to patch and update ~ 15 linux machines at the same time--in about 3 minutes. Patching a comparative number of Windows servers takes 30 minutes and a reboot.

    In all seriousness though, cssh might not work so well for 40,000 machines. You'd probably have to have a 70 inch monitor...

    --
    There's no place like ::1 (I've completed my transition to IPv6)
  65. Re:How about: less douchebaggery? by mysidia · · Score: 3, Informative

    Installing a pre-packaged app is difficult without su privileges, but you can easily build something in a directory that you can set files to executed.

    Group policy in Windows is about stopping casual users from breaking policy too easily. Experienced professionals have means to circumvent protections on their workstations.

    You can't easily build a thing without compilers, esp. when your home directory is on a filesystem mounted NOEXEC, so you can't run binaries from it.

    And Esp. when disk quotas are in place, such that large binaries would set off alerts, and get sysadmins probing around to find out why you suddenly got a few hundred megs of .o files in your directory.

    If you're concerned about users compiling their own binaries, then you should be just as concerned about them booting their systems from a CD or USB stick, or opening the case, swapping out the hard drive, or booting single user and gaining root, and goofing off in an OS you have no control over.

  66. Re:How about: less douchebaggery? by digitalchinky · · Score: 3, Interesting

    Er, Computer use policy. Section 2.

    If you leave your system unlocked (accidentally or intentionally) and someone dicks with it, we will fire you immediately, and the other person as soon as we review the cubicle surveillance tapes.

  67. Re:How about: less douchebaggery? by Nuno+Sa · · Score: 2, Interesting

    What? You must be joking...

    If he has "luser ALL=(ALL) ALL" in sudoers he can sudo bash and become root.

    If he's only to have access to /usr/bin/rvi the correct entry would be:

    luser ALL = /usr/bin/rvi ...Now, if he can write to /usr/bin the admin has worst problems than luser getting root. ...And if the admin made the entry look like "luser ALL = /home/luser/rvi" (and luser has write access to /home/user) the admin is dumb.

    So, your "exploit" needs the admin to be 110% dumb. Great! I know some 90% dumb, but 110% is pushing it :)

    Get real, please.

  68. Re:M$ by Nuno+Sa · · Score: 2, Informative

    The only supported product in Windows XP's family is named "Windows XP SP3" and was released less than 1 year ago.

    Redhat and Ubuntu will update your system to the latest version (think Vista in MS land) for the same price of the SP3 update to a legacy OS. (The price is "free", btw).

    Regards,

  69. Re:This is linux's strength, actually by Gazzonyx · · Score: 3, Funny

    Use a boot loader password.
    Disable CD/USB boot in BIOS or make the hard drive boot first(and password protect it... with clever users, lock the box so no one can clear the CMOS).

    The bottom line though is that if someone has physical access to 'your' box, it's no longer yours. This applies to security as well as users. The only thing you can do is make the process so painful and bothersome that they decide it's not worth it.

    Speak softly and carry a big stick. Keeping a CAT5 cable that terminates to a power outlet is a good tool to have handy. Plug it in to the spot on the patch panel where the trouble user's connection is - they'll get the point after a couple of 'hardware failures' for their desktop. :)

    --

    If I mod you up, it doesn't necessarily mean I agree with what you've said, sorry.

  70. Re:This is linux's strength, actually by psyclone · · Score: 4, Informative

    cssh is great for a handful of computers, but for the 40,000 boxen, try cfengine

  71. Re:More information on what you want to lock down? by TheRealSlimShady · · Score: 3, Insightful

    Unfortunately few people in the *nix world seem to grasp that LDAP is just a protocol (that's the P bit of the acronym). It's just a standard way of accessing directories - which is what Active Directory is (as is OpenLDAP etc etc). LDAP means nothing as a reference to a directory - OpenLDAP might in your case. So what you meant to say was "directories (that are accessible via LDAP) have been around for years". Whether they do everything the particular implemention of Active Directory does is up for question - some may, some may not. It depends on implementation...

  72. You're Missing the Point by Toreo+asesino · · Score: 2, Informative

    It's not just about "locking down" the desktop; this is quite easy in just about any OS, the real issue here is top-to-bottom manageability.

    So yes, specific security requirements is part of that.
    Now say for example you want to push out the new OpenOffice to all of accounts department only...and assuming no deployment problems, sales, and R&D too.

    Next, patching. Show me all machines that haven't patched $NameOfPatchHere you deployed to the company a few weeks after it was made available to the world (giving enough testing time to be sure there's no reports of anything breaking online first).

    Next, branding. The company changes name; merges with another. You want all reference of $COMPANY_X changed to $COMPANY_Y; screensavers, wallpapers, etc, etc. Rebuilding each machine image isn't an option.

    Next; security. You want to open an incoming port on every local firewall for a new teleconferencing system...but only for R&D. By default all non MS-AD ports are sealed off.

    Windows AD does all of this in about 2 clicks per above need. Doesn't matter if you have 5 clients of 5000.

    --
    throw new NoSignatureException();
  73. You misunderstand... by jonaskoelker · · Score: 2, Funny

    Who said anything about Microsoft? The name "M$" is clearly a regular expression, so he's running something which ends in "M".

    I'm guessing it's tfo$orciM.

  74. Firewall + logging by sqldr · · Score: 2, Insightful

    Lets examine the threats here:

        Viruses? Hardly any.
        Rampant piracy? Of open source? haha. Of movies? Block bit torrent
        People opening up ports on their desktops to the world? Get a firewall.
        People h@x0ring root? Tripwire+logging.
        Dissemination of company secrets? Was always a threat. Force everyone through a proxy.

    Anything else?

    --
    I wrote my first program at the age of six, and I still can't work out how this website works.
  75. Re:How about: less douchebaggery? by walt-sjc · · Score: 3, Interesting

    Bingo.

    If you don't restrict sudo, you can do anything. I would bet that most people here use sudo for full root access and not restricted commands, and don't understand this.

    But back to the apache example, why oh why are people still starting it as root with the config files being owned by root? That's nuts. Use iptables to redirect port 80 to 8080 (and 443 to 8443) and get off the "root crackpipe."

    To be honest, the legacy requirement that you must be root to run applications on ports less than 1024 doesn't make sense in the modern security world and Linux (along with OSX, Solaris, etc.) should dump it. Unix derivitives are the ONLY OS's with such restrictions, and the workarounds of starting as root and dropping privs is just a bloody nightmare and SOOOOO unneeded. Along similar lines, native jailing of apps really should be built in to the OS. BSD has it, Solaris has it, Linux needs it. Right now it's bloody difficult to jail a user to a portion of the filesystem. vservers help but are not a true replacement for being able to jail a user (or hundreds of users) to a limited area.

  76. Re:How about: less douchebaggery? by EatHam · · Score: 2, Funny

    Instead of spending $$$ on bondage and discipline, how about treating your users like adult human beings? In real enterprises, there are call center people and sales people. Both groups of people can not be treated like adult human beings. To do so would be like asking a three year old what it wants for dinner. Sure, he's happy for a while, eating cookies and ice cream for dinner, but then you've got to deal with cleaning vomit off of everything, and 10 years later, he's getting his feet cut off from diabeetus.

  77. Re:This is linux's strength, actually by viridari · · Score: 2, Interesting

    Adn how long would it take me to SSH into 40,000 desktops to update Adobe Reader 8 to Adobe Reader 9, because there is some new feature that someone decided we just have to implement? How long to copy the browser link to 40,000 desktops to comply with a mandatory ethics reporting plan we had to put in place? How long to patch 40,000 kernels for a security hole that must be resolved within 72 hours due to Corporate Information Security policy?

    How long does it take you to install software on just one machine?

    Because seriously... NFS mounted app directories. It will change your outlook. Look into it.

    I use cfengine to manage my servers. Right now I only have about 50 servers to manage, but with a userbase of about 30,000 very clever users and some really obnoxious corporate policies to enforce. At a previous job I was managing thousands of Linux boxes all by myself, and had half my day left over to help the Windows guys with their pile of work to manage a few hundred desktop machines and a couple of dozen servers.

    This isn't rocket science. This is a matter of a professional using the right tools to get the job done effectively and efficiently.

  78. Re:This is linux's strength, actually by netsrek · · Score: 2, Informative

    So I'm the guy who runs it at Google. :) That number as far as clients was something we stated quite a while ago. It's a much larger number now. You can certainly scale Puppet up more. You just won't be running the one server. What we do is have a dedicated Puppet CA server, and then geographic masters in each major location.

    --

    i don't read slashdot anymore.
  79. Re:M$ by tbogart · · Score: 2, Insightful

    "Depending on the support contract, RedHat costs you anything from US$500 to US$thousands per year for updates."

    Nope. Sorry. Simply not true. Updates are available regardless. Get over it. The whole model is not comparable to MS. Though millions of dollars change hands because lots of folks, including IT folks, just don't get it. Geez, I wonder if it is worth looking up the thread from maybe 4 years ago with IBMers who thought their support contract was a user license and they had to have it in place before they could use SLES.

    But we in the community appreciate you dumping the money out there, even if it is on totally bogus assumptions.

  80. Re:How about: less douchebaggery? by SanityInAnarchy · · Score: 2, Insightful

    They aren't competent because they have no incentive to be -- if they screw up their computers, that's IT's problem. If it suddenly became their problem, they might see things a little differently.

    Just for fun, here's a car analogy: A car is a rather complex piece of machinery, and takes a lot of training -- typically an entire class of driver's education. While some people go on to master it and become stunt drivers, or simply improve their skills and get a truck license, etc, most are content to at least reach some level of competence.

    But if you never bother to reach that much, you end up driving into a tree, or a telephone pole, or another person, and it's generally your fault.

    Aside from the fact that cars are actually dangerous, and can cause bodily harm, I'll go with the fact that it is entirely the responsibility of the driver to be properly licensed and at least competent, and if they can't do that, it's entirely on their own head, both literally and financially.

    Now, granted, many corporations don't like the idea of having to fire their best salesmen because said salesmen are morons about computers. But that only perpetuates the myth that it's somehow hard to attain some level of competence, and allows the salesmen to continue to see computer knowledge as somehow beneath them.

    --
    Don't thank God, thank a doctor!
  81. Re:M$ by tbogart · · Score: 2, Informative

    "No, they're not. At least not in any comparable form."

    I guess you have to define 'comparable form' since the entire OS and updates are available as white box ....

    The updates are available. You can pay for quicker access and to use certain tools, but it is open source software, after all.