Guardian Procedure Calls Reference Manual
PROCESSFILESECURITY Procedure (Superseded by PROCESS_SETINFO_
Procedure or PROCESS_GETINFOLIST_ Procedure)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Returned Value
Example
Summary
NOTE: This procedure is supported for compatibility with previous software and should not be
used for new development.
The PROCESSFILESECURITY procedure is used to examine or set the file security for the current
process. This is the security used for any file creation attempts following a call to
PROCESSFILESECURITY.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be used for
new development. This procedure is supported only for compatibility with previous software.
Syntax for TAL Programmers
old-security := PROCESSFILESECURITY ( [ security ] ); ! i
Parameters
security
input
INT:value
is the new file security. The security bits are:
0<0:3>
ID code allowed for read<4:6>
ID code allowed for write<7:9>
ID code allowed for execute<10:12>
ID code allowed for purge<13:15>
ID code can be one of these:
Any user (local)0
Member of owner's group (local)1
Owner (local)2
Any user (local or remote)4
Member of owner's community (local or remote)5
Owner (local or remote)6
Super ID only (local)7
1132 Guardian Procedure Calls (P)