Link to home
Start Free TrialLog in
Avatar of highwaterhead
highwaterhead

asked on

Restricting Linux Desktop in School Environment

Can someone help point me in the right direction to find information on setting up restricted user desktops in a school environment.

I am proposing using edubuntu, and want to limit users desktop settings, and their ability to run only "approved" programs.  I have seen Suse and the Kiosk Tool, but am looking for info or indeed a tool that will work on other distributions.

I imagine I would need to "chown" various files?

I am new to Linux - so please do "dumb down" your suggestions for me! Thanks!

Richard.

Avatar of bryanlloydharris
bryanlloydharris

I don't really know any details but maybe this is possible for you by using the "sudo" program.

$ openoffice
--you are not authorized

but if they use "sudo":
$ sudo openoffice
--it works

This is all speculation.  Even if you get it working you might have other troubles, such as saving files, security, etc.

or like this, e.g.

alias openoffice='sudo /home/authuser/openoffice-wrapper'
ASKER CERTIFIED SOLUTION
Avatar of pjedmond
pjedmond
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of highwaterhead

ASKER

Thanks pjedmond.  Links have given me plenty to think about!