Package: tor Version: 0.2.5.10-1 Severity: important Tags: patch Hi,
the AppArmor profile we ship in the tor package prevents obfs4proxy from starting. This is fixed by the attached patch (against the debian-master branch in your packaging repository), that allows running obfs4proxy under its own profile if available, else unconfined. Tested client-side on current sid. Once this is uploaded to sid, I'd be happy to start a discussion with the release team wrt. an unblock request to fix that on Jessie, if you think it makes sense. Cheers, -- intrigeri
diff --git a/debian/tor.apparmor-profile.abstraction b/debian/tor.apparmor-profile.abstraction index f3aef3c..3324096 100644 --- a/debian/tor.apparmor-profile.abstraction +++ b/debian/tor.apparmor-profile.abstraction @@ -24,3 +24,4 @@ /usr/share/tor/** r, /usr/bin/obfsproxy PUx, + /usr/bin/obfs4proxy PUx,