Home
last modified time | relevance | path

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

/openbmc/linux/security/smack/
H A Dsmack.h203 #define SMACK_CIPSO_MAXLEVEL 255 /* CIPSO 2.2 standard */ macro
H A Dsmackfs.c889 if (ret != 1 || maplevel < 0 || maplevel > SMACK_CIPSO_MAXLEVEL) in smk_set_cipso()