Skip to content

Commit 9c3cc4c

Browse files
Merge pull request #424 from ca-hu/main-overlay-label-mismatch
Add ~/.local/share/containers/storage/overlay-containers to .fc (bsc#…
2 parents 9017e1f + 6e2a14b commit 9c3cc4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

container.fc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ HOME_DIR/\.local/share/containers/storage/overlay-layers(/.*)? gen_context(syst
100100
HOME_DIR/\.local/share/containers/storage/overlay2-layers(/.*)? gen_context(system_u:object_r:container_ro_file_t,s0)
101101
HOME_DIR/\.local/share/containers/storage/overlay-images(/.*)? gen_context(system_u:object_r:container_ro_file_t,s0)
102102
HOME_DIR/\.local/share/containers/storage/overlay2-images(/.*)? gen_context(system_u:object_r:container_ro_file_t,s0)
103+
HOME_DIR/\.local/share/containers/storage/overlay-containers(/.*)? gen_context(system_u:object_r:container_ro_file_t,s0)
104+
HOME_DIR/\.local/share/containers/storage/overlay2-containers(/.*)? gen_context(system_u:object_r:container_ro_file_t,s0)
103105
HOME_DIR/\.local/share/containers/storage/volumes/[^/]*/.* gen_context(system_u:object_r:container_file_t,s0)
104106

105107
/var/lib/containers(/.*)? gen_context(system_u:object_r:container_var_lib_t,s0)

0 commit comments

Comments
 (0)