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.
4Overview