Skip to content

Fix permission of a series of files#21

Open
r0x0d wants to merge 1 commit intodropbox:masterfrom
r0x0d:fix-file-permissions
Open

Fix permission of a series of files#21
r0x0d wants to merge 1 commit intodropbox:masterfrom
r0x0d:fix-file-permissions

Conversation

@r0x0d
Copy link
Copy Markdown

@r0x0d r0x0d commented Feb 10, 2026

The files present in this commit have chmod 0755 (rwxr-xr-x) without need, making linux packaging process a bit difficult. This patch fixes them to chmod 0644 (rw-r--r--).

mode of './tests/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './src/bin/tests.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './src/allocated_memory/index_macro.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './alloc-stdlib/tests/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './alloc-stdlib/src/test.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './alloc-stdlib/src/heap_alloc.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './alloc-stdlib/src/bin/tests.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)

The files present in this commit have chmod 0755 (rwxr-xr-x) without
need, making linux packaging process a bit difficult. This patch fixes
them to chmod 0644 (rw-r--r--).

```bash
mode of './tests/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './src/bin/tests.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './src/allocated_memory/index_macro.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './alloc-stdlib/tests/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './alloc-stdlib/src/test.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './alloc-stdlib/src/heap_alloc.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './alloc-stdlib/src/bin/tests.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant