Skip to content

Commit

Permalink
ERL-423: nemos-*: qemu-*: grub: disable selinux
Browse files Browse the repository at this point in the history
SELinux is not currently properly configured, and it breaks snapd.
Disable it for now using the kernel command line in Grub.

Signed-off-by: Isaac True <isaac.true@canonical.com>
  • Loading branch information
IsaacJT committed Sep 21, 2023
1 parent 4aa94ed commit 3a341d8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} selinux=0"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} selinux=0"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} selinux=0"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} selinux=0"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} selinux=0"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} selinux=0"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} selinux=0"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} selinux=0"

0 comments on commit 3a341d8

Please sign in to comment.