Lines Matching defs:classes
24 * Added validation of kernel classes and permissions
107 /* Find number of classes in the input mapping */
165 pr_info("SELinux: the above unknown classes and permissions will be %s\n",
3378 char *name = k, **classes = args;
3381 classes[value] = kstrdup(name, GFP_ATOMIC);
3382 if (!classes[value])
3389 char ***classes, int *nclasses)
3398 *classes = kcalloc(*nclasses, sizeof(**classes), GFP_ATOMIC);
3399 if (!*classes)
3403 *classes);
3407 kfree((*classes)[i]);
3408 kfree(*classes);