Home
last modified time | relevance | path

Searched refs:trusted_apps_only (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/virt/vboxguest/
Dvboxguest_core.c1080 bool trusted_apps_only; in vbg_req_allowed() local
1097 trusted_apps_only = true; in vbg_req_allowed()
1124 trusted_apps_only = false; in vbg_req_allowed()
1137 trusted_apps_only = true; in vbg_req_allowed()
1143 trusted_apps_only = false; in vbg_req_allowed()
1155 if (trusted_apps_only && session->user_session) { in vbg_req_allowed()