Annotation of coherent/f/usr/lib/uucheck/uucp.perms, revision 1.1.1.1

1.1       root        1: pathname "/etc/uucpname"
                      2:        error   exist
                      3:        error   file
                      4:        warning owner "bin"
                      5:        error   o+r     "No one can find out who I am."
                      6:        warning o-w     "Anyone can change my name."
                      7: 
                      8: # UUCP Library:
                      9: pathname "/usr/lib/uucp"
                     10:        error   exist
                     11:        error   directory
                     12:        error   owner "uucp"
                     13:        error   u+rx
                     14:        warning o-w     "Anybody can completely alter the uucp system."
                     15: 
                     16: # Library control files
                     17: pathname "/usr/lib/uucp/L-devices"
                     18:        error   exist
                     19:        error   file
                     20:        error   owner "uucp"
                     21:        warning group "uucp"
                     22:        error   u+r
                     23:        warning o-w     "Anybody can add new devices."
                     24: 
                     25: pathname "/usr/lib/uucp/Permissions"
                     26:        error   exist
                     27:        error   file
                     28:        error   owner "uucp"
                     29:        warning group "uucp"
                     30:        error   u+r
                     31:        warning o-w     "Anybody can allow arbitary permissions."
                     32: 
                     33: pathname "/usr/lib/uucp/L.sys"
                     34:        error   exist
                     35:        error   file
                     36:        error   owner "uucp"
                     37:        warning group "uucp"
                     38:        error   u+r
                     39:        warning o-r     "This file contains phone numbers and passwords."
                     40:        warning o-w     "Anybody can add new hosts."
                     41: 
                     42: # Library executables
                     43: pathname "/usr/lib/uucp/uucico"
                     44:        error   exist
                     45:        error   file
                     46:        error   owner "uucp"
                     47:        error   group "uucp"
                     48:        error   ugo+x
                     49:        error   ug+s
                     50:        warning o-w     "Anybody can replace this setuid program."
                     51: 
                     52: pathname "/usr/lib/uucp/uumkdir"
                     53:        error   exist
                     54:        error   file
                     55:        error   owner "root"
                     56:        error   group "root"
                     57:        error   ugo+x
                     58:        error   ug+s
                     59:        warning o-w     "Anybody can replace this setuid root program."
                     60: 
                     61: pathname "/usr/lib/uucp/uumvlog"
                     62:        error   exist
                     63:        error   file
                     64:        error   owner "uucp"
                     65:        error   group "uucp"
                     66:        error   ugo+x
                     67:        warning o-w     "Anybody can replace this shell script."
                     68: 
                     69: pathname "/usr/lib/uucp/uurmlock"
                     70:        error   exist
                     71:        error   file
                     72:        warning owner "uucp"
                     73:        warning group "uucp"
                     74:        error   ugo+x
                     75:        warning o-w     "Anybody can replace this shell script."
                     76: 
                     77: pathname "/usr/lib/uucp/uutouch"
                     78:        error   exist
                     79:        error   file
                     80:        error   owner "uucp"
                     81:        error   group "uucp"
                     82:        error   ugo+x
                     83:        error   ug+s
                     84:        warning o-w     "Anybody can replace this setuid program."
                     85: 
                     86: pathname "/usr/lib/uucp/uuxqt"
                     87:        error   exist
                     88:        error   file
                     89:        error   owner "uucp"
                     90:        error   group "uucp"
                     91:        error   ugo+x
                     92:        error   ug+s
                     93:        warning o-w     "Anybody can replace this setuid program."
                     94: 
                     95: # Bin executables
                     96: 
                     97: pathname "/usr/bin/uuname"
                     98:        error   exist
                     99:        error   file
                    100:        error   owner "uucp"
                    101:        error   group "uucp"
                    102:        error   ugo+x
                    103:        error   ug+s
                    104:        warning o-w     "Anybody can replace this setuid program."
                    105: 
                    106: pathname "/usr/bin/uucp"
                    107:        error   exist
                    108:        error   file
                    109:        error   owner "uucp"
                    110:        error   group "uucp"
                    111:        error   ugo+x
                    112:        error   ug+s
                    113:        warning o-w     "Anybody can replace this setuid program."
                    114: 
                    115: pathname "/usr/bin/uux"
                    116:        error   exist
                    117:        error   file
                    118:        error   owner "uucp"
                    119:        error   group "uucp"
                    120:        error   ugo+x
                    121:        error   ug+s
                    122:        warning o-w     "Anybody can replace this setuid program."
                    123: 
                    124: pathname "/usr/bin/uuinstall"
                    125:        error   exist
                    126:        error   file
                    127:        error   owner "root"
                    128:        warning group "root"
                    129:        error   u+x
                    130:        warning o-w     "Anybody can replace this program."
                    131: 
                    132: pathname "/usr/bin/uulog"
                    133:        error   exist
                    134:        error   file
                    135:        warning owner "bin"
                    136:        warning group "bin"
                    137:        error   ugo+x
                    138:        warning o-w     "Anybody can replace this program."
                    139: 
                    140: # Spool directories:
                    141: pathname "/usr/spool/uucp"
                    142:        error   exist
                    143:        error   directory
                    144:        error   owner "uucp"
                    145:        warning group "uucp"
                    146:        error   u+rwx
                    147:        warning o+x
                    148:        warning o-w     "Anyone can create uucp messages."
                    149: 
                    150: pathname "/usr/spool/uucp/.Log"
                    151:        error   exist
                    152:        error   directory
                    153:        error   owner "uucp"
                    154:        warning group "uucp"
                    155:        error   u+rwx
                    156:        warning o+x     "Nobody will be able to read log files."
                    157:        warning o-w     "Anyone can create uucp log messages."
                    158: 
                    159: pathname "/usr/spool/uucp/.Sequence"
                    160:        error   exist
                    161:        error   directory
                    162:        error   owner "uucp"
                    163:        warning group "uucp"
                    164:        error   u+rwx
                    165:        warning o-w     "Anyone can cause uucp messages to be lost."
                    166: 
                    167: pathname "/usr/spool/uucp/.Xqtdir"
                    168:        error   exist
                    169:        error   directory
                    170:        error   owner "uucp"
                    171:        warning group "uucp"
                    172:        error   u+rwx   "The uuxqt comand won't be able to run."
                    173:        warning o-w     "Anyone can create uucp messages."
                    174:        
                    175: pathname "/usr/spool/uucp/.Log/uucico"
                    176:        warning exist
                    177:        error   directory
                    178:        error   owner "uucp"
                    179:        warning group "uucp"
                    180:        error   u+rwx
                    181:        warning o-w     "Anyone can create uucico log messages."
                    182: 
                    183: pathname "/usr/spool/uucp/.Log/uucp"
                    184:        warning exist
                    185:        error   directory
                    186:        error   owner "uucp"
                    187:        warning group "uucp"
                    188:        error   u+rwx
                    189:        warning o-w     "Anyone can create uucp log messages."
                    190: 
                    191: pathname "/usr/spool/uucp/.Log/uux"
                    192:        warning exist
                    193:        error   directory
                    194:        error   owner "uucp"
                    195:        warning group "uucp"
                    196:        error   u+rwx
                    197:        warning o-w     "Anyone can create uux log messages."
                    198: 
                    199: pathname "/usr/spool/uucp/.Log/uuxqt"
                    200:        warning exist
                    201:        error   directory
                    202:        error   owner "uucp"
                    203:        warning group "uucp"
                    204:        error   u+rwx
                    205:        warning o-w     "Anyone can create uuxqt log messages."
                    206: 
                    207: foreach "awk '$0!~/^#/ {print $1}' /usr/lib/uucp/L.sys"
                    208:        # Spool directories for specific hosts.
                    209:        pathname "/usr/spool/uucp/%s"
                    210:                error   exist
                    211:                error   directory
                    212:                error   owner "uucp"
                    213:                warning group "uucp"
                    214:                error   u+rwx
                    215:                warning o-w     "Anyone can create uucp messages to %s."
                    216: 
                    217:        pathname "/usr/spool/uucp/.Log/uucico/%s"
                    218:                warning exist
                    219:                error   file
                    220:                error   owner "uucp"
                    221:                warning group "uucp"
                    222:                error   u+rw
                    223:                warning o-w     "Anyone can create uucico log messages for %s."
                    224: 
                    225: 
                    226:        pathname "/usr/spool/uucp/.Log/uuxqt/%s"
                    227:                warning exist
                    228:                error   file
                    229:                error   owner "uucp"
                    230:                warning group "uucp"
                    231:                error   u+rw
                    232:                warning o-w     "Anyone can create uuxqt log messages for %s."
                    233: 
                    234:        pathname "/usr/spool/uucp/.Log/uux/%s"
                    235:                warning exist
                    236:                error   file
                    237:                error   owner "uucp"
                    238:                warning group "uucp"
                    239:                error   u+rw
                    240:                warning o-w     "Anyone can create uux log messages for %s."
                    241: 
                    242:        pathname "/usr/spool/uucp/.Log/uucp/%s"
                    243:                warning exist
                    244:                error   file
                    245:                error   owner "uucp"
                    246:                warning group "uucp"
                    247:                error   u+rw
                    248:                warning o-w     "Anyone can create uucp log messages for %s."

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.