Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: root group in solaris : Tools |
|---|---|
| Date: | Thu, 21 Sep 2006 15:46:51 -0700 |
sodo provides logging, and commands suck as /bin/sh etc can be put into
a group in /etc/sudoers and forbidden. then add users to the wheel
group who need sudo access. of course there are ways around the
forbidden things. you can be specific with which commands they can run
so that they don't write shell scripts and run them with sudo to bypass
the forbidden binaries.
Cmnd_Alias SHELLS = /sbin/sh,\
/bin/sh,/bin/csh,/bin/tcsh,/bin/ksh,\
/usr/bin/sh,/usr/bin/csh,/usr/bin/tcsh,/usr/bin/ksh
Cmnd_Alias FORBIDDEN = /bin/passwd root,/bin/su,/sbin/su
%wheel ALL = (ALL) ALL,!SHELLS,!FORBIDDEN
dubaisans dubai wrote:
What is the suggestion on using a tool like Powerbroker from Symark. The tool claims to centralise the "sudo" function and also provide logging? Does anyone have feedback on this tool or any other third party tool in the same space? On 9/19/06, Suzanne Widup <Suzanne.Widup@safeway.com> wrote:Have you looked at implementing sudo? It's a root delegation tool and would give you some better accountability as to what people are doing. -----Original Message----- From: listbounce@securityfocus.com [mailto:listbounce@securityfocus.com] On Behalf Of dubaisans dubai Sent: Monday, September 18, 2006 5:50 AM To: focus-sun@securityfocus.com Subject: root group in solaris Hi, I would like to give root user privileges to a set of OS administrators. Everyone has individual user-ids on the system. Currently they login with their personal ID and then SU to root. I donot want to share root password with these many people. I am thinking of adding all these users to the "root" group[GID 0]. Will it provide root-equivalent UID O access to these users. If not why ? Does the "root" group not have root user-id equivalent privileges? Is it possible manually to make the GID 0 privileges equivalant of UID O? How else can I give these individual users root privileges - make all of them UID 0 or something.? Is that a smart idea? I am looking at something simpler than SUDO or RBAC "MMS <safeway.com>" made the following annotations. ------------------------------------------------------------------------------ Warning: All e-mail sent to this address will be received by the Safeway corporate e-mail system, and is subject to archival and review by someone other than the recipient. This e-mail may contain information proprietary to Safeway and is intended only for the use of the intended recipient(s). If the reader of this message is not the intended recipient(s), you are notified that you have received this message in error and that any review, dissemination, distribution or copying of this message is strictly prohibited. If you have received this message in error, please notify the sender immediately. ==============================================================================
-- Mike Kuriger Sr. Systems Engineer WarnerBros Online 818-977-8198 m@wb.com aim - mikekuriger
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: root group in solaris, Keith Bucher |
|---|---|
| Next by Date: | Re: root group in solaris : Tools, offset |
| Previous by Thread: | RE: root group in solaris : Tools, Shafto, Eric |
| Next by Thread: | Re: root group in solaris : Tools, Tonnerre Lombard |
| Indexes: | [Date] [Thread] [Top] [All Lists] |