Outline for April 29, 2013

Reading: §7

  1. Hybrid models
  2. Chinese wall policy
    1. Low-level entities are objects; all objects concerning the same corporation form a CD (company dataset); CDs whose corporations are in competition are grouped into COIs (Conflict of Interest classes)
    2. Intuitive goal: keep one subject from reading different CDs in the same COI, or reading one CD and writing to another in same COI
    3. Simple Security Property: Read access granted if the object:
      1. is in the same CD as an object already accessed by the subject; or
      2. is in a CD in an entirely different COI.
    4. Theorems:
      1. Once a subject has accessed an object, only other objects in that CD are available within that COI;
      2. Subject has access to at most 1 dataset in each COI class
    5. Exceptions: sanitized information
    6. *-Property: Write access is permitted only if:
      1. Read access is permitted by the simple security property; and
      2. No object in a different CD in that COI can be read, unless it contains sanitized information
    7. Key result: information can only flow within a CD or from sanitized information
    8. Comparison to BLP
    9. Comparison to Clark-Wilson
  3. Clinical Information System Security model
    1. Intended for medical records; goals are confidentiality, authentication of annotators, and integrity
    2. Patients, personal health information, clinician
    3. Assumptions and origin of principles
    4. Access principles
    5. Creation principle
    6. Deletion principle
    7. Confinement principle
    8. Aggregation principle
    9. Enforcement principle
    10. Comparison to Bell-LaPadula: lattice structure but different focus
    11. Comparison to Clark-Wilson: specialization
  4. ORCON
    1. Originator controls distribution
    2. DAC, MAC inadequate
    3. Solution is combination
  5. Role-based Access Control (RBAC)
    1. Definition of role
    2. Partitioning as job function
    3. Containment


You can also obtain a PDF version of this. Version of April 28, 2013 at 9:46PM