role-based access control (rbac) - prof. ravi sandhu · variations of grant strict dac − only...

57
1 © Ravi Sandhu World-Leading Research with Real-World Impact! CS 5323 Role-Based Access Control (RBAC) Prof. Ravi Sandhu Executive Director and Endowed Chair Lecture 4 [email protected] www.profsandhu.com

Upload: others

Post on 21-May-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

1© Ravi Sandhu World-Leading Research with Real-World Impact!

CS 5323

Role-Based Access Control (RBAC)

Prof. Ravi SandhuExecutive Director and Endowed Chair

Lecture 4

[email protected]

Page 2: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 2World-Leading Research with Real-World Impact!

Access Control

Discretionary Access Control (DAC), 1970

Mandatory Access Control (MAC), 1970

Role Based Access Control (RBAC), 1995

Attribute Based Access Control (ABAC), ????

Fixedpolicy

Flexiblepolicy

Page 3: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 3World-Leading Research with Real-World Impact!

Access Control

Discretionary Access Control (DAC), 1970

Mandatory Access Control (MAC), 1970

Role Based Access Control (RBAC), 1995

Attribute Based Access Control (ABAC), ????

Fixedpolicy

Flexiblepolicy

Ownership gives discretion One-directional information flow

Policy neutral

Page 4: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

The RBAC Story

© Ravi Sandhu 4

2nd expansion phase1st expansion phase

1995 2000 2005 2008

Amount ofPublications

Year of Publication

28 30 30 35 40 48 53 88 85 88 112 103 111 866∑

1992

3 2 7 3

80

60

40

20

0

Pre-RBAC Early RBAC

100

RBAC96paper

ProposedStandard

StandardAdopted

World-Leading Research with Real-World Impact!

Ludwig Fuchs, Gunther Pernul and Ravi Sandhu, Roles in Information Security-A Survey and Classification of the Research Area, Computers & Security, Volume 30, Number 8, Nov. 2011, pages 748-76

Page 5: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 5World-Leading Research with Real-World Impact!

RBAC: Role-Based Access Control

− Access is determined by roles− A user’s roles are assigned by security

administrators− A role’s permissions are assigned by security

administrators

First emerged: mid 1970sFirst models: mid 1990s

Is RBAC MAC or DAC or neither?

− RBAC can be configured to do MAC− RBAC can be configured to do DAC− RBAC is policy neutral

RBAC is neither MAC nor DAC!

Page 6: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

6

RBAC96 Model

© Ravi Sandhu World-Leading Research with Real-World Impact!

Page 7: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

RBAC96 Model Family

ROLES

USER-ROLEASSIGNMENT

PERMISSIONS-ROLEASSIGNMENT

USERS PERMISSIONS

... SESSIONS

ROLE HIERARCHIES

CONSTRAINTS

© Ravi Sandhu 7World-Leading Research with Real-World Impact!

Page 8: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

RBAC96 Model Family

© Ravi Sandhu 8World-Leading Research with Real-World Impact!

RBAC0BASIC RBAC

RBAC3ROLE HIERARCHIES +

CONSTRAINTS

RBAC1ROLE

HIERARCHIESRBAC2

CONSTRAINTS

Page 9: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

Founding Principles of RBAC96

− Abstraction of Privileges Credit is different from Debit even though both require read and write

− Separation of Administrative Functions Separation of user-role assignment from role-permission assignment

− Least Privilege Right-size the roles Don’t activate all roles all the time Limit roles of a user Limit users in a role

− Separation of Duty Static separation: purchasing manager versus accounts payable manager Dynamic separation: cash-register clerk versus cash-register manager

© Ravi Sandhu 9World-Leading Research with Real-World Impact!

Page 10: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

ROLES AS POLICY

A role brings together− a collection of users and− a collection of permissions

These collections will vary over time− A role has significance and meaning beyond the particular

users and permissions brought together at any moment

© Ravi Sandhu 10World-Leading Research with Real-World Impact!

Page 11: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

ROLES VERSUS GROUPS

Groups are often defined as− a collection of users

A role is− a collection of users and− a collection of permissions

Some authors define role as − a collection of permissions

Most Operating Systems support groups− BUT do not support selective activation of groups

Selective activation conflicts with negative groups (or roles)

© Ravi Sandhu 11World-Leading Research with Real-World Impact!

Page 12: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 12World-Leading Research with Real-World Impact!

HIERARCHICAL ROLES

Health-Care Provider

Physician

Primary-CarePhysician

SpecialistPhysician

Page 13: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 13World-Leading Research with Real-World Impact!

HIERARCHICAL ROLES

Engineer

HardwareEngineer

SoftwareEngineer

SupervisingEngineer

Page 14: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 14World-Leading Research with Real-World Impact!

PRIVATE ROLES

Engineer

HardwareEngineer

SoftwareEngineer

SupervisingEngineer

HardwareEngineer’

SoftwareEngineer’

Page 15: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 15World-Leading Research with Real-World Impact!

EXAMPLE ROLE HIERARCHY

Employee (E)

Engineering Department (ED)

Project Lead 1(PL1)

Engineer 1(E1)

Production 1(P1)

Quality 1(Q1)

Director (DIR)

Project Lead 2(PL2)

Engineer 2(E2)

Production 2(P2)

Quality 2(Q2)

PROJECT 2PROJECT 1

Page 16: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 16World-Leading Research with Real-World Impact!

EXAMPLE ROLE HIERARCHY

Employee (E)

Engineering Department (ED)

Project Lead 1(PL1)

Engineer 1(E1)

Production 1(P1)

Quality 1(Q1)

Project Lead 2(PL2)

Engineer 2(E2)

Production 2(P2)

Quality 2(Q2)

PROJECT 2PROJECT 1

Page 17: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 17World-Leading Research with Real-World Impact!

EXAMPLE ROLE HIERARCHY

Project Lead 1(PL1)

Engineer 1(E1)

Production 1(P1)

Quality 1(Q1)

Director (DIR)

Project Lead 2(PL2)

Engineer 2(E2)

Production 2(P2)

Quality 2(Q2)

PROJECT 2PROJECT 1

Page 18: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 18World-Leading Research with Real-World Impact!

EXAMPLE ROLE HIERARCHY

Project Lead 1(PL1)

Engineer 1(E1)

Production 1(P1)

Quality 1(Q1)

Project Lead 2(PL2)

Engineer 2(E2)

Production 2(P2)

Quality 2(Q2)

PROJECT 2PROJECT 1

Page 19: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

CONSTRAINTS

Mutually Exclusive Roles− Static Exclusion: The same individual can never hold both roles− Dynamic Exclusion: The same individual can never hold both roles in the

same context Mutually Exclusive Permissions

− Static Exclusion: The same role should never be assigned both permissions

− Dynamic Exclusion: The same role can never hold both permissions in the same context

Cardinality Constraints on User-Role Assignment− At most k users can belong to the role− At least k users must belong to the role− Exactly k users must belong to the role

Cardinality Constraints on Permissions-Role Assignment− At most k roles can get the permission− At least k roles must get the permission− Exactly k roles must get the permission

© Ravi Sandhu 19World-Leading Research with Real-World Impact!

Page 20: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

CONSTRAINTS

Formalized in RCL2000 paper− Ahn, G. J., & Sandhu, R. (2000). Role-based authorization constraints

specification. ACM Transactions on Information and System Security (TISSEC), 3(4), 207-226.

© Ravi Sandhu 20World-Leading Research with Real-World Impact!

Page 21: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

21

NIST RBAC Model

© Ravi Sandhu World-Leading Research with Real-World Impact!

Page 22: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 22World-Leading Research with Real-World Impact!

NIST MODEL: CORE RBAC

Page 23: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 23World-Leading Research with Real-World Impact!

NIST MODEL: HIERARCHICAL RBAC

Page 24: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 24World-Leading Research with Real-World Impact!

SSD IN HIERARCHICAL RBAC

Page 25: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 25World-Leading Research with Real-World Impact!

DSD IN HIERARCHICAL RBAC

Page 26: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 26World-Leading Research with Real-World Impact!

NIST MODEL FAMILY

Page 27: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

Compare RBAC96 Model Family

© Ravi Sandhu 27World-Leading Research with Real-World Impact!

RBAC0BASIC RBAC

RBAC3ROLE HIERARCHIES +

CONSTRAINTS

RBAC1ROLE

HIERARCHIESRBAC2

CONSTRAINTS

Page 28: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

28

RBAC Administration

© Ravi Sandhu World-Leading Research with Real-World Impact!

Page 29: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

ARBAC97 Model

© Ravi Sandhu 29World-Leading Research with Real-World Impact!

• Separation of regular roles and administrative roles

• Formalized in ARBAC97 paper− Sandhu, R., Bhamidipati, V., & Munawer, Q. (1999). The ARBAC97 model for role-

based administration of roles. ACM Transactions on Information and System Security (TISSEC), 2(1), 105-135.

Page 30: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 30World-Leading Research with Real-World Impact!

EXAMPLE REGULAR ROLE HIERARCHY

Employee (E)

Engineering Department (ED)

Project Lead 1(PL1)

Engineer 1(E1)

Production 1(P1)

Quality 1(Q1)

Director (DIR)

Project Lead 2(PL2)

Engineer 2(E2)

Production 2(P2)

Quality 2(Q2)

PROJECT 2PROJECT 1

Page 31: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 31World-Leading Research with Real-World Impact!

EXAMPLE ADMIN ROLE HIERARCHY

Senior Security Officer (SSO)

Department Security Officer (DSO)

Project SecurityOfficer 1 (PSO1)

Project SecurityOfficer 2 (PSO2)

Page 32: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

32

MAC in RBAC

© Ravi Sandhu World-Leading Research with Real-World Impact!

Page 33: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

MAC Liberal -Property

© Ravi Sandhu 33World-Leading Research with Real-World Impact!

H

L

M1 M2

Read Write- +

+ -

Page 34: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

RBAC96 Liberal -Property

© Ravi Sandhu 34World-Leading Research with Real-World Impact!

HR

LR

M1R M2R

LW

HW

M1W M2W

Read Write-

+

Page 35: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

RBAC96 Liberal -Property

user ∈ xR, user has clearance xuser ∈ LW, independent of clearance

Constraints− session ∈ xR iff session ∈ xW− read can be assigned only to xR roles− write can be assigned only to xW roles− (O,read) assigned to xR iff

(O,write) assigned to xW

© Ravi Sandhu 35World-Leading Research with Real-World Impact!

Page 36: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

RBAC96 Liberal -Property

user ∈ xR, user has clearance xuser ∈ LW, independent of clearance

Constraints− session ∈ xR iff session ∈ xW− read can be assigned only to xR roles− write can be assigned only to xW roles− (O,read) assigned to xR iff

(O,write) assigned to xW

© Ravi Sandhu 36World-Leading Research with Real-World Impact!

NIST Model cannot express these constraints

Page 37: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

MAC Strict -Property

© Ravi Sandhu 37World-Leading Research with Real-World Impact!

H

L

M1 M2

Read-

+

Page 38: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

RBAC96 Strict -Property

© Ravi Sandhu 38World-Leading Research with Real-World Impact!

HR

LR

M1R M2R LW HWM1W M2W

Read Write-

+

Page 39: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

RBAC96 Strict -Property

user ∈ xR, user has clearance xuser ∈ {LW,HW,M1W,M2W}, independent of clearance

Constraints− session ∈ xR iff session ∈ xW− read can be assigned only to xR roles− write can be assigned only to xW roles− (O,read) assigned to xR iff

(O,write) assigned to xW

© Ravi Sandhu 39World-Leading Research with Real-World Impact!

Page 40: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

40

DAC in RBAC

© Ravi Sandhu World-Leading Research with Real-World Impact!

Page 41: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

Variations of Grant

Strict DAC− Only owner has discretionary authority to grant access to an

object.− Example:

Alice has created an object (she is owner) and grants access to Bob. Now Bob cannot grant propagate the access to another user.

Liberal DAC− Owner can delegate discretionary authority for granting

access to other users. One Level grant Two Level Grant Multilevel Grant

© Ravi Sandhu 41World-Leading Research with Real-World Impact!

Page 42: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

One-Level versus Two-Level-Grant

Owner can delegate authority to another user but they cannot further delegate this power.

In addition to a one level grant the owner can allow some users to delegate grant authority to other users.

© Ravi Sandhu 42World-Leading Research with Real-World Impact!

Alice Bob Charles

Alice Bob Charles Dorothy

Page 43: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

Variations of Revoke

Grant-Independent Revocation− Any authorized revoker can revoke− Easier to do in RBAC

Grant-Dependent Revocation− Only original grantor can revoke− Need additional roles to accomplish in RBAC

© Ravi Sandhu 43World-Leading Research with Real-World Impact!

Page 44: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

Common Aspects

Creation of an object O in the system requires the simultaneous creation of − 3 administrative roles

OWN_O, PARENT_O, PARENTwithGRANT_O− 1 regular role

READ_O

Also simultaneous creation of 8 Permissions− canRead_O− destroyObject_O− addReadUser_O, deleteReadUser_O− addParent_O, deleteParent_O− addParentWithGrant_O, deleteParentWithGrant_O

Destroying an object O requires deletion of 4 roles and 8 permissions in addition of destroying the object O

© Ravi Sandhu 44World-Leading Research with Real-World Impact!

Page 45: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

Common Aspects

© Ravi Sandhu 45

Administration of roles associated with object O

OWN_O PARENTwithGRANT_O PARENT_O READ_O

Administrative role hierarchy

OWN_O

PARENTwithGRANT_O

PARENT_O

canRead_OaddReadUser_OdeleteReadUser_O

addParent_OdeleteParent_O

destroyObject_OaddParentWithGrant_O

deleteParentWithgrant_O

Role permissions

World-Leading Research with Real-World Impact!

Page 46: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

Grant Variations in RBAC96

Strict DAC cardinality constraints− Role OWN_O = 1− Role PARENTwithGRANT_O = 0− Role PARENT_O = 0

One-level grant cardinality constraints− Role OWN_O = 1− Role PARENTwithGRANT_O = 0

Two-level grant cardinality constraints− Role OWN_O = 1

© Ravi Sandhu 46World-Leading Research with Real-World Impact!

Page 47: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

Grant Variations in RBAC96

Strict DAC cardinality constraints− Role OWN_O = 1− Role PARENTwithGRANT_O = 0− Role PARENT_O = 0

One-level grant cardinality constraints− Role OWN_O = 1− Role PARENTwithGRANT_O = 0

Two-level grant cardinality constraints− Role OWN_O = 1

© Ravi Sandhu 47World-Leading Research with Real-World Impact!

NIST Model cannot express these constraints

Page 48: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

Grant-Dependent Revoke in RBAC96

© Ravi Sandhu 48World-Leading Research with Real-World Impact!

READ_O role associated with members of PARENT_O

U1_PARENT_O U1_READ_O

U2_PARENT_O

Un_PARENT_O

U2_READ_O

Un_READ_O

Page 49: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

49

OM-AM and PEI

© Ravi Sandhu World-Leading Research with Real-World Impact!

Page 50: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 50World-Leading Research with Real-World Impact!

OM-AM

What?

How?

Assurance

Model

Architecture

Mechanism

Objectives

Page 51: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 51World-Leading Research with Real-World Impact!

PEI Models

Idealized

Enforceable(Approximate)

Codeable

Page 52: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

RBAC: SERVER PULL

© Ravi Sandhu 52

E model

Client Server

User-roleAuthorization

Server

World-Leading Research with Real-World Impact!

Page 53: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

RBAC: CLIENT PULL

© Ravi Sandhu 53

E model

Client Server

User-roleAuthorization

Server

World-Leading Research with Real-World Impact!

Page 54: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

RBAC: PROXY-BASED

© Ravi Sandhu 54

E model

Client ServerProxyServer

User-roleAuthorization

Server

World-Leading Research with Real-World Impact!

Page 55: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 55World-Leading Research with Real-World Impact!

MAC or LBAC or BLP (or Biba)

BLP enforces one-directional information flow in a lattice of security labels

BLP can enforce one-directional information flowpolicies for Confidentiality

Integrity

Separation of duty

Combinations thereof

Policy

Objective

Page 56: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 56World-Leading Research with Real-World Impact!

MAC

One-DirectionInformation Flow

ConfidentialityIntegrity

Separation

Page 57: Role-Based Access Control (RBAC) - Prof. Ravi Sandhu · Variations of Grant Strict DAC − Only owner has discretionary authority to grant access to an object. − Example: Alice

© Ravi Sandhu 57World-Leading Research with Real-World Impact!

DAC

Access Matrix

Capabilities,Access Control Lists

Access Control Relations

Owner Discretion