Skip to content

Commit

Permalink
incus: fix file context for incus-user daemon
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schiffbauer <[email protected]>
  • Loading branch information
mschiff committed Dec 8, 2024
1 parent 07bfff0 commit e2d3321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy/modules/services/incus.fc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/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-user -- gen_context(system_u:object_r:incusd_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)
/usr/lib/systemd/system/incus.* gen_context(system_u:object_r:container_engine_unit_t,s0)
Expand Down

0 comments on commit e2d3321

Please sign in to comment.