From f8905451ce67d1690688d27294c01e3a08e1191e Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Tue, 19 Nov 2024 14:23:47 -0500 Subject: [PATCH] i/apparmor: allow using `vim.tiny` (available in base snaps) Signed-off-by: Simon Deziel --- interfaces/apparmor/template.go | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/apparmor/template.go b/interfaces/apparmor/template.go index 49f314ea49f..ffe45394bdc 100644 --- a/interfaces/apparmor/template.go +++ b/interfaces/apparmor/template.go @@ -640,6 +640,7 @@ var defaultCoreRuntimeTemplateRules = ` /{,usr/}bin/unzip ixr, /{,usr/}bin/uptime ixr, /{,usr/}bin/vdir ixr, + /{,usr/}bin/vim.tiny ixr, /{,usr/}bin/wc ixr, /{,usr/}bin/which{,.debianutils} ixr, /{,usr/}bin/xargs ixr,