diff --git a/.github/workflows/pr-title-semantic.yaml b/.github/workflows/pr-title-semantic.yaml index 7a33211..51f999f 100644 --- a/.github/workflows/pr-title-semantic.yaml +++ b/.github/workflows/pr-title-semantic.yaml @@ -20,7 +20,7 @@ on: - reopened - synchronize permissions: - pull-requests: read + pull-requests: write jobs: semantic-pr-title: name: Semantic PR Title diff --git a/README.md b/README.md index 71a8212..a06ae29 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,8 @@ Canonical [decided to restrict user namespaces for security reasons](https://dis To still be able to use `linux-sandbox` without disabling `apparmor` run the following commands on your host: ```bash -sudo tee /etc/apparmor.d/bazel-linux-sandbox > /dev/null < /dev/null <, include @@ -121,10 +122,10 @@ profile linux-sandbox /var/cache/bazel/install/*/linux-sandbox flags=(unconfined userns, # Site-specific additions and overrides. See local/README for details. - include if exists + include if exists } EOF -sudo apparmor_parser -r /etc/apparmor.d/bazel-linux-sandbox +sudo apparmor_parser -r /etc/apparmor.d/aaa-bazel-linux-sandbox ``` When done