Operating System - Linux
1830241 Members
4215 Online
109999 Solutions
New Discussion

Re: LINUX workstation (GUI) lockdown tool

 
SOLVED
Go to solution
nibble
Super Advisor

LINUX workstation (GUI) lockdown tool

guys,
do we an application that can lock down some applications, options and settings of a linux worstation? actually, were trying a home-grown application with linux and its running fine. the problem is, users gets to play around the other functionalities of the workstation session. weve tried installing linux with the minimal packages (but including GUI of course) but to know avail...
i know that there's a lot in Windows for this ex. safeguard, safelock, deepfreeze, etc... but what we need is the linux counterpart...

tnx,
6 REPLIES 6
Ivan Ferreira
Honored Contributor

Re: LINUX workstation (GUI) lockdown tool

You can play with the programs execution permissions. Also, you could install a simple desktop like xfce, fluxbox, fvwm where customizations are not easily available.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Andrew Cowan
Honored Contributor

Re: LINUX workstation (GUI) lockdown tool

Try "/usr/bin/vlock" it's part of the "vlock" package on Redhat Linux.
Ivan Ferreira
Honored Contributor
Solution

Re: LINUX workstation (GUI) lockdown tool

See also:

Locking Down the Desktop: Disabling GNOME Desktop Features

http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/desktop-guide/ch-ddg-lockdown.html
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
nibble
Super Advisor

Re: LINUX workstation (GUI) lockdown tool

Maraming Salamat!!!

(Thank you very much!)

nibble
Super Advisor

Re: LINUX workstation (GUI) lockdown tool

Thanks!