ADSM-L

Re: Shared Memory Question

1999-07-20 12:18:48
Subject: Re: Shared Memory Question
From: Richard Sims <rbs AT BU DOT EDU>
Date: Tue, 20 Jul 1999 12:18:48 -0400
>why reinvent the wheel? - if you need access to root privileges and
>you want to control them on a per command and per user basis: use sudo.
>sudo is available on http://www.bull.de/pub/ as a precompiled binary
>in AIX-software format (lpp). So download, install and go.

Whoa!  By all means use sudo as a user-specific way of permitting
superuser execution of some programs.  But NEVER grab a program of
this type off the net as a binary and simply run it, particularly
if it's granting root access such as this one is.  You don't know
what's in a binary, or who might have deposited it on the web site
(including those who break into web sites and deposit "interesting"
binaries for the unsuspecting to download).  Get the source code,
see what's in it, and then compile that for your system so that
you know what you're dealing with and be assured that it's compiled
for the specifics of your system...particularly when such programs
get near the kernel.  Think security, as well as function.
   Richard Sims, BU
<Prev in Thread] Current Thread [Next in Thread>