HomeSort by relevance Sort by last modified time
    Searched defs:seusers (Results 1 - 4 of 4) sorted by null

  /external/selinux/libsepol/include/sepol/policydb/
module.h 41 char *seusers; member in struct:sepol_module_package
  /external/selinux/policycoreutils/semodule_package/
semodule_package.c 33 printf(" -s --seuser Seusers file (only valid in base)\n");
94 char *module = NULL, *file_contexts = NULL, *seusers = local
149 if (seusers) {
154 seusers = strdup(optarg);
155 if (!seusers)
193 if (seusers) {
194 if (file_to_data(seusers, &seusersdata, &seuserslen))
  /external/selinux/libsemanage/src/
direct_api.c 1095 dbase_config_t *seusers = semanage_seuser_dbase_local(sh); local
1157 seusers_modified = seusers->dtable->is_modified(seusers->dbase);
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 2960 char *seusers = sepol_module_package_get_seusers(mod_pkg); local
    [all...]

Completed in 184 milliseconds