Greetings,
I built a docker image which installs and configures a couchbase server. I am running the container on Centos 7, Docker 1.5.0. With SELinux set to permissive the app runs. However, the following items are blocked by SELinux. What would you suggest I do so that I can re-enable SELinux?
type=AVC msg=audit(1427918112.899:2881): avc: denied { read } for pid=22745 comm="sigar_port" name="mtrr" dev="proc" ino=4026531954 scontext=system_u:system_r:svirt_lxc_net_t:s0:c476,c871 tcontext=system_u:object_r:mtrr_device_t:s0 tclass=file
type=AVC msg=audit(1427918112.899:2881): avc: denied { open } for pid=22745 comm="sigar_port" path="/proc/mtrr" dev="proc" ino=4026531954 scontext=system_u:system_r:svirt_lxc_net_t:s0:c476,c871 tcontext=system_u:object_r:mtrr_device_t:s0 tclass=file
type=AVC msg=audit(1427920262.900:2890): avc: denied { read } for pid=22745 comm="sigar_port" name="mtrr" dev="proc" ino=4026531954 scontext=system_u:system_r:svirt_lxc_net_t:s0:c476,c871 tcontext=system_u:object_r:mtrr_device_t:s0 tclass=file
type=AVC msg=audit(1427920262.900:2890): avc: denied { open } for pid=22745 comm="sigar_port" path="/proc/mtrr" dev="proc" ino=4026531954 scontext=system_u:system_r:svirt_lxc_net_t:s0:c476,c871 tcontext=system_u:object_r:mtrr_device_t:s0 tclass=file
Thanks