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 42 char *seusers; member in struct:sepol_module_package
  /external/selinux/semodule-utils/semodule_package/
semodule_package.c 33 printf(" -s --seuser Seusers file (only valid in base)\n");
98 char *module = NULL, *file_contexts = NULL, *seusers = local
153 if (seusers) {
158 seusers = strdup(optarg);
159 if (!seusers)
197 if (seusers) {
198 if (file_to_data(seusers, &seusersdata, &seuserslen))
260 free(seusers);
  /external/selinux/libsemanage/src/
direct_api.c 730 * Write the seusers entries from CIL modules.
745 * Write the seusers file; seusers.local will be merged into
1236 dbase_config_t *seusers = semanage_seuser_dbase_local(sh); local
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 3110 char *seusers = sepol_module_package_get_seusers(mod_pkg); local
    [all...]

Completed in 2549 milliseconds