mud/lib/doc/efun/mudlib/export_uid
2020-09-06 05:43:07 -07:00

17 lines
376 B
Plaintext

export_uid - set the uid of another object
int export_uid( object ob );
This efun is only available if PACKAGE_UIDS is compiled in.
Set the uid of 'ob' to the effective uid of this_object(). It is
only possible when 'ob' has an effective uid of 0.
See also:
seteuid,
getuid,
geteuid,
valid_seteuid
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere