Arch: the install require overwriting some files.

This commit is contained in:
Alexandre Pujol 2022-01-28 13:02:04 +00:00
parent dc820868a0
commit c61bd95b3a
Failed to generate hash of commit

View file

@ -52,7 +52,10 @@ This is fundamentally different from how AppArmor is used on Linux server as it
Build and install the package with: Build and install the package with:
```sh ```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** **Debian**
@ -110,7 +113,7 @@ $ aa-log
``` ```
`aa-log` can optionally be given a profile name as argument to `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 $ aa-log dnsmasq
DENIED dnsmasq open /proc/sys/kernel/osrelease comm=dnsmasq requested_mask=r denied_mask=r DENIED dnsmasq open /proc/sys/kernel/osrelease comm=dnsmasq requested_mask=r denied_mask=r