Skip to content

Commit 0c26ee1

Browse files
r0x0dtottoto
andauthored
Fix permission of a series of files (#2502)
## Motivation The files present in this commit have chmod 0755 (rwxr-xr-x) without need, making linux packaging process a bit difficult. ## Solution This patch fixes them to chmod 0644 (rw-r--r--). Co-authored-by: tottoto <tottotodev@gmail.com>
1 parent c25daa6 commit 0c26ee1

File tree

8 files changed

+0
-0
lines changed

8 files changed

+0
-0
lines changed

tonic/benches-disabled/bench_main.rs

100755100644
File mode changed.

tonic/benches-disabled/benchmarks/compiled_protos/diverse_types.rs

100755100644
File mode changed.

tonic/benches-disabled/benchmarks/compiled_protos/helloworld.rs

100755100644
File mode changed.

tonic/benches-disabled/benchmarks/compiled_protos/mod.rs

100755100644
File mode changed.

tonic/benches-disabled/benchmarks/mod.rs

100755100644
File mode changed.

tonic/benches-disabled/benchmarks/request_response.rs

100755100644
File mode changed.

tonic/benches-disabled/benchmarks/request_response_diverse_types.rs

100755100644
File mode changed.

tonic/benches-disabled/benchmarks/utils.rs

100755100644
File mode changed.

0 commit comments

Comments
 (0)