Re: docker-compose & selinux

2016-10-31 Thread Daniel J Walsh
On 10/30/2016 02:54 PM, Nikos Roussos wrote: > On 10/28/2016 02:58 PM, Daniel J Walsh wrote: >> What AVC's are you seeing? > Plenty of AVC messages in the form: > > type=AVC msg=audit(1477853452.023:1338): avc: denied { setattr } for > pid=23456 comm="chown" name="app_model.MYD" dev="dm-0"

Re: docker-compose & selinux

2016-10-30 Thread Nikos Roussos
On 10/28/2016 02:58 PM, Daniel J Walsh wrote: > What AVC's are you seeing? Plenty of AVC messages in the form: type=AVC msg=audit(1477853452.023:1338): avc: denied { setattr } for pid=23456 comm="chown" name="app_model.MYD" dev="dm-0" ino=10879938

Re: docker-compose & selinux

2016-10-28 Thread Daniel J Walsh
What AVC's are you seeing? On 10/28/2016 05:59 AM, Nikos Roussos wrote: > I use docker-compose extensively for local development. On F24 all I had > to do to make it play well with selinux was something like this: > > sudo chcon -Rt svirt_sandbox_file_t project_folder > > After updating to F25

docker-compose & selinux

2016-10-28 Thread Nikos Roussos
I use docker-compose extensively for local development. On F24 all I had to do to make it play well with selinux was something like this: sudo chcon -Rt svirt_sandbox_file_t project_folder After updating to F25 this doesn't work anymore. Did something changed on selinux policies (besides that