1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/execdriver/lxc
Dan Walsh 87e732a0f3 Add --security-opts options to allow user to customize security configuration
security-opts will allow you to customise the security subsystem.

For example the labeling system like SELinux will run on a container.

    --security-opt="label:user:USER"   : Set the label user for the container
    --security-opt="label:role:ROLE"   : Set the label role for the container
    --security-opt="label:type:TYPE"   : Set the label type for the container
    --security-opt="label:level:LEVEL" : Set the label level for the container
    --security-opt="label:disabled"    : Turn off label confinement for the container

Since we are passing a list of string options instead of a space separated
string of options, I will change function calls to use InitLabels instead of
GenLabels.  Genlabels interface is Depracated.

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2014-09-30 00:06:22 +00:00
..
driver.go Add --security-opts options to allow user to customize security configuration 2014-09-30 00:06:22 +00:00
info.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
info_test.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
init.go Use argv0 as reexec implementation for dockerinit 2014-08-11 11:47:21 -07:00
lxc_init_linux.go Use argv0 as reexec implementation for dockerinit 2014-08-11 11:47:21 -07:00
lxc_init_unsupported.go Replace "amd64" build tags with "cgo" as appropriate, and remove where unnecessary 2014-08-06 17:20:21 -06:00
lxc_template.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
lxc_template_unit_test.go Strongly type exec driver context 2014-09-29 22:40:26 +00:00
MAINTAINERS Add Dinesh Subhraveti to MAINTAINERS 2014-05-27 16:45:17 -04:00