From b373c0ec63593b8ebd1a9d6624b571e9e79d28b4 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Mon, 19 Apr 2021 15:28:54 +0100 Subject: [PATCH] borg: allow cat. --- apparmor.d/profiles-a-l/borg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apparmor.d/profiles-a-l/borg b/apparmor.d/profiles-a-l/borg index a486a30d..288cacea 100644 --- a/apparmor.d/profiles-a-l/borg +++ b/apparmor.d/profiles-a-l/borg @@ -29,14 +29,15 @@ profile borg @{exec_path} { @{exec_path} r, /{usr/,}bin/python3.[0-9]* r, - /usr/bin/uname rix, + /{usr/,}bin/uname rix, + /{usr/,}bin/cat rix, /{usr/,}{s,}bin/ldconfig rix, /{usr/,}bin/{,@{multiarch}-}ld.bfd rix, - /usr/bin/pass rPUx, - /usr/bin/ssh rPx, + /{usr/,}bin/pass rPUx, + /{usr/,}bin/ssh rPx, /{usr/,}bin/ccache rCx -> ccache, - /usr/bin/fusermount{,3} rCx -> fusermount, + /{usr/,}bin/fusermount{,3} rCx -> fusermount, mount fstype=fuse -> @{MOUNTS}/*/, mount fstype=fuse -> @{MOUNTS}/*/*/,