next up previous contents
Next: 8.8 通常ファイルのアクセス制御設定 Up: 8 単純化ポリシー記述言語の仕様 Previous: 8.6 RBACの設定   Contents

Subsections

8.7 ドメイン遷移の設定

8.7.1 domain_trans

  1. シンタックス
    domain_trans parentdomain filename-of-entrypoint;
  2. 意味
    これはドメインがどのようにプロセスと関連するかを宣言します。

  3. {
    domain httpd_t;
    domain_trans initrc_t /sbin/httpd;
    ....
    以上の文は、プロセス(ドメイン: initrc_t)が/sbin/httpを実行したとき、/sbin/httpdがhttpd_tドメインで走行することを意味しています。



Yuichi Nakamura 2005-08-01