From 584c670d28731e610c3e3e142faaeac0481e44dc Mon Sep 17 00:00:00 2001 From: PandaCoderPL Date: Wed, 17 Nov 2021 13:35:54 +0000 Subject: [PATCH] Disable NoExec and Sandbox in Tor config Signed-off-by: PandaCoderPL --- CHANGELOG.md | 4 ++++ VERSION | 2 +- usr/etc/tor/torrc | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4080c6b..32c3cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.1] - 2021-11-17 +### Changed +- Disabled NoExec and Sandbox in [Tor Config](usr/etc/tor/torrc) + ## [1.6.0] - 2021-11-15 ### Added - [Tor Config](usr/etc/tor/torrc) diff --git a/VERSION b/VERSION index dc1e644..9c6d629 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 diff --git a/usr/etc/tor/torrc b/usr/etc/tor/torrc index 37f709c..c346dc4 100644 --- a/usr/etc/tor/torrc +++ b/usr/etc/tor/torrc @@ -2,9 +2,9 @@ AvoidDiskWrites 1 ControlPort 0 ControlSocket 0 HardwareAccel 1 -NoExec 1 +NoExec 0 SafeLogging 1 -Sandbox 1 +Sandbox 0 TruncateLogFile 1 AllowNonRFC953Hostnames 0