Skip to content

Commit

Permalink
lxc_contexts: Fix invalid contexts in standard version.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris PeBenito <[email protected]>
  • Loading branch information
pebenito committed Oct 1, 2024
1 parent fd7a388 commit a3c5f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/appconfig-standard/lxc_contexts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
process = "system_u:system_r:container_t"
content = "system_u:object_r:virt_var_lib_t"
file = "system_u:object_r:container_file_t"
ro_file = "system_u:object_r:container_ro_file_t:s0"
sandbox_lxc_process = "system_u:system_r:container_t:s0"
ro_file = "system_u:object_r:container_ro_file_t"
sandbox_lxc_process = "system_u:system_r:container_t"

0 comments on commit a3c5f06

Please sign in to comment.