Skip to content

Commit

Permalink
Merge pull request k8stopologyawareschedwg#342 from k8stopologyawares…
Browse files Browse the repository at this point in the history
…chedwg/add_context

Revert "selinux: add kubelet_var_lib_t permissions"
  • Loading branch information
ffromani authored Dec 16, 2024
2 parents 471f0d6 + 86701b3 commit c5d1d96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/assets/selinux/policy/ocp_v4.16.cil
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
;
; Allow to RTE pod connect, read and write permissions to /var/lib/kubelet/pod-resource/kubelet.sock
(allow process container_var_lib_t (sock_file (open getattr read write ioctl lock append)))
(allow process kubelet_var_lib_t (sock_file (open getattr read write ioctl lock append)))
(allow process kubelet_t (unix_stream_socket (connectto)))
)
1 change: 0 additions & 1 deletion pkg/assets/selinux/policy/ocp_v4.17.cil
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
;
; Allow to RTE pod connect, read and write permissions to /var/lib/kubelet/pod-resource/kubelet.sock
(allow process container_var_lib_t (sock_file (open getattr read write ioctl lock append)))
(allow process kubelet_var_lib_t (sock_file (open getattr read write ioctl lock append)))
(allow process kubelet_t (unix_stream_socket (connectto)))
)

0 comments on commit c5d1d96

Please sign in to comment.