According to Lang Riley:
Is it typical for a TM install to have 'admin' as the group, given a default umask? Just curious.
Look at the parent directory's group ownership. BSD semantics dictates that new files inherits the directory's group ownership. Most SYSV systems (as most Linux install are) emulates this through the use of group setuid bits (chmod g+s .$dir) on directory.