logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository.
commit: 189cf990fb6c2e2f1ed1b72832521430ce258d11
parent 74e3511ed96b72296c48964063f0033ee72cf17d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 17 Oct 2020 01:17:51 +0200

bin.chroot: New

Diffstat:

Abin.chroot10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/bin.chroot b/bin.chroot @@ -0,0 +1,10 @@ +#include <tunables/global> + +/bin/chroot flags=(complain) { + #include <abstractions/base> + + capability sys_chroot, + + /bin/chroot mr, + /** Px, +}