package/privoxy: add SELinux module

Support for privoxy is added by the services/privoxy module in the
SELinux refpolicy.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2021-07-31 22:14:02 +02:00 committed by Thomas Petazzoni
parent b6b572eb4f
commit c7981035bd

View File

@ -13,5 +13,6 @@ PRIVOXY_DEPENDENCIES = pcre zlib
PRIVOXY_LICENSE = GPL-2.0+
PRIVOXY_LICENSE_FILES = LICENSE
PRIVOXY_CPE_ID_VENDOR = privoxy
PRIVOXY_SELINUX_MODULES = privoxy
$(eval $(autotools-package))