HomeSort by relevance Sort by last modified time
    Searched full:role_s (Results 1 - 1 of 1) sorted by null

  /external/selinux/policycoreutils/newrole/
newrole.c 826 char *role_s = NULL; /* role spec'd by user in argv[] */ local
859 if (role_s) {
864 role_s = optarg;
908 if (!(role_s || type_s || level_s)) {
914 if (role_s && !type_s) {
916 if (get_default_type(role_s, &type_ptr)) {
932 if (role_s)
933 if (context_role_set(context, role_s)) {
935 role_s);
    [all...]

Completed in 155 milliseconds