Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 414 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 414 Bytes

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