Skip to content

Commit

Permalink
Update file labeling type for /var/lib/kubelet
Browse files Browse the repository at this point in the history
Kubelet is misspelled, so /var/lib/kubelet is not properly labeled.

Signed-off-by: Kendall Tauser <[email protected]>
  • Loading branch information
fire833 committed Jan 24, 2022
1 parent 0ea4477 commit cf3da79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container.fc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ HOME_DIR/\.local/share/containers/storage/volumes/[^/]*/.* gen_context(system_u:
/var/lib/origin(/.*)? gen_context(system_u:object_r:container_file_t,s0)
/var/lib/kubernetes/pods(/.*)? gen_context(system_u:object_r:container_file_t,s0)

/var/lib/kublet(/.*)? gen_context(system_u:object_r:container_var_lib_t,s0)
/var/lib/kubelet(/.*)? gen_context(system_u:object_r:container_var_lib_t,s0)
/var/lib/docker-latest(/.*)? gen_context(system_u:object_r:container_var_lib_t,s0)
/var/lib/docker-latest/.*/config\.env gen_context(system_u:object_r:container_ro_file_t,s0)
/var/lib/docker-latest/containers/.*/.*\.log gen_context(system_u:object_r:container_log_t,s0)
Expand Down

0 comments on commit cf3da79

Please sign in to comment.