Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add --disable-confinement configure option #18
Merged
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
Jump to file or symbol
Failed to load files and symbols.
| @@ -0,0 +1,15 @@ | ||
| +Welcome brave porters! | ||
| + | ||
| +This file is intended to guide you towards porting snappy (comprised of snapd | ||
| +and this project, snap-confine) to work on a new kernel. The confinement setup by | ||
| +snap-confine has several requirements on the kernel. | ||
| + | ||
| +TODO: list required patches (apparmor, seccomp) | ||
| +TODO: list required kernel configufation | ||
| +TODO: list minimum supported kernel version | ||
|
|
||
| + | ||
| +While you are working on porting those patches to your kernel of choice, you | ||
| +may configure snap-confine with --disable-security. This switch drops | ||
| +requirement on apparmor, seccomp and udev and reduces snap-confine to arrange | ||
jdstrand
Contributor
|
||
| +the filesystem in a correct way for snaps to operate without really confining | ||
| +them in any way. | ||
32
configure.ac
22
src/main.c
It looks like this is the link: https://developer.ubuntu.com/en/snappy/guides/porting/ but it still hasn't been updated yet.