Skip to content

Commit dc0cc6a

Browse files
fix(CSI-316): remove setsebool
1 parent 58b8e18 commit dc0cc6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ ADD selinux/csi-wekafs.te /tmp/csi-wekafs.te
4848
RUN checkmodule -M -m -C -o /tmp/csi-wekafs.cil /tmp/csi-wekafs.te
4949
RUN semodule -i /tmp/csi-wekafs.cil
5050
RUN rm -f /tmp/csi-wekafs.te /tmp/csi-wekafs.cil
51-
RUN setsebool container_use_wekafs=on
5251

5352
FROM selinux
5453
LABEL maintainers="WekaIO, LTD"

0 commit comments

Comments
 (0)