Skip to content

Commit

Permalink
Reinstall firefox and passt
Browse files Browse the repository at this point in the history
These system packages had to be uninstalled to allow the disabling of
the unix-chkpwd AppArmor profile, but can be reinstalled at this
point.

Co-authored-by: Nicholas McDonnell <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj committed Jan 23, 2025
1 parent 3e3ea4c commit a473457
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
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
Expand Down

0 comments on commit a473457

Please sign in to comment.