27 lines
644 B
Plaintext
27 lines
644 B
Plaintext
|
|
FILE_PRIVS(1) FILE_PRIVS(1)
|
|
|
|
NAME
|
|
file_privs() - returns the level of protection for a file
|
|
|
|
SYNOPSIS
|
|
string file_privs(string file)
|
|
|
|
DESCRIPTION
|
|
Returns a string which represents the level of protection
|
|
which is enjoyed by the file. With the exception of use
|
|
objects, objects which derive from the file name passed
|
|
will also have access which at least matches these privs.
|
|
|
|
LOCATION
|
|
/secure/sefun/security.c
|
|
|
|
SEE ALSO
|
|
member_group(), unguarded()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|