Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeDesktop Flatpak allowlist should be managed by a package #540

Open
cassidyjames opened this issue Aug 18, 2021 · 1 comment
Open

FreeDesktop Flatpak allowlist should be managed by a package #540

cassidyjames opened this issue Aug 18, 2021 · 1 comment

Comments

@cassidyjames
Copy link
Contributor

This was great to get up and running, but it seems like it will be problematic to update it in the future if needed.

mkdir -p /etc/flatpak
cat << EOF > /etc/flatpak/freedesktop.filter
# Only allow FreeDesktop extensions
deny *
allow runtime/org.freedesktop.*
EOF

Instead, I imagine this allowlist should be managed by a Debian package—but I'm not sure which package makes the most sense.

@danirabbit
Copy link
Member

Yeah I was thinking this the other day as well. It should probably go in default settings since we have the local repo stuff there also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants