in reply to Re: Re: Hiding passwords in scripts...
in thread Hiding passwords in scripts...
Then set it to -rwsr-xr-x suid: % chmod 4755 theprogram#!/usr/bin/perl -wT use strict; use MyModule; # Your important module(s) # Now do something as the suid user MyModule::DoSomething();
|
|---|