0

I was trying to start using proxychains so I first started tor service by typing

service tor start

tor was started without any errors but when I do

proxychains ping www.google.com

but that shows up this-error but I figured out that this was because I was not root. But when I did sudo su and tried to ping google.com, this-reply showed up. It says it's OK but in my parrot-os, a notification popped up saying this.

It says that the AppArmor denied something and I don't understand what that is. I know that AppArmor is kind of like a firewall to protect incoming and outgoing traffic but I don't understand why it's blocking proxy. Is there any way to add an exception in AppArmor?

My system is Parrot OS 4.10_amd64, Running as bridged adapter in VBOX

here's whats in my proxychains.conf file:

Strict Chain
socks4 127.0.0.1 9050
socks5 192.111.130.5 4145
psychoSherlock
  • 112
  • 1
  • 9
  • Apparmor is used for sandboxing runtimes ensuring that a strict subset of files and resources are accessed and modified during execution. https://wiki.debian.org/AppArmor/HowToUse – Raman Sailopal Nov 10 '20 at 13:42
  • I believe this question might get better feedback if you remove it from here and post it to unix.stackexchange.com – alfadog67 Nov 10 '20 at 14:36

0 Answers0