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) :
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 ?