Method to Enable Privileged Process Debugging
1 Overview
Debugging utilities in hpux (for ex: tusc, gdb etc) fails to debug a process which has Fine Grained
Privileges unless; the debugging utility process has the same or higher set of privileges. A process
cannot inherit the privileges of other process at run time. The privileges need to be set for binary
before it is executed. HP-UX has different methods of elevating the privileges which are discussed
in solution section.
4 Overview