fixing selinux policy file for taskotron clients
This commit is contained in:
parent
6a975456a3
commit
e8fe9d75da
1 changed files with 10 additions and 2 deletions
|
@ -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;
|
allow unconfined_service_t svirt_t:process transition;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue