X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Makefile;h=eadfda5d8dc4ffbb63116b7bc570dceff9ac7b88;hb=60e9557d283556ef18ac8ffc2f602ff8fdf0a781;hp=6153c8b19a2c42d19fc737a396777fb4021bc0b8;hpb=3a45e1163ea71e35e28fd4b6c05165514289722d;p=people%2Fstevee%2Fselinux-policy.git diff --git a/Makefile b/Makefile index 6153c8b1..eadfda5d 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ SEMODULE ?= $(tc_usrsbindir)/semodule SEMOD_PKG ?= $(tc_usrbindir)/semodule_package SEMOD_LNK ?= $(tc_usrbindir)/semodule_link SEMOD_EXP ?= $(tc_usrbindir)/semodule_expand -#SEPOLGEN ?= $(tc_usrbindir)/sepolgen-ifgen +SEPOLGEN ?= $(tc_usrbindir)/sepolgen-ifgen LOADPOLICY ?= $(tc_usrsbindir)/load_policy SETFILES ?= $(tc_sbindir)/setfiles XMLLINT ?= $(BINDIR)/xmllint @@ -407,7 +407,7 @@ $(moddir)/kernel/corenetwork.if: $(moddir)/kernel/corenetwork.te.in $(moddir)/ke @echo "#" >> $@ $(verbose) cat $@.in >> $@ $(verbose) $(GREP) "^[[:blank:]]*network_(interface|node|port|packet)(_controlled)?\(.*\)" $< \ - | $(M4) -D self_contained_policy $(M4PARAM) $@.m4 - \ + | $(M4) -D self_contained_policy $(M4PARAM) $(m4divert) $@.m4 $(m4undivert) - \ | $(SED) -e 's/dollarsone/\$$1/g' -e 's/dollarszero/\$$0/g' >> $@ $(moddir)/kernel/corenetwork.te: $(moddir)/kernel/corenetwork.te.m4 $(moddir)/kernel/corenetwork.te.in