RUn docker instance as permissive, changing to fast

This commit is contained in:
Dan Walsh 2014-02-27 15:50:00 -05:00
parent 439063013f
commit 7254e6ed56
1 changed files with 7 additions and 0 deletions

View File

@ -6,3 +6,10 @@ optional_policy(`
')
permissive osad_t;
')
optional_policy(`
gen_require(`
type docker_t;
')
permissive docker_t;
')