runc/libcontainer/label
Dan Walsh d37c5be9ff Fix error messages to give information of relabeling failed
Currently if a user does a command like

docker: Error response from daemon: operation not supported.

With this fix they should see a much more informative error message.

 docker run -ti -v /proc:/proc:Z fedora sh
docker: Error response from daemon: SELinux Relabeling of /proc is not allowed: operation not supported.

Signed-off-by: Dan Walsh <dwalsh@redhat.com>
2016-09-15 04:38:16 -04:00
..
label.go Add label.GetFileLabel interface 2016-04-08 13:10:37 -04:00
label_selinux.go Fix error messages to give information of relabeling failed 2016-09-15 04:38:16 -04:00
label_selinux_test.go Use '=' instead of ':' separator on labels, which is now deprecated by Docker 2016-04-29 13:01:44 +01:00