mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-07 20:35:32 +00:00
As suggested by @shykes these are clearer - onboot for things that are run at boot time to completion - services for persistent services Signed-off-by: Justin Cormack <justin.cormack@docker.com>
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