diff mbox series

[1/1] package/tor: add SELinux module

Message ID 20210721170952.488953-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/tor: add SELinux module | expand

Commit Message

Fabrice Fontaine July 21, 2021, 5:09 p.m. UTC
Support for tor is added by the services/tor module in the SELinux
refpolicy.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/tor/tor.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni July 21, 2021, 7:08 p.m. UTC | #1
On Wed, 21 Jul 2021 19:09:52 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Support for tor is added by the services/tor module in the SELinux
> refpolicy.
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/tor/tor.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
Peter Korsgaard Aug. 4, 2021, 5:49 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

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

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.05.x, thanks.
diff mbox series

Patch

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