commit 55b5b7920d1b6e2bc34bb397de0c8c5723442611
tree c3067c7373e79962ad6f848fd203fedc2555b3dc
parent 1f2b8c3f22c1b9c8b6f31ffc20a324458c9e4d35
author Laurent Alfonsi <laurent.alfonsi@linaro.org> 2026-03-12 14:13:46 +0100
committer Laurent Alfonsi <laurent.alfonsi@linaro.org> 2026-03-17 08:30:08 +0000

    tcwg-host/start.sh: Fix error happening on some kernels
    
    On some kernels,the kernel.apparmor_restrict_unprivileged_userns doesn't
    exist. In that case, the sysctl returns an error status ($?), and no
    change is pushed to apparmor_restrict_unprivileged_userns.
    
    If the flow went through a set -e above, the start.sh completely exits
    and the container cannot be created. Restoring the "set +e" when we need
    to be able to handle the errors.
    
    Change-Id: I2b59172df82943d4c7668f4fb9fe75d8d50d7986


:100755 100755 fd906a0a12fa4e2a42beec672eecddd2f7b3ffda bef682725524b7134f8088b3235d7640976bf0cb M	tcwg-base/tcwg-host/start.sh
commit 1f2b8c3f22c1b9c8b6f31ffc20a324458c9e4d35
tree e048c8873834d6273034689e04c682b6dd6b4cc5
parent 9b1327e60e8d451a3bc19cb3c796bf409e19e302
author Laurent Alfonsi <laurent.alfonsi@linaro.org> 2026-03-16 10:36:08 +0100
committer Laurent Alfonsi <laurent.alfonsi@linaro.org> 2026-03-16 09:38:49 +0000

    Create empty pipeline to avoid a looping "Checking pipeline status"
    
    Change-Id: I9aa56768df4991b76cceae64390b6fd260d2d838


:000000 100644 0000000000000000000000000000000000000000 a97ebacb82061a2903e0ec7b2d305d092422bc8f A	.gitlab-ci.yml
