|
|||||||
| 11-20-2012, 06:25 AM | |
|
|
|
As far as I know they only want to make sure no one can save any data while they are logged in as certian user. If they can get certain fetaure like user won't shut down then that would be bonus. Sorry I don't have all the information either. |
|
|
if the requirement is to only browse the web and print, there are a plethora of linux distributions designed to do exactly what you want.
I got comparisons coming out my ears and she never can hit the pause
If only Morrissey weren't so Morrissey-esque she might overlook all my flaws So lighten up Morrissey |
|
|
So no one know anything similar to http://en.wikipedia.org/wiki/Windows_SteadyState. This would have work best if they would have supported Win 7. Anyway all I'm trying to achieve is guest user won't save anything on the desktop.
|
|
|
||
|
Saving things on the desktop should really be the least of your concerns as to things a user of this guest account could do. But it like most of the major concerns is easy relatively to prevent. Blocking browsers from using the file:/// protocol and from launching the task manager are probably two of the more significant. What kind of business or organization is this for? Who will be using it? What type of sites are they likely to access? Is their security/privacy much of a concern (purging cookies/cache/history)? Do you want to enforce a usage time limit? Will any trusted users (read, needing more rights/permissions) be using this computer (you keep saying subtle things that leave me wondering)? This information might alter the approach to your problem. As vivahate suggested, there are some linux distros that have some pretty powerful kiosk type functions built in too. Like: http://webconverger.com/ Last edited by jkee; 12-13-2012 at 11:28 PM.. |
|
|
Even with decent software to run a kiosk, there are many possible exploits. To do it right you need to involve quite a few low level restrictions. For some amusing reading on exploiting a kiosk, see: http://defcon.org/images/defcon-1...-craig.pdf
There are ways to mitigate many of the things covered in this pdf. The biggest risks would be if they could gain access to important things on your network. Ultimately a good, secure kiosk requires many layers of security: -Network security, isolating machine on a network level and restricting access to malicious sites -Physical security, prevent tampering / physical access / booting from alternate devices / installing devices / possibly going as for as a thin client with no hard drive. Use PS/2 mouse/keyboard if possible. Possibly a custom keyboard or mouse without most modifiers / f-keys. -BIOS security, locked down with good password, boot options restricted, Unneeded I/O disabled -Kernel level security with a program like Deep Freeze (makes it much harder for any successful exploits to survive a reboot) / Possibly custom keyboard mouse drivers that restrict input -File system permissions, restrict the ability to read/write from places they shouldn't -OS level security restrictions to prevent access to things that could compromise the kiosk, use Applocker to only whitelist a very limited set of processes (Also use an alternate shell and explicitly block explorer.exe, cmd.exe, regedit.exe from launching). Don't install Flash, Java, or Silverlight; Disable Active X in all zones. PDF viewers and plugins are another vulnerability vector. -Browser / Kiosk software that simplifies tasks the kiosk user is expected to perform and prevents them from doing things they shouldn't. In most cases they things this level would strive to block should be blocked by one of the lower levels. Another consideration is how the machine gets software and os updates, as many of the things you would do to make it a kiosk make this harder (generally some manual effort is required) Last edited by jkee; 12-13-2012 at 11:18 PM.. |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Format Hard Drive | Mack7mle | Tech Support | 1 | 08-09-2012 11:25 AM |
| Hard drive missing space? | Mad_Hatter | Tech Support | 4 | 04-27-2012 08:31 PM |
| Main hard drive died in PC - need advice on SSD replacement | ropiv | Tech Support | 3 | 03-08-2012 02:25 PM |
| Hard Drive Data Recovery | xbatis | Tech Support | 17 | 10-17-2011 01:05 AM |
| Dynamic hard drives not working.. | Shant21 | Tech Support | 6 | 06-18-2011 06:43 PM |