mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-12 07:17:13 +01:00
Arch: the install require overwriting some files.
This commit is contained in:
parent
dc820868a0
commit
c61bd95b3a
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue