[Buildroot] [git commit branch/next] package/tor: add SELinux module

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Jul 21 19:07:38 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=1f9090b6b4337a61eba5ebfd1ea57fcd6ff2a8e1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/tor/tor.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/tor/tor.mk b/package/tor/tor.mk
index 74845e05f3..30ad34115f 100644
--- a/package/tor/tor.mk
+++ b/package/tor/tor.mk
@@ -9,6 +9,7 @@ TOR_SITE = https://dist.torproject.org
 TOR_LICENSE = BSD-3-Clause
 TOR_LICENSE_FILES = LICENSE
 TOR_CPE_ID_VENDOR = torproject
+TOR_SELINUX_MODULES = tor
 TOR_DEPENDENCIES = libevent openssl zlib
 TOR_AUTORECONF = YES
 


More information about the buildroot mailing list