mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
distribution -> usr.
This commit is contained in:
parent
11157bc873
commit
cc16ceb246
2 changed files with 2 additions and 2 deletions
|
@ -132,6 +132,6 @@ profile pacman @{exec_path} {
|
||||||
owner /etc/pacman.d/gnupg/** rwkl,
|
owner /etc/pacman.d/gnupg/** rwkl,
|
||||||
}
|
}
|
||||||
|
|
||||||
include if exists <distribution/pacman.d>
|
include if exists <usr/pacman.d>
|
||||||
include if exists <local/pacman>
|
include if exists <local/pacman>
|
||||||
}
|
}
|
||||||
|
|
|
@ -123,6 +123,6 @@ profile borg @{exec_path} {
|
||||||
/dev/fuse rw,
|
/dev/fuse rw,
|
||||||
}
|
}
|
||||||
|
|
||||||
include if exists <distribution/borg.d>
|
include if exists <usr/borg.d>
|
||||||
include if exists <local/borg>
|
include if exists <local/borg>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue