From: mm19827@gmail.com (mm) Date: Mon, 21 Nov 2016 18:23:45 +0100 Subject: [refpolicy] how to inherit unconfined_service_t Message-ID: <4c6f0295-11e3-1220-f319-98ca679487f6@gmail.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Hi all, I would need to define a domain bar_t which should inherit all access rights of unconfined_service_t. I know I can use unconfined_domain() to inherit the rules of unconfined_t. The fact is that (at least on Fedora 24) service processes appear to run by default as unconfined_service_t. my process /sbin/bar (which is not selinux aware) runs fine with this default context, but I would need to define its own domain bar_t. Hence the question of how to inherit the rules of unconfined_service_t. Thanks in advance, M. Manfredini