Operating System - HP-UX
1833874 Members
2253 Online
110063 Solutions
New Discussion

Re: how do disable SET-ID scripts in the Kernel

 
subasc
New Member

how do disable SET-ID scripts in the Kernel

hi, when i installed s.w im gettting the error messege after installed. " disable SET-ID Scripts in the Kernel". please anyhow, could tell me how can i disable SET-ID in HP-UX 11.11 .

thanks
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: how do disable SET-ID scripts in the Kernel

The secure_sid_scripts tunable is not available until 11.23.
If it ain't broke, I can fix that.
James R. Ferguson
Acclaimed Contributor

Re: how do disable SET-ID scripts in the Kernel

Hi:

If you are attempting to run a setuid Perl script, you will need to create a C-code wrapper which calls the Perl script in order to run it. Mark the C-code as the 'setuid' piece.

Regards!

...JRF...