<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to launch a program that requires root privileges while logged on as regular user. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952643#M116367</link>
    <description>our company uses 2 products to do this type of thing.  HP's ServiceControl Manager (SCM) is very good at this.  It can be done via command line (which will let you put commands into scripts) or via GUI.  SCM can be found at:  &lt;BR /&gt;&lt;A href="https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B8339BA3.0&amp;amp;date=" target="_blank"&gt;https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B8339BA3.0&amp;amp;date=&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;another product we use is sudo.  We're in the testing phase to see if we're going to keep this product though&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Apr 2003 12:16:44 GMT</pubDate>
    <dc:creator>John Meissner</dc:creator>
    <dc:date>2003-04-16T12:16:44Z</dc:date>
    <item>
      <title>How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952634#M116358</link>
      <description>Hello All,&lt;BR /&gt;              The program in perticular is /opt2/openv/netbackup/bin/jnbSA which is veritas netbackup datacenter 4.5&lt;BR /&gt;&lt;BR /&gt;I'd like to have regular unix users be able to execute this program but as root. I'm not sure if it has to do with sudo'ing.&lt;BR /&gt;&lt;BR /&gt;All help is appreciated.</description>
      <pubDate>Wed, 16 Apr 2003 11:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952634#M116358</guid>
      <dc:creator>Daniel Simard</dc:creator>
      <dc:date>2003-04-16T11:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952635#M116359</link>
      <description>Yes, it comes under sudo. If the root give privileges to normal user to execute then it can be possible.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Zafar</description>
      <pubDate>Wed, 16 Apr 2003 11:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952635#M116359</guid>
      <dc:creator>Zafar A. Mohammed_1</dc:creator>
      <dc:date>2003-04-16T11:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952636#M116360</link>
      <description>Even sudo alias also. Check this link also might be helpful.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6b1b9607df6ed711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6b1b9607df6ed711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Zafar</description>
      <pubDate>Wed, 16 Apr 2003 11:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952636#M116360</guid>
      <dc:creator>Zafar A. Mohammed_1</dc:creator>
      <dc:date>2003-04-16T11:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952637#M116361</link>
      <description>Do you have to install the "SUDO" program on the unix system ? Cause I'm looking on my hp-ux 11i server and I can't find anything on sudo&lt;BR /&gt;&lt;BR /&gt;man sudo&lt;BR /&gt;man sudoers&lt;BR /&gt;find / -name "sudo*"&lt;BR /&gt;vi /etc/sudoers&lt;BR /&gt;man -k sudo&lt;BR /&gt;&lt;BR /&gt;???</description>
      <pubDate>Wed, 16 Apr 2003 11:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952637#M116361</guid>
      <dc:creator>Daniel Simard</dc:creator>
      <dc:date>2003-04-16T11:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952638#M116362</link>
      <description>While not the best solution securitywise, you could make the command SUID root via:&lt;BR /&gt;&lt;BR /&gt;chmod 4755 /opt2/openv/netbackup/bin/jnbSA &lt;BR /&gt;&lt;BR /&gt;Your choice.  This is the easiest (if not the most secure) solution.</description>
      <pubDate>Wed, 16 Apr 2003 11:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952638#M116362</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2003-04-16T11:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952639#M116363</link>
      <description>we use sudo 1.6.6&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.courtesan.com/sudo/" target="_blank"&gt;http://www.courtesan.com/sudo/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;peace&lt;BR /&gt;Donny</description>
      <pubDate>Wed, 16 Apr 2003 11:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952639#M116363</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-04-16T11:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952640#M116364</link>
      <description>&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.6/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In SD format.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 16 Apr 2003 11:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952640#M116364</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-16T11:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952641#M116365</link>
      <description>Yes, you have to install sudo and you can do from the above link. As Tom mentioned you can acheive without sudo also. I'll try first without sudo and then go for sudo.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Zafar</description>
      <pubDate>Wed, 16 Apr 2003 11:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952641#M116365</guid>
      <dc:creator>Zafar A. Mohammed_1</dc:creator>
      <dc:date>2003-04-16T11:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952642#M116366</link>
      <description>This is an easy one.&lt;BR /&gt;&lt;BR /&gt;The command sudo is usefull after installed.  When faced with T3 broken up among 3000 people (slow....) I would set the suid bit.  Some people have called this a sticky bit, but that is not accurate. &lt;BR /&gt;&lt;BR /&gt;chmod 4755 ./myscript&lt;BR /&gt;&lt;BR /&gt;When a user uses this script they have root id privilidge.&lt;BR /&gt;&lt;BR /&gt;That is good for certain users. bad if more than a select group of users get to use the copmmand as root.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Solution protect these enhanced commands by tightening group permissions...  We can't let users think we're &lt;BR /&gt;dispensable.</description>
      <pubDate>Wed, 16 Apr 2003 11:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952642#M116366</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-04-16T11:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952643#M116367</link>
      <description>our company uses 2 products to do this type of thing.  HP's ServiceControl Manager (SCM) is very good at this.  It can be done via command line (which will let you put commands into scripts) or via GUI.  SCM can be found at:  &lt;BR /&gt;&lt;A href="https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B8339BA3.0&amp;amp;date=" target="_blank"&gt;https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B8339BA3.0&amp;amp;date=&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;another product we use is sudo.  We're in the testing phase to see if we're going to keep this product though&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2003 12:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952643#M116367</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-04-16T12:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952644#M116368</link>
      <description>You could also use "restricted SAM" and set the command up in that.&lt;BR /&gt;&lt;BR /&gt;If you have OVO/ITO - then you can grant access to coomands to users through that as well...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 16 Apr 2003 12:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952644#M116368</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-04-16T12:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952645#M116369</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use remsh command for this.&lt;BR /&gt;remsh &lt;HOSTNAME&gt; -l root -n "&lt;CAMMAND&gt;"&lt;BR /&gt;&lt;BR /&gt;The hostname should be present in files /etc/hosts.equiv and $HOME/.rhosts&lt;BR /&gt;&lt;BR /&gt;In general remsh is used to execute any command on remote host. But, you can use this for executing commands on the same host also.&lt;BR /&gt;&lt;BR /&gt;For more information, you can refer man page of remsh.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;VJ&lt;/CAMMAND&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 18 Apr 2003 04:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952645#M116369</guid>
      <dc:creator>vasundhara</dc:creator>
      <dc:date>2003-04-18T04:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952646#M116370</link>
      <description>Another good thing about using sudo is that all logs of operations run using sudo are maintained. you can configure to log into separate files and read thro tje log file to see any patterns of compromise/security fallouts.&lt;BR /&gt;&lt;BR /&gt;- ramd.</description>
      <pubDate>Fri, 18 Apr 2003 08:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952646#M116370</guid>
      <dc:creator>Ramkumar Devanathan</dc:creator>
      <dc:date>2003-04-18T08:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952647#M116371</link>
      <description>also, if you should look at sudoscriptd.&lt;BR /&gt;&lt;BR /&gt;It runs on top of sudo. ported to run on HP-UX, and it uses script to collect everything the users does. In &amp;amp; Out&lt;BR /&gt;&lt;BR /&gt;sudo does not have this functionality.&lt;BR /&gt;&lt;BR /&gt;awesome. &lt;BR /&gt;&lt;A href="http://egbok.com/sudoscript/" target="_blank"&gt;http://egbok.com/sudoscript/&lt;/A&gt;</description>
      <pubDate>Thu, 24 Apr 2003 00:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952647#M116371</guid>
      <dc:creator>Donny Jekels</dc:creator>
      <dc:date>2003-04-24T00:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to launch a program that requires root privileges while logged on as regular user.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952648#M116372</link>
      <description>Guru's,&lt;BR /&gt;   I think we used setuid for this purpose.I read it somewhere but can;t remember.Anybody can shed some light.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mb&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2003 01:31:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-launch-a-program-that-requires-root-privileges-while/m-p/2952648#M116372</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-04-24T01:31:05Z</dc:date>
    </item>
  </channel>
</rss>

