slimtoolkit / slim

Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Apache License 2.0
19.21k stars 716 forks source link

chore: remove exec bit on src files #457

Closed BMDan closed 1 year ago

BMDan commented 1 year ago

What

Remove errant S_IX<*> bits.

Why

These serve no purpose, other than perhaps to confuse command-line tab completion. The affected files are not, and never were, runnable.

How Tested

n/a

kcq commented 1 year ago

thank you Dan!