summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2023-08-31 14:14:56 +0200
committerDominik Holland <dominik.holland@qt.io>2023-08-31 15:51:34 +0200
commitbcf5b3b448a011085a260f5c6340ab7065504470 (patch)
tree96a433bfd361f7d450556e036044efc1f79afcb5 /tests
parent4d93a8a498fcb00980cc123b3c6ada9f8182f08f (diff)
bubblewrap: Fix certificate location in example and test config
Fixes: QTBUG-116627 Pick-to: 6.6 Change-Id: I65c160dbeefaf49f6e58535c7b89444405a5e5fa Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/bubblewrap/am-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qml/bubblewrap/am-config.yaml b/tests/auto/qml/bubblewrap/am-config.yaml
index 07f5cc74..96e270dc 100644
--- a/tests/auto/qml/bubblewrap/am-config.yaml
+++ b/tests/auto/qml/bubblewrap/am-config.yaml
@@ -22,21 +22,21 @@ containers:
bindMountHome: yes
configuration:
symlink:
- usr/lib: '/lib'
- usr/lib64: '/lib64'
usr/bin: [ '/bin', '/sbin' ]
ro-bind:
+ /lib: '/lib'
+ /lib64: '/lib64'
/usr/bin: '/usr/bin'
/usr/lib: '/usr/lib'
/usr/lib64: '/usr/lib64'
/etc: '/etc'
/usr/share/fonts: '/usr/share/fonts'
/usr/share/fontconfig: '/usr/share/fontconfig'
- /usr/share/ca-certificates: '/usr/share/ca-certificates'
/sys/dev/char: '/sys/dev/char'
ro-bind-try:
'/sys/devices/pci0000:00': '/sys/devices/pci0000:00'
/usr/share/glvnd/egl_vendor.d: '/usr/share/glvnd/egl_vendor.d'
+ /usr/share/ca-certificates: '/usr/share/ca-certificates'
/usr/share/X11/xkb: '/usr/share/X11/xkb'
/run/resolvconf: '/run/resolvconf'
dev: '/dev'