diff options
author | Laurent Bigonville <bigon@bigon.be> | 2016-02-19 16:43:10 +0100 |
---|---|---|
committer | Jason Zaman <jason@perfinion.com> | 2016-03-12 01:15:38 +0800 |
commit | 32348d254dbfba60ae8671f958bc302281cce8c6 (patch) | |
tree | fcffc47f6f4d47220a12817d3e750eb304a012a2 /Makefile | |
parent | Module version bump for iptables/firewalld patch from Laurent Bigonville. (diff) | |
download | hardened-refpolicy-32348d254dbfba60ae8671f958bc302281cce8c6.tar.gz hardened-refpolicy-32348d254dbfba60ae8671f958bc302281cce8c6.tar.bz2 hardened-refpolicy-32348d254dbfba60ae8671f958bc302281cce8c6.zip |
Add lxc_contexts config file
selinux_lxc_contexts_path() function in upstream libselinux points to
this config file. It is ATM used by libvirt.
The file from Fedora also contains sandbox_lxc_process and
sandbox_kvm_process parameters, but I cannot find where they are used,
keep them out of the file for the time being.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ seusers := $(appconf)/seusers appdir := $(contextpath) user_default_contexts := $(wildcard config/appconfig-$(TYPE)/*_default_contexts) user_default_contexts_names := $(addprefix $(contextpath)/users/,$(subst _default_contexts,,$(notdir $(user_default_contexts)))) -appfiles := $(addprefix $(appdir)/,default_contexts default_type initrc_context failsafe_context userhelper_context removable_context dbus_contexts sepgsql_contexts x_contexts customizable_types securetty_types virtual_domain_context virtual_image_context) $(contextpath)/files/media $(fcsubspath) $(user_default_contexts_names) +appfiles := $(addprefix $(appdir)/,default_contexts default_type initrc_context failsafe_context userhelper_context removable_context dbus_contexts sepgsql_contexts x_contexts customizable_types securetty_types lxc_contexts virtual_domain_context virtual_image_context) $(contextpath)/files/media $(fcsubspath) $(user_default_contexts_names) net_contexts := $(builddir)net_contexts all_layers := $(shell find $(wildcard $(moddir)/*) -maxdepth 0 -type d) |