mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-23 23:20:13 -06:00
Desktop: Use the "--no-sandbox" flag for Tuxedo OS (#13810)
This commit is contained in:
@@ -275,7 +275,7 @@ if command -v lsb_release &> /dev/null; then
|
|||||||
# without writing the AppImage to a non-user-writable location (without invalidating other security
|
# without writing the AppImage to a non-user-writable location (without invalidating other security
|
||||||
# controls). See https://discourse.joplinapp.org/t/possible-future-requirement-for-no-sandbox-flag-for-ubuntu-23-10/.
|
# controls). See https://discourse.joplinapp.org/t/possible-future-requirement-for-no-sandbox-flag-for-ubuntu-23-10/.
|
||||||
HAS_USERNS_RESTRICTIONS=false
|
HAS_USERNS_RESTRICTIONS=false
|
||||||
if [[ "$DISTVER" =~ ^Ubuntu && $DISTMAJOR -ge 23 ]]; then
|
if [[ "$DISTVER" =~ ^(Ubuntu|Tuxedo) && $DISTMAJOR -ge 23 ]]; then
|
||||||
HAS_USERNS_RESTRICTIONS=true
|
HAS_USERNS_RESTRICTIONS=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user