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

  /external/selinux/libsepol/include/sepol/policydb/
module.h 45 char *netfilter_contexts; member in struct:sepol_module_package
  /external/selinux/policycoreutils/semodule_package/
semodule_package.c 98 char *netfilter_contexts = NULL, *ncdata = NULL; local
169 if (netfilter_contexts) {
174 netfilter_contexts = strdup(optarg);
175 if (!netfilter_contexts)
203 if (netfilter_contexts) {
204 if (file_to_data(netfilter_contexts, &ncdata, &nclen))

Completed in 350 milliseconds