Access Control Systems: Security, Identity Management and Trust Models

RBAC Consistency Properties

In this section we look at 13 properties that should hold throughout the lifetime of an RBAC system. This is mostly based on the work of Serban et al. [SERB98].

Property 8.1

Imposing a maximum cardinality constraint on a given role means the number of authorized users for that role at any time should not exceed its cardinality. Formally,

?R ? ROLES, role_authorized_users(R) ? cardinality max (R).

Property 8.2

Imposing a minimum role cardinality constraint means the number of users authorized for that role should not be lower than the cardinality requirement for that role. Formally,

?R ? ROLES, role_authorized_users(R) ? cardinality min (R)

Note the use of authorized users here due to the effect of a hierarchical RBAC. In the case of a flat RBAC, authorized users are identical to the assigned users.

Property 8.3

To maintain consistency and avoid useless cyclic scenarios, no role should inherit itself directly or indirectly. Formally,

?R ? ROLES, ? (R ? + R).

? + denotes an inheritance path of length one or more.

Property 8.4

Any two roles authorized for the same user are not in any static separation-of-duty relationship. Formally,

?u ? USERS, ? R 1, R 2 ? ROLES, R 1, R 2 ?

user_authorized_roles(u) ? R 1, R 2 ? SSoD.

Property 8.5

Any two roles explicitly assigned to a user should...

UNLIMITED FREE
ACCESS
TO THE WORLD'S BEST IDEAS

SUBMIT
Already a GlobalSpec user? Log in.

This is embarrasing...

An error occurred while processing the form. Please try again in a few minutes.

Customize Your GlobalSpec Experience

Category: Research and Development Services
Finish!
Privacy Policy

This is embarrasing...

An error occurred while processing the form. Please try again in a few minutes.