2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

Update apparmorversioning

John Johansen 2018-07-01 04:25:46 +00:00
parent 98b68c2adb
commit b031188953

@ -6,7 +6,7 @@ The main components when dealing with apparmor are the kernel module, user space
# AppArmor kernel module
The AppArmor kernel module does not have its own version information. It is tied to kernel releases and instead exports a feature abi, and api to userspace.
The AppArmor kernel module does not have its own version information. It is tied to kernel releases and instead exports a [feature abi](AppArmorFeatureABI), and [api to userspace](AppArmorinterfaces).
This largely decouples the kernel version from userspace. A specific kernel version may be patch to include additional features (eg. Ubuntu kernels carried additional patches for several releases), and userspace can take advantage of those features if it knows how to deal with it.