-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split selinux context into mount and execve Split the selinux configuration into the context that is used when the rootfs is mounted and the context the container process in spawned into. * Cleanup of squashfs pseudo file generation * Set security.selinux attribute in dev mounts The minimal dev mounted with the mount type `dev` shall be labeld correctly. * Change android default seclabel to northstar * Raise mksquashfs version requirement to 4.6 * Pipe pseudofile definition via stdin to mksquashfs Avoid the usage of a tempfile and use mksquashfs ability to read the pseudo file definition from stdin. * Deny unknown fields in selinux manifest configuration * Check if SELinux is enabled only once at startup * Mount container root nosuid * Clippy fixes
- Loading branch information
Showing
13 changed files
with
269 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.