From f15cbdfc5bbe4e55ce7718360d1eb61e8eab444a Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Mon, 20 Jan 2025 21:36:52 +0100 Subject: [PATCH] feat(tunable): add terminal_path fix #656 --- apparmor.d/tunables/multiarch.d/paths | 3 +++ apparmor.d/tunables/multiarch.d/programs | 3 +++ 2 files changed, 6 insertions(+) diff --git a/apparmor.d/tunables/multiarch.d/paths b/apparmor.d/tunables/multiarch.d/paths index 83aec3ce3..eedf07033 100644 --- a/apparmor.d/tunables/multiarch.d/paths +++ b/apparmor.d/tunables/multiarch.d/paths @@ -65,4 +65,7 @@ # Help @{help_path} = @{bin}/@{help_names} +# Terminal emulator +@{terminal_path} = @{bin}/@{offices_names} + # vim:syntax=apparmor diff --git a/apparmor.d/tunables/multiarch.d/programs b/apparmor.d/tunables/multiarch.d/programs index e8f523b6a..18ba854d5 100644 --- a/apparmor.d/tunables/multiarch.d/programs +++ b/apparmor.d/tunables/multiarch.d/programs @@ -89,4 +89,7 @@ # Help @{help_names} = yelp +# Terminal emulator +@{terminal_name} = kgx terminator konsole + # vim:syntax=apparmor