Oracle® Solaris 영역 만들기 및 사용

인쇄 보기 종료

업데이트 날짜: 2015년 5월
 
 

상세 정보 출력을 사용하여 비전역 영역의 권한 세트를 나열하는 방법

ppriv 유틸리티를 –l 옵션, 표현식 zone–v와 함께 사용하여 영역의 권한을 나열합니다.

  1. 비전역 영역에 로그인합니다. 이 예에서는 my-zone이라는 영역을 사용합니다.
  2. 프롬프트에서 ppriv –l –v zone을 입력하여 영역에서 사용 가능한 권한 세트와 각 권한에 대한 설명을 보고합니다.
    my-zone# ppriv -lv zone

    다음과 유사한 내용이 표시됩니다.

    contract_event
            Allows a process to request critical events without limitation.
            Allows a process to request reliable delivery of all events on
            any event queue.
    contract_identity
            Allows a process to set the service FMRI value of a process
            contract template.
    contract_observer
            Allows a process to observe contract events generated by
            contracts created and owned by users other than the process's
            effective user ID.
            Allows a process to open contract event endpoints belonging to
            contracts created and owned by users other than the process's
            effective user ID.
    file_chown
            Allows a process to change a file's owner user ID.
            Allows a process to change a file's group ID to one other than
            the process' effective group ID or one of the process'
            supplemental group IDs.
    .
    .
    .