mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 02:56:07 +08:00
Ubuntu 23.10 introduced new apparmor features and those prevent bwrap to work correctly until a apparmor configuration file is installed. Pick-to: 6.8 Change-Id: Ie02bd98adb9e55c930c399e5e209c0c612907233 Reviewed-by: Robert Griebl <robert.griebl@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
7 lines
286 B
Bash
7 lines
286 B
Bash
#!/usr/bin/env bash
|
|
# Copyright (C) 2024 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
# shellcheck source=../common/linux/fix-bwrap-apparmor.sh
|
|
source "${BASH_SOURCE%/*}/../common/linux/fix-bwrap-apparmor.sh"
|