Skip to content

Commit

Permalink
restart -> reload
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 4, 2024
1 parent 9eb1474 commit f08ed71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
sudo apt install apparmor-profiles
sudo cp /usr/share/apparmor/extra-profiles/bwrap-userns-restrict /etc/apparmor.d
sudo systemctl restart apparmor
sudo systemctl reload apparmor
# smoelius: Go is needed for the `aws-lc-fips-sys` third-party test.
- name: Install Go on macOS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Ubuntu's default AppArmor profiles [changed with version 24.04]. The changes [af
```sh
sudo apt install apparmor-profiles
sudo cp /usr/share/apparmor/extra-profiles/bwrap-userns-restrict /etc/apparmor.d
sudo systemctl restart apparmor
sudo systemctl reload apparmor
```

Note that following these additional steps, Bubblewrap still runs unprivileged. More information on AppArmor profiles can be found on [Ubuntu Server] and the [Ubuntu Community Wiki].
Expand Down

0 comments on commit f08ed71

Please sign in to comment.