역할 기반 접근 제어

위키백과, 우리 모두의 백과사전.
(RBAC에서 넘어옴)

역할 기반 접근 제어(role-based access control, RBAC)는 컴퓨터 시스템 보안에서 권한이 있는 사용자들에게 시스템 접근을 통제하는 한 방법이다.[1][2] 500명 이상의 직원이 있는 기업 다수가 사용하며[3] 강제 접근 제어(MAC)나 임의 접근 제어(DAC)를 구현할 수 있다. RBAC는 역할 기반 보안으로 부르기도 한다.

디자인[편집]

RBAC를 위해 정의된 주요 규칙은 다음과 같다:

  1. 역할 할당(Role assignment)
  2. 역할 권한 부여(Role authorization)
  3. 권한 부여(Permission authorization)

RBAC 모델을 정의할 때 다음의 전통적인 규칙을 사용하면 유용하다:

  • S = Subject
  • R = Role
  • P = Permissions
  • SE = Session
  • SA = Subject Assignment
  • PA = Permission Assignment
  • RH = Partially ordered Role Hierarchy

같이 보기[편집]

참조[편집]

  1. Ferraiolo, D.F. and Kuhn, D.R. (October 1992). 〈Role-Based Access Control〉 (PDF). 《15th National Computer Security Conference》. 554–563쪽. 
  2. Sandhu, R., Coyne, E.J., Feinstein, H.L. and Youman, C.E. (August 1996). “Role-Based Access Control Models” (PDF). 《IEEE Computer》 (IEEE Press) 29 (2): 38–47. doi:10.1109/2.485845. 
  3. A.C. O'Connor and R.J. Loomis (December 2010). 《Economic Analysis of Role-Based Access Control》 (PDF). Research Triangle Institute. 

더 읽기[편집]

  • David F. Ferraiolo; D. Richard Kuhn; Ramaswamy Chandramouli (2007). 《Role-based Access Control》 2판. Artech House. ISBN 978-1-59693-113-8. 

외부 링크[편집]