iscomsec(2) System Calls Manual iscomsec(2)
NAME
iscomsec() - check if system has been converted to a trusted system
SYNOPSIS
DESCRIPTION
returns a zero (0) if the system is not a trusted system. If the system has been converted to a trusted system, returns a one (1).
Notes
determines if the system is a trusted system or not by checking the file, If the file exists, then the system is a trusted system. If the
file does not exist, then the system is not a trusted system.
On a trusted system, should never be deleted.
Programs using this routine must be compiled with
APPLICATION USAGE
In a multithreaded application, is thread-safe. It is not async-cancel-safe.
WARNINGS
HP-UX 11i Version 3 is the last release to support trusted systems functionality.
AUTHOR
was developed by HP.
FILES
Trusted system default file
TO BE OBSOLETED iscomsec(2)