I want to use SELinux in system container and only concern the function
in the container.
this system container run in vm and every vm has only one system container.
How do I use now?
docker run ... system-contaier /sbin/init
after init is running ,the following service is also running:
#this is the part of service file which will run in container after
starting the container.
...
semodule -R #use the policy in container.
restorecon / #if needed
...
this method seem to work if host os and the docker images use the same
content for rootfs, but if host use
redhat7 and docker images use centos7, it will deny many normal
operations , and this let some host service not work.
If SELinux is permissive in host and enforcing in container ,it will
resolve my problem. Unfortunately,
there is no namespace for SELinux.
Isolate SELinux is difficult and it has a lot of work to do, but is
easier to isolate selinux_enforcing.
What do you think ?
Think you very much.
_______________________________________________
Selinux mailing list
Selinux@xxxxxxxxxxxxx
To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx.
To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.