valid_write(4) Driver Applies valid_write(4)
NNAAMMEE
valid_write - checks if a certain person has write permis-
sion on a file
SSYYNNOOPPSSIISS
int valid_write( string file, mixed user, string func );
DDEESSCCRRIIPPTTIIOONN
Every time a user tries to write a file, thie driver calls
valid_write in the master object to check if the write
should be allowed. The arguments are the filename, the
name of the person making the write, and the calling func-
tion name. If valid_write returns non-zero, the write is
allowed.
SSEEEE AALLSSOO
valid_read(4)
MudOS 5 Sep 1994 1