View Full Version : [ubuntu] Win vs Lin Sec Pol + Tweaks
azecraze
August 27th, 2009, 07:47 AM
Could someone please explain to me: What are the options available in Ubuntu/Linux for tweaking or locking down parts of the gui or system.
In Windows, this can be done using either a Group Policy Object or a direct registry edit.
For instance, in Windows, I can put in a registry key called "NoControlPanel" under the "CurrentUser" to prevent that user from gaining access to the Control Panel..... or I can put in a "RestrictRun" complete with a list of allowed programs to run.
Q. Is such a thing available in Linux???
rookcifer
August 27th, 2009, 02:34 PM
Could someone please explain to me: What are the options available in Ubuntu/Linux for tweaking or locking down parts of the gui or system.
In Windows, this can be done using either a Group Policy Object or a direct registry edit.
For instance, in Windows, I can put in a registry key called "NoControlPanel" under the "CurrentUser" to prevent that user from gaining access to the Control Panel..... or I can put in a "RestrictRun" complete with a list of allowed programs to run.
Q. Is such a thing available in Linux???
What exactly do you want to restrict your users from doing?
HermanAB
August 27th, 2009, 02:51 PM
The gnome policykit wizard is in the menu.
azecraze
August 31st, 2009, 07:08 PM
to rookcifer: I am in a predominantly windows office environment that has been streamlined for productivity. This means no setting up junk and slowing everything down. I am hoping to transfer some windows users to ubuntu, but also maintain the same level of streamlining.
movieman
August 31st, 2009, 08:19 PM
You can prevent users from doing most stupid things by simply not allowing them to use 'sudo'; hence they won't be installing programs using apt, or messing with system configuration. You can prevent them from downloading and running random programs by mounting /home, /tmp and /var/tmp with no execute permission.
bodhi.zazen
September 1st, 2009, 11:06 AM
The first line of defense on Linux is Permissions. Permissions are sufficient for most users.
If you need more then permissions you next move ot things such as ACL (Access Control Lists) (there are gui tools for ACL) and beyond that you move to SELinux or Apparmor.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.