Skip to content

Commit

Permalink
Disable apparmor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M authored Jun 19, 2019
1 parent 8432a94 commit 0e4c7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootfiles/syslinux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ MENU BACKGROUND /boot/bootlogo.png
LABEL default
MENU LABEL Run Linux
KERNEL /boot/vmlinuz
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 apparmor=0

LABEL default
MENU LABEL Run Linux debug
KERNEL /boot/vmlinuz
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 debug
APPEND vga=769 initrd=/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 apparmor=0 debug

0 comments on commit 0e4c7bf

Please sign in to comment.