* [gentoo-commits] proj/hardened-refpolicy:swift commit in: config/appconfig-standard/, /, config/appconfig-mls/, config/appconfig-mcs/
@ 2017-05-18 17:02 Sven Vermeulen
2017-05-18 17:03 ` [gentoo-commits] proj/hardened-refpolicy:master commit in: config/appconfig-standard/, /, config/appconfig-mcs/, config/appconfig-mls/ Sven Vermeulen
0 siblings, 1 reply; 2+ messages in thread
From: Sven Vermeulen @ 2017-05-18 17:02 UTC (permalink / raw
To: gentoo-commits
commit: 51a570e431396b6f3daefd73e21de64d0a4bd62c
Author: Jason Zaman <jason <AT> perfinion <DOT> com>
AuthorDate: Sun May 7 17:44:56 2017 +0000
Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Thu May 18 16:58:14 2017 +0000
URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=51a570e4
appconfig: Add openrc_contexts file
Makefile | 2 +-
config/appconfig-mcs/openrc_contexts | 1 +
config/appconfig-mls/openrc_contexts | 1 +
config/appconfig-standard/openrc_contexts | 1 +
4 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 325bf5a2..ed3453e0 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
diff --git a/config/appconfig-mcs/openrc_contexts b/config/appconfig-mcs/openrc_contexts
new file mode 100644
index 00000000..72f18943
--- /dev/null
+++ b/config/appconfig-mcs/openrc_contexts
@@ -0,0 +1 @@
+run_init=run_init_t
diff --git a/config/appconfig-mls/openrc_contexts b/config/appconfig-mls/openrc_contexts
new file mode 100644
index 00000000..72f18943
--- /dev/null
+++ b/config/appconfig-mls/openrc_contexts
@@ -0,0 +1 @@
+run_init=run_init_t
diff --git a/config/appconfig-standard/openrc_contexts b/config/appconfig-standard/openrc_contexts
new file mode 100644
index 00000000..72f18943
--- /dev/null
+++ b/config/appconfig-standard/openrc_contexts
@@ -0,0 +1 @@
+run_init=run_init_t
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/hardened-refpolicy:master commit in: config/appconfig-standard/, /, config/appconfig-mcs/, config/appconfig-mls/
2017-05-18 17:02 [gentoo-commits] proj/hardened-refpolicy:swift commit in: config/appconfig-standard/, /, config/appconfig-mls/, config/appconfig-mcs/ Sven Vermeulen
@ 2017-05-18 17:03 ` Sven Vermeulen
0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen @ 2017-05-18 17:03 UTC (permalink / raw
To: gentoo-commits
commit: 51a570e431396b6f3daefd73e21de64d0a4bd62c
Author: Jason Zaman <jason <AT> perfinion <DOT> com>
AuthorDate: Sun May 7 17:44:56 2017 +0000
Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Thu May 18 16:58:14 2017 +0000
URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=51a570e4
appconfig: Add openrc_contexts file
Makefile | 2 +-
config/appconfig-mcs/openrc_contexts | 1 +
config/appconfig-mls/openrc_contexts | 1 +
config/appconfig-standard/openrc_contexts | 1 +
4 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 325bf5a2..ed3453e0 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
diff --git a/config/appconfig-mcs/openrc_contexts b/config/appconfig-mcs/openrc_contexts
new file mode 100644
index 00000000..72f18943
--- /dev/null
+++ b/config/appconfig-mcs/openrc_contexts
@@ -0,0 +1 @@
+run_init=run_init_t
diff --git a/config/appconfig-mls/openrc_contexts b/config/appconfig-mls/openrc_contexts
new file mode 100644
index 00000000..72f18943
--- /dev/null
+++ b/config/appconfig-mls/openrc_contexts
@@ -0,0 +1 @@
+run_init=run_init_t
diff --git a/config/appconfig-standard/openrc_contexts b/config/appconfig-standard/openrc_contexts
new file mode 100644
index 00000000..72f18943
--- /dev/null
+++ b/config/appconfig-standard/openrc_contexts
@@ -0,0 +1 @@
+run_init=run_init_t
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-18 17:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-18 17:02 [gentoo-commits] proj/hardened-refpolicy:swift commit in: config/appconfig-standard/, /, config/appconfig-mls/, config/appconfig-mcs/ Sven Vermeulen
2017-05-18 17:03 ` [gentoo-commits] proj/hardened-refpolicy:master commit in: config/appconfig-standard/, /, config/appconfig-mcs/, config/appconfig-mls/ Sven Vermeulen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox