United States-English |
|
|
HP-UX System Administrator's Guide: Security Management: HP-UX 11i Version 3 > Chapter 8 Fine-Grained PrivilegesTroubleshooting Fine-Grained Privileges |
|
If something is not working on the system and you suspect the problem is occurring because of fine-grained privileges, you can check the fine-grained privileges configuration as follows. Problem 1: Even though fine-grained privileges are assigned to a binary file, processes that use exec() to access the binary are not receiving the assigned fine-grained privileges. Solution: Check for one of the following situations.
See setfilexsec(1M) for more information about troubleshooting fine-grained privileges. Problem 2: A process has privileges it should not have, or does not have privileges it should have. Solution: Use the getprocxsec command to determine what privileges a process has:
This command displays the permitted, effective, and retained privilege sets for the process. For more information, see getprocxsec(1M) If the process does not have the correct privileges, configure the binary file that created this process with the correct privileges. See “Configuring Applications with Fine-Grained Privileges” for more information. |
Printable version | ||
|