Commit e89ca1a9 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play flatpak: Do not use bwrap-fix if bubblewrap build with priv_mode=none (eterbug #17394)

parent 969317b5
......@@ -46,7 +46,9 @@ fi
# Без перезагрузки dbus, порталы не заработают
serv dbus reload
# https://bugzilla.altlinux.org/46690 and https://github.com/flatpak/flatpak/wiki/User-namespace-requirements
epm prescription bwrap-fix
# C версии 0.10.0-alt1.1 bubblewrap собирается с опцией priv_mode=none поэтому фикс не нужен
if [ ! $(epm depends bubblewrap | grep sysctl-conf-userns) ]; then
epm prescription bwrap-fix
fi
echo "You need to log out of the session for flatpak to work."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment