appconfig: Add openrc_contexts file
This commit is contained in:
parent
a5697b56a2
commit
299e1ce6be
2
Makefile
2
Makefile
|
@ -255,7 +255,7 @@ seusers := $(appconf)/seusers
|
||||||
appdir := $(contextpath)
|
appdir := $(contextpath)
|
||||||
user_default_contexts := $(wildcard config/appconfig-$(TYPE)/*_default_contexts)
|
user_default_contexts := $(wildcard config/appconfig-$(TYPE)/*_default_contexts)
|
||||||
user_default_contexts_names := $(addprefix $(contextpath)/users/,$(subst _default_contexts,,$(notdir $(user_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
|
net_contexts := $(builddir)net_contexts
|
||||||
|
|
||||||
all_layers := $(shell find $(wildcard $(moddir)/*) -maxdepth 0 -type d)
|
all_layers := $(shell find $(wildcard $(moddir)/*) -maxdepth 0 -type d)
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
run_init=run_init_t
|
|
@ -0,0 +1 @@
|
||||||
|
run_init=run_init_t
|
|
@ -0,0 +1 @@
|
||||||
|
run_init=run_init_t
|
Loading…
Reference in New Issue