From 54315427aa86f56e90ec2b0ec06dd1f1fecd334e Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Jun 19 2014 12:09:21 +0000 Subject: Added docker to permissivedomains --- diff --git a/permissivedomains.pp b/permissivedomains.pp index cfff41e..7b6a07a 100644 Binary files a/permissivedomains.pp and b/permissivedomains.pp differ diff --git a/permissivedomains.te b/permissivedomains.te index 73922a6..694ef23 100644 --- a/permissivedomains.te +++ b/permissivedomains.te @@ -87,3 +87,11 @@ optional_policy(` permissive bumblebee_t; ') + +optional_policy(` + gen_require(` + type docker_t; + ') + + permissive docker_t; +')