From 07bfff07d68bc0f771220bd46077987283430723 Mon Sep 17 00:00:00 2001 From: Marc Schiffbauer Date: Sun, 8 Dec 2024 17:04:48 +0100 Subject: [PATCH] incus: fix file context for incus-user and incus-benchmark Signed-off-by: Marc Schiffbauer --- policy/modules/services/incus.fc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/services/incus.fc b/policy/modules/services/incus.fc index d3f92a8b4..592ae99f0 100644 --- a/policy/modules/services/incus.fc +++ b/policy/modules/services/incus.fc @@ -1,4 +1,6 @@ /usr/bin/incus -- gen_context(system_u:object_r:incusc_exec_t,s0) +/usr/bin/incus-user -- gen_context(system_u:object_r:incusc_exec_t,s0) +/usr/bin/incus-benchmark -- gen_context(system_u:object_r:incusc_exec_t,s0) /usr/bin/incusd -- gen_context(system_u:object_r:incusd_exec_t,s0) /usr/bin/incus-.* gen_context(system_u:object_r:container_engine_exec_t,s0) /usr/libexec/incus(/.*)? gen_context(system_u:object_r:container_engine_exec_t,s0)