From 7122f97096bd2a55309f1972ed0a64c133b23a72 Mon Sep 17 00:00:00 2001 From: Kaniska Date: Fri, 7 Feb 2025 20:34:07 +0530 Subject: [PATCH] Update smoke-universal.yaml, test --- .github/workflows/smoke-universal.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/smoke-universal.yaml b/.github/workflows/smoke-universal.yaml index 83a9309d2..a07c580c8 100644 --- a/.github/workflows/smoke-universal.yaml +++ b/.github/workflows/smoke-universal.yaml @@ -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