https://bugzilla.redhat.com/show_bug.cgi?id=1206751
Zvi "Viz" Effron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Zvi "Viz" Effron <[email protected]> --- I'm still seeing this with docker-1.6.0-3.git9d26a07.fc22 on Fedora 22. And turning off SELinux under Docker does fix. Reproduction sample: [root@sayuno ~]# docker run -ti --rm fedora:22 bash [root@7da227018b66 /]# ls ls: cannot open directory .: Permission denied SELinux denial: type=AVC msg=audit(1433186579.885:5411): avc: denied { read } for pid=20790 comm="ls" name="root" dev="md127" ino=5767506 scontext=system_u:system_r:svirt_lxc_net_t:s0:c530,c542 tcontext=system_u:object_r:docker_var_lib_t:s0 tclass=dir permissive=0 type=AVC msg=audit(1433186581.388:5412): avc: denied { write } for pid=20730 comm="bash" name="root" dev="md127" ino=5767506 scontext=system_u:system_r:svirt_lxc_net_t:s0:c530,c542 tcontext=system_u:object_r:docker_var_lib_t:s0 tclass=dir permissive=0 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
