mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
fixing selinux policy file for taskotron clients
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
============= unconfined_service_t ==============
|
||||
|
||||
module service-virt-transition 1.0;
|
||||
|
||||
require {
|
||||
type unconfined_service_t;
|
||||
type svirt_t;
|
||||
class process transition;
|
||||
}
|
||||
|
||||
#============= unconfined_service_t ==============
|
||||
|
||||
allow unconfined_service_t svirt_t:process transition;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user