Skip to content

Commit

Permalink
fix: file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jclab-joseph committed Aug 12, 2021
1 parent 2e1993a commit da08e53
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/securekit-disk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ADD "opt/" "/out/opt/"
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache && \
rm -rf /out/usr/share && \
rm -rf /out/usr/include && \
find /out/opt/securekit/ -type f -name "*.sh" | grep 'bin/' | xargs chmod 555
find /out/opt/securekit/ -type f | grep 'bin/' | xargs chmod 555

FROM scratch
ENTRYPOINT []
Expand Down
Empty file modified scripts/efi-sign.sh.in
100644 → 100755
Empty file.
Empty file modified scripts/securekit-build.sh
100644 → 100755
Empty file.

0 comments on commit da08e53

Please sign in to comment.