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" ino=
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
scontext=system_u:system_r:container_t:s0:c140,
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 th