From 0c481bc67003c6bc6020d9c7ddc7be2eee7c767f Mon Sep 17 00:00:00 2001 From: Nick Wiltshire Date: Sun, 19 Sep 2021 12:32:55 -0600 Subject: [PATCH] add kernel options for magneto --- hardware/magneto.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hardware/magneto.sh b/hardware/magneto.sh index 154fc36..d715759 100755 --- a/hardware/magneto.sh +++ b/hardware/magneto.sh @@ -78,4 +78,10 @@ cd /usr/src/linux; #Messages for package net-dialup/ppp-2.4.8-r1: #* CONFIG_PPP: missing PPP support (REQUIRED) -./scripts/config --enable CONFIG_PPP \ No newline at end of file +./scripts/config --enable CONFIG_PPP + + +# * Messages for package app-emulation/snapd-2.51: +# * CONFIG_SECURITY_APPARMOR: is not set when it should be. + +./scripts/config --enable CONFIG_SECURITY_APPARMOR