stop adding netfilter contexts, as decided at the developers summit

This commit is contained in:
Chris PeBenito 2007-03-21 19:40:55 +00:00
parent cd3ee91a4b
commit d17bab02cc
3 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
- Stop including netfilter contexts by default.
- Add dontaudits for init fds and console to init_daemon_domain(). - Add dontaudits for init fds and console to init_daemon_domain().
- Patch to allow gpg to create user keys dir. - Patch to allow gpg to create user keys dir.
- Patch to support kvmfs from Dan Walsh. - Patch to support kvmfs from Dan Walsh.

View File

@ -91,10 +91,10 @@ $(builddir)%.pp: $(tmpdir)/%.mod $(tmpdir)/%.mod.fc
# #
# Create a base module package # Create a base module package
# #
$(base_pkg): $(base_mod) $(base_fc) $(users_extra) $(tmpdir)/seusers $(net_contexts) $(base_pkg): $(base_mod) $(base_fc) $(users_extra) $(tmpdir)/seusers
@echo "Creating $(NAME) base module package" @echo "Creating $(NAME) base module package"
@test -d $(builddir) || mkdir -p $(builddir) @test -d $(builddir) || mkdir -p $(builddir)
$(verbose) $(SEMOD_PKG) -o $@ -m $(base_mod) -f $(base_fc) -u $(users_extra) -s $(tmpdir)/seusers -n $(net_contexts) $(verbose) $(SEMOD_PKG) -o $@ -m $(base_mod) -f $(base_fc) -u $(users_extra) -s $(tmpdir)/seusers
$(base_mod): $(base_conf) $(base_mod): $(base_conf)
@echo "Compiling $(NAME) base module" @echo "Compiling $(NAME) base module"

View File

@ -50,7 +50,7 @@ default: policy
policy: $(polver) policy: $(polver)
install: $(loadpath) $(fcpath) $(ncpath) $(appfiles) install: $(loadpath) $(fcpath) $(appfiles)
load: $(tmpdir)/load load: $(tmpdir)/load