next up previous
Next: Specifying permitted Users Up: No Title Previous: Links

Access Control

Passwords

Password protection is an all or nothing protection - i.e. not flexible - Passwords MUST be encrypted

Access Privileges

Specify type of access allowed to others (in increasing order of privilege) :

  1. No Access (N)
  2. Execute only (X)
  3. Read only (R)
  4. Append only (e.g. log files) (A)
  5. Read/Write (update) (W)
  6. Change Protection (C)
  7. Delete (D)

Access privileges can be encoded hierarchically - i.e. each access right includes those below it (therefore, ability to write implies ability to read and execute also) - alternately, encode in a key with one but for each access mode.
Owner must always be able to change protection mode - WHY ?





Omer F Rana
Sat Feb 15 19:06:41 GMT 1997