2016-01-19 09:59:12 -08:00
|
|
|
# Copyright (C) 2016 Nicira, Inc.
|
|
|
|
|
#
|
|
|
|
|
# Copying and distribution of this file, with or without modification,
|
|
|
|
|
# are permitted in any medium without royalty provided the copyright
|
|
|
|
|
# notice and this notice are preserved. This file is offered as-is,
|
|
|
|
|
# without warranty of any kind.
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST += \
|
2018-06-01 14:28:48 -04:00
|
|
|
selinux/openvswitch-custom.fc.in \
|
2017-08-31 19:22:43 -04:00
|
|
|
selinux/openvswitch-custom.te.in
|
2018-02-19 10:14:22 -05:00
|
|
|
|
|
|
|
|
PHONY: selinux-policy
|
|
|
|
|
|
2018-06-01 14:28:48 -04:00
|
|
|
selinux-policy: selinux/openvswitch-custom.te selinux/openvswitch-custom.fc
|
2018-02-19 10:14:22 -05:00
|
|
|
$(MAKE) -C selinux/ -f /usr/share/selinux/devel/Makefile
|
2018-02-27 10:11:37 -05:00
|
|
|
|
|
|
|
|
CLEANFILES += \
|
|
|
|
|
selinux/openvswitch-custom.te \
|
|
|
|
|
selinux/openvswitch-custom.pp \
|
|
|
|
|
selinux/openvswitch-custom.fc \
|
|
|
|
|
selinux/openvswitch-custom.if
|