Alex Pyrgiotis

Results 325 comments of Alex Pyrgiotis

Turns out that the "File Sharing" tab is only available in case of Hyper-V backends. In WSL2, which is the default in the latest Windows and Docker Desktop versions, all...

Thanks for the input @legoktm. You're right, the container is 64-bit, so it wouldn't work on an i386 system. As for arm64 Linux systems, users _can_ build Dangerzone for them...

@legoktm Oh, I stand corrected, thanks for pointing that out. So, what you're saying is that we need to get our hands dirty if we want to change the architecture...

A user [kindly pointed out](https://github.com/freedomofpress/dangerzone/issues/621) that we can restrict this repo to just amd64 packages, by adding `[arch=amd64]` to the Debian source line, i.e.: ``` deb [arch=amd64 signed-by=/etc/apt/keyrings/fpf-apt-tools-archive-keyring.gpg] https://packages.freedom.press/apt-tools-prod ${VERSION_CODENAME?}...

A potential issue with this fix though is that if a user is in a 32-bit system, they may erroneously install Dangerzone, which should not be available there. I think...

Hm, I think that adding `[arch=amd64]` will have adverse affects on an i386 system. The reason is that Dangerzone is not a 32-bit application, but a 64-bit one. With this...

This PR is blocked because the suggested entitlements break mounting files in the container. This will have to wait until we resolve #625, in which case, we will pass files...

Linking to the Flatpak issue for more context (https://github.com/freedomofpress/dangerzone/issues/45). As you can see in that issue, we would need to change the way we spin up our trusted execution environments....

Good question. We have documented this behavior in https://github.com/freedomofpress/dangerzone/issues/189#issuecomment-1602671802: > If on Linux or Homebrew, make "updater_check": False, since we normally have other update channels for these platforms. If a...

I think I understand what's going on here. In #335, we wanted to fix an SELinux issue (https://github.com/freedomofpress/dangerzone/issues/157), so we used the `:Z` argument when mounting a temporary directory to...