HP Open View Data Protector for Security Containment
8
Appendix A
The following steps add a new authorization to view the processes running in the backup
compartment:
1. Add the new authorization to view the processes running in the backup compartment, as follows:
# authadm add hpux.backupsw.omni.ps
2. Assign the authorization to the role DP, as follows:
# authadm assign DP hpux.backupsw.omni.ps
3. Add the cmdpriv entry,as follows:
# cmdprivadm add cmd="/usr/bin/ps" op=hpux.backupsw.omni.ps \
compartment=backup
4. Once the /usr/bin/ps entry gets added to the cmd_priv database, you can view the
processes running in the backup compartment by executing the following command:
# privrun -c backup ps –ef
You can repeat steps 1, 2, and 3 to add more commands.