中司と申します。 1つのファイルに複数のタイプを付与することは可能でしょうか。 具体的には、 chcon -t dovecot_t ./ml-centos -R を行い(ls -Z)で確認すると system_u:object_r:dovecot_t ml-centos chcon -t dovecot_auth_t ./ml-centos -R を行い(ls -Z)で確認すると system_u:object_r:dovecot_auth_t ml-centos になります。 さらに、postfix のタイプを付与したいのですが...