From c61bd95b3a043cf350faa17d083c58846010057d Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Fri, 28 Jan 2022 13:02:04 +0000 Subject: [PATCH] Arch: the install require overwriting some files. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39796740..bbf9acd5 100644 --- a/README.md +++ b/README.md @@ -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** @@ -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