platform_system_sepolicy/private/virtmanager.te
Jeff Vander Stoep f16527f6cf virtmanager: add selinux domain
Address any denials in the log - currently just adding
the virtualization service.

Bug: 183583115
Test: ps -AZ | grep virtmanager
u: r:virtmanager:s0             virtmanager   2453     1 10930880  4544 0                   0 S virtmanager
Change-Id: Ie034dcc3b1dbee610c591220358065b8508d81cf
2021-03-25 22:22:05 +01:00

8 lines
209 B
Text

type virtmanager, domain, coredomain;
type virtmanager_exec, system_file_type, exec_type, file_type;
init_daemon_domain(virtmanager)
binder_use(virtmanager)
add_service(virtmanager, virtualization_service)