Home
last modified time | relevance | path

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

/system/sepolicy/tools/
Dcheck_seapp.c196 static bool validate_selinux_level(char *value, char **errmsg);
220 { .name = "level", .dir = dir_out, .fn_validate = validate_selinux_level },
404 static bool validate_selinux_level(char *value, char **errmsg) { in validate_selinux_level() function