HP-UX Reference (11i v1 00/12) - 2 System Calls (vol 5)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man2/!!!intro.2
________________________________________________________________
___ ___
i
iscomsec(2) iscomsec(2)
NAME
iscomsec - check if the system has been converted to a trusted system
SYNOPSIS
#include <prot.h>
int iscomsec();
DESCRIPTION
iscomsec returns a zero (0) if the system is not a trusted system. If the system has been converted to a
trusted system, iscomsec returns a one (1).
NOTES
iscomsec determines if the system is a trusted system or not by checking the file,
/tcb/files/auth/system/default. 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, /tcb/files/auth/system/default should never be deleted.
AUTHOR
iscomsec was developed by HP.
FILES
/tcb/files/auth/system/default
Trusted system default file
Section 2124 1 HP-UX Release 11i: December 2000
___
___