[ovs-dev] [PATCH v2 3/5] selinux: tag the custom policy version

Aaron Conole aconole at redhat.com
Fri May 4 18:28:16 UTC 2018


Since the policy is an intermediate file, it can inherit the policy
module version from release version.

Suggested-by: Ansis Atteka <aatteka at ovn.org>
Signed-off-by: Aaron Conole <aconole at redhat.com>
---
 selinux/openvswitch-custom.te.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/selinux/openvswitch-custom.te.in b/selinux/openvswitch-custom.te.in
index 31e8fab15..df5013f48 100644
--- a/selinux/openvswitch-custom.te.in
+++ b/selinux/openvswitch-custom.te.in
@@ -1,4 +1,4 @@
-module openvswitch-custom 1.0.1;
+module openvswitch-custom @VERSION@;
 
 require {
         role system_r;
-- 
2.14.3



More information about the dev mailing list