summaryrefslogtreecommitdiff
path: root/selinux
diff options
context:
space:
mode:
authorAaron Conole <aconole@redhat.com>2018-06-01 14:28:48 -0400
committerAnsis Atteka <aatteka@ovn.org>2018-06-17 19:32:27 -0700
commita0efb7c92d45d87de55a75a1fc12f202402925ac (patch)
tree07048e4296a4d028881a39c974ea9ac33f306140 /selinux
parent341a373d0aae62d669d31ad57895a74bb4c3befc (diff)
downloadopenvswitch-a0efb7c92d45d87de55a75a1fc12f202402925ac.tar.gz
selinux: introduce domain transitioned kmod helper
This commit uses the previously defined selinux label to transition from the openvswitch_t to openvswitch_load_module_t domain by executing ovs-kmod-ctl that is labelled with openvswitch_load_module_exec_t type. Note that unless the selinux relabel operation is invoked, the script will not be labelled. This merely instructs the selinux tools that ovs-kmod-ctl should have a label applied. Acked-by: Ansis Atteka <aatteka@ovn.org> Acked-by: Timothy Redaelli <tredaelli@redhat.com> Signed-off-by: Aaron Conole <aconole@redhat.com>
Diffstat (limited to 'selinux')
-rw-r--r--selinux/.gitignore4
-rw-r--r--selinux/automake.mk3
-rw-r--r--selinux/openvswitch-custom.fc.in1
3 files changed, 7 insertions, 1 deletions
diff --git a/selinux/.gitignore b/selinux/.gitignore
index 83a0afb51..64e834cd1 100644
--- a/selinux/.gitignore
+++ b/selinux/.gitignore
@@ -1 +1,5 @@
openvswitch-custom.te
+openvswitch-custom.fc
+openvswitch-custom.pp
+openvswitch-custom.if
+tmp/
diff --git a/selinux/automake.mk b/selinux/automake.mk
index b37e8f337..c7dfe6ed5 100644
--- a/selinux/automake.mk
+++ b/selinux/automake.mk
@@ -6,11 +6,12 @@
# without warranty of any kind.
EXTRA_DIST += \
+ selinux/openvswitch-custom.fc.in \
selinux/openvswitch-custom.te.in
PHONY: selinux-policy
-selinux-policy: selinux/openvswitch-custom.te
+selinux-policy: selinux/openvswitch-custom.te selinux/openvswitch-custom.fc
$(MAKE) -C selinux/ -f /usr/share/selinux/devel/Makefile
CLEANFILES += \
diff --git a/selinux/openvswitch-custom.fc.in b/selinux/openvswitch-custom.fc.in
new file mode 100644
index 000000000..c2756d04b
--- /dev/null
+++ b/selinux/openvswitch-custom.fc.in
@@ -0,0 +1 @@
+@pkgdatadir@/scripts/ovs-kmod-ctl -- gen_context(system_u:object_r:openvswitch_load_module_exec_t,s0)