diff options
author | Jason Zaman <jason@perfinion.com> | 2017-05-08 01:44:56 +0800 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2017-05-18 18:58:14 +0200 |
commit | 51a570e431396b6f3daefd73e21de64d0a4bd62c (patch) | |
tree | 9875e5b32c47e8e51ec220b7e8a7d2a5d5c89438 /Makefile | |
parent | libraries: update wildcard /usr/lib fcontext (diff) | |
download | hardened-refpolicy-51a570e431396b6f3daefd73e21de64d0a4bd62c.tar.gz hardened-refpolicy-51a570e431396b6f3daefd73e21de64d0a4bd62c.tar.bz2 hardened-refpolicy-51a570e431396b6f3daefd73e21de64d0a4bd62c.zip |
appconfig: Add openrc_contexts file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,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 lxc_contexts 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 openrc_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) |