Home
last modified time | relevance | path

Searched refs:VERSION_LE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/apparmor/include/
H A Dpolicy_compat.h20 #define VERSION_LE(X, Y) (((X) & K_ABI_MASK) <= ((Y) & K_ABI_MASK)) macro
/openbmc/linux/security/apparmor/
H A Dpolicy_compat.c231 if (VERSION_LE(version, v8)) in compute_perms_entry()