/linux-apparmor-patchset

Patchset for ArchLinux stock kernel for enable AppArmor

linux-apparmor-patchset

Patchset for ArchLinux stock kernel for enable AppArmor

How to use it

  1. Install ASP
pacman -S asp
  1. Get source file of linux package
asp export linux
  1. Get patchset
git clone https://github.com/tears-of-noobs/linux-apparmor-patchset.git
  1. Apply patchset and build kernel
cd linux
patch -p1 -i ../linux-apparmor-patchset/*.patch
makepkg