Disable NoExec and Sandbox in Tor config
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
This commit is contained in:
parent
7e03f9d288
commit
f3ad442f9b
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue