Skip to content

Commit

Permalink
Arch: the install require overwriting some files.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Jan 28, 2022
1 parent dc82086 commit c61bd95
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ This is fundamentally different from how AppArmor is used on Linux server as it

Build and install the package with:
```sh
makepkg -si
makepkg -s
sudo pacman -U apparmor.d-*.pkg.tar.zst \
--overwrite etc/apparmor.d/tunables/global \
--overwrite etc/apparmor.d/tunables/xdg-user-dirs
```

**Debian**
Expand Down Expand Up @@ -110,7 +113,7 @@ $ aa-log
```

`aa-log` can optionally be given a profile name as argument to
only shows the log for a given profile:
only show the log for a given profile:
```
$ aa-log dnsmasq
DENIED dnsmasq open /proc/sys/kernel/osrelease comm=dnsmasq requested_mask=r denied_mask=r
Expand Down

0 comments on commit c61bd95

Please sign in to comment.