Skip to content

Commit

Permalink
Update smoke-universal.yaml, test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 authored Feb 7, 2025
1 parent 7c441eb commit 7122f97
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/smoke-universal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v3

- name: check the file
- name: Disable AppArmor
run: |
set -e
cd /etc/apparmor.d/
ls -lha
cat chrome
echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: Get userUid from host machine
id: get-useruid
Expand Down

0 comments on commit 7122f97

Please sign in to comment.