mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
selinux: add readme
Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
parent
a8bab0bddb
commit
ae423e428b
14
projects/selinux/README.md
Normal file
14
projects/selinux/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# selinux
|
||||||
|
|
||||||
|
The ultimate goal here is to use SELinux as our default LSM in Moby. To this
|
||||||
|
end, here are the compiler flags and userspace packages necessary to do the
|
||||||
|
basics.
|
||||||
|
|
||||||
|
# TODO
|
||||||
|
|
||||||
|
All the necessary binaries exist, so the next steps are:
|
||||||
|
|
||||||
|
* label the filesystem with a default label
|
||||||
|
* have a policy that contains containerd
|
||||||
|
* label each container's files seprately, and contain them each with a policy
|
||||||
|
* policies for other system daemons
|
Loading…
Reference in New Issue
Block a user