[mod.computers.vax] spurious? acls with GRPPRV

NetMgr@UMASS.BITNET.UUCP (02/19/87)

    Does anyone know why this acl is being created, this ACE is not
on any files on the disk and is not defined anywhere. When a file is
created in the directory of someone else within my group an ACL with
my UIC as the identifier is created. Ideas, explanations?
    Thanks, Michael Smith
 
BITNET: NETMGR@UMASS
CSNET: NETMGR%HAMP@CS.UMASS.EDU
 
----------------------------------------------------------------------------
$ set def [netserver]
$ set proc/priv=(grpprv,nosysprv)
$ create foo.bar
junk junk junk ^Z
$ dir/sec foo.bar
 
Directory D$NET:[NETSERVER]
 
FOO.BAR;1            [NETSERVER]           (RWED,RWED,RE,)
          (IDENTIFIER=[NETMGR],OPTIONS=NOPROPAGATE,ACCESS=READ+WRITE+
                                                 EXECUTE+DELETE+CONTROL)
 
$ set proc/priv=(nogrpprv,sysprv)
$ create foo.bar2
junk junk junk ^Z
$ dir/sec foo.bar2
 
Directory D$NET:[NETSERVER]
 
FOO.BAR;1            [NETSERVER]           (RWED,RWED,RE,)
 
---------------------------------------------------------------------------