intrigeri:
> 3. Apply that patch to fix our newly-hardened firewall configuration:
>
> diff --git a/config/chroot_local-includes/etc/ferm/ferm.conf b/config/chroot_local-includes/etc/ferm/ferm.conf
> index 234aa04..cd36159 100644
> --- a/config/chroot_local-includes/etc/ferm/ferm.conf
> +++ b/config/chroot_local-includes/etc/ferm/ferm.conf
> @@ -35,6 +35,7 @@ domain ip {
> }
> daddr 127.0.0.1 proto tcp syn dport 9062 {
> mod owner uid-owner htp ACCEPT;
> + mod owner uid-owner tails-iuk-get-target-file ACCEPT;
> }
>
> # White-list access to Tor's ControlPort
Is there any reasons not to fix this before 0.15~rc1?
--
Ague