Searched defs:netfilter_contexts (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Dmodule.h45 char *netfilter_contexts; member in struct:sepol_module_package
/external/selinux/policycoreutils/semodule_package/
H A Dsemodule_package.c98 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 64 milliseconds