From d62d1d0f9541c830298cc7c801b56dde003fe80b Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Thu, 23 Jan 2025 14:32:29 -0500 Subject: [PATCH] Reinstall firefox and passt These system packages had to be uninstalled to allow the disabling of the unix-chkpwd AppArmor profile, but can be reinstalled at this point. --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0a05ff..93a97bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -271,9 +271,12 @@ jobs: molecule test --platform-name ${{ matrix.platform }}-${{ matrix.architecture }} --scenario-name ${{ matrix.scenario }} + # TODO: Remove the apt-get install command when possible. See + # cisagov/skeleton-ansible-role#215 for more details. - name: Re-enable unix-chkpwd AppArmor profile run: >- sudo aa-enforce /usr/sbin/unix_chkpwd + sudo apt-get install firefox passt if: ${{ startsWith(matrix.platform, 'fedora') }} - name: Setup tmate debug session uses: mxschmitt/action-tmate@v3