From 341a373d0aae62d669d31ad57895a74bb4c3befc Mon Sep 17 00:00:00 2001 From: Aaron Conole Date: Fri, 1 Jun 2018 14:28:47 -0400 Subject: selinux: tag the custom policy version Since the policy is an intermediate file, it can inherit the policy module version from release version. Also include an SPDX identifier. Suggested-by: Ansis Atteka Acked-by: Ansis Atteka Signed-off-by: Aaron Conole --- selinux/openvswitch-custom.te.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'selinux') diff --git a/selinux/openvswitch-custom.te.in b/selinux/openvswitch-custom.te.in index 5bd2e1274..4678f2f57 100644 --- a/selinux/openvswitch-custom.te.in +++ b/selinux/openvswitch-custom.te.in @@ -1,4 +1,6 @@ -module openvswitch-custom 1.0.1; +# SPDX-License-Identifier: Apache-2.0 + +module openvswitch-custom @VERSION@; require { role system_r; -- cgit v1.2.1