home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / network / amigauuc.lha / AmigaUUCP / man / Security < prev    next >
Text File  |  1992-05-07  |  2KB  |  54 lines

  1.  
  2.  
  3. NAME
  4.     UULIB:Security
  5.  
  6. SYNOPSIS
  7.     -
  8.  
  9. DESCRIPTION
  10.     The UULIB:Security file governs readability and writability
  11.     of directories relative to remote uucp requests.  The UUSPOOL:
  12.     directory is always readable and writable.
  13.  
  14.     This prevents other nodes from examining or overwriting
  15.     arbitrary files in your system.
  16.  
  17.     The UUCICO program, which does the actual work downloading
  18.     and uploading files, will check remote-requested paths
  19.     against this file by comparing inodes (DOS Locks) and not
  20.     by name.  The reason for this is simply that, on the Amiga,
  21.     several different paths may refer to the same directory.
  22.  
  23.     Note that before 1.16 you had to specify all directories for which
  24.     access was to be allowed, even sub directories of directories
  25.     already specified.  As of 1.16 you need only specify the 'parent'
  26.     directory and all sub directories will be allowed by default. So,
  27.     for example, if you allow UUPUB: then people would be able to
  28.     access UUPUB:fubar, UUPUB:mydir/abcd, etc... where previously they
  29.     would have not had access to UUPUB:mydir/...
  30.  
  31.  
  32.             ---- Example Security file (this line not included) ---
  33.  
  34. #   This file is used by UUCICO to determine the validity of requests.
  35. #
  36. #   The directories listed here are *allowed* directories for uucp
  37. #   transfers.    The permissions field lists permissions
  38. #            r    -readable
  39. #            w    -writable
  40.  
  41. tmp:        rw
  42. uucp:c        r
  43. uucp:man    r
  44. UUPUB:        rw
  45.  
  46. # If you have a UUPUBW: assign that is *different* from UUPUB: then
  47. # you might want to make UUPUB: readable only and UUPUBW: read-write.
  48.  
  49.             ---- End of Example (this line not included) ---
  50.  
  51. REFERENCES:
  52.     UUCP, UUCICO
  53.  
  54.