-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mount label man page content #53
Conversation
We don't need to pull in the Godeps/_workspace/src/github.com/opencontainers/runtime-spec/specs-go/config.go change as the MountLabel change is already included under struct Linux. |
Fixed |
Could you move this above |
Signed-off-by: Dan Walsh <[email protected]>
LGTM |
@@ -222,7 +234,7 @@ colon: | |||
|
|||
You can use SELinux to add security to the container. You must specify the process label to run the init process inside of the container using the --selinux-label. | |||
|
|||
# ocitools generate --bind /var/db:/data1 --selinux-label system_u:system_r:svirt_lxc_net_t:s0:c1,c2 --rootfs /var/lib/containers/fedora --args bash | |||
# ocitools generate --bind /var/db:/data1 --selinux-label system_u:system_r:svirt_lxc_net_t:s0:c1,c2 --mount-label system_u:object_r:svirt_sandbox_file_t:s0:c1,c2 --rootfs /var/lib/containers/fedora --args bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Busted rebase partially rolling back #46?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What did I break?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Markdown literals need four-space indents (or fencing).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I was looking for something in the text I changed. I fixed the markdown.
Signed-off-by: Dan Walsh [email protected]