Go to main content
Oracle® Solaris ゾーンの作成と使用

印刷ビューの終了

更新: 2016 年 11 月
 
 

非大域ゾーンの特権セットを冗長出力で表示する方法

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.
    .
    .
    .