From e4c429988fb2275936bb02b582467c8c3789fc1d Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Mar 20 2014 14:26:08 +0000 Subject: Added bumblebee to modules-targeted-contrib and to permissivedomains --- diff --git a/modules-targeted-contrib.conf b/modules-targeted-contrib.conf index 96e022b..a3a0eae 100644 --- a/modules-targeted-contrib.conf +++ b/modules-targeted-contrib.conf @@ -216,6 +216,13 @@ brctl = module bugzilla = module # Layer: services +# Module: bumblebee +# +# Nvidia optimus support for linux +# +bumblebee = module + +# Layer: services # Module: cachefilesd # # CacheFiles userspace management daemon diff --git a/permissivedomains.pp b/permissivedomains.pp index d04b645..cfff41e 100644 Binary files a/permissivedomains.pp and b/permissivedomains.pp differ diff --git a/permissivedomains.te b/permissivedomains.te index c5abfa7..73922a6 100644 --- a/permissivedomains.te +++ b/permissivedomains.te @@ -79,3 +79,11 @@ optional_policy(` permissive nsd_t; ') + +optional_policy(` + gen_require(` + type bumblebee_t; + ') + + permissive bumblebee_t; +')