Skip to content

parser: don't abort profile compile if the kernel is missing caps/mask

John Johansen requested to merge jjohansen/apparmor:fix-caps into master

3.0 added the ability to extract and use the kernels cap mask to augment its internal capability list as a stop gap measure to support new capabilities.

Unfortunately not all kernel export the cap/mask and this is causing the policy compile to fail. If the kernel doesn't export a cp/mask just use the internal list.

Fixes: #140 (closed) Signed-off-by: John Johansen john.johansen@canonical.com

Merge request reports