Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use octal format (i.e. 0o755) to represent file permissions #603

Closed
Tracked by #601
pjbgf opened this issue Mar 4, 2022 · 2 comments
Closed
Tracked by #601

Use octal format (i.e. 0o755) to represent file permissions #603

pjbgf opened this issue Mar 4, 2022 · 2 comments
Labels
good first issue Good for newcomers

Comments

@pjbgf
Copy link
Member

pjbgf commented Mar 4, 2022

This better represent permissions as Linux handles such information in octal format, meaning that the left-most 0 has an important meaning and is not to be ignored as normally integers would.

@pjbgf pjbgf changed the title Use octal format (i.e. 0o755) to represent file permissions. This better represent permissions as Linux handles such information in octal format, meaning that the left-most 0 has an important meaning and is not to be ignored as normally integers would. Use octal format (i.e. 0o755) to represent file permissions Mar 4, 2022
@pjbgf pjbgf added the good first issue Good for newcomers label Mar 4, 2022
peterfication added a commit to peterfication/source-controller that referenced this issue Apr 4, 2022
This better represent permissions as Linux handles such information in
octal format, meaning that the left-most 0 has an important meaning
and is not to be ignored as normally integers would.

See fluxcd#603
peterfication added a commit to peterfication/source-controller that referenced this issue Apr 4, 2022
This better represent permissions as Linux handles such information in
octal format, meaning that the left-most 0 has an important meaning
and is not to be ignored as normally integers would.

See fluxcd#603

Signed-off-by: Peter Gundel <[email protected]>
peterfication added a commit to peterfication/source-controller that referenced this issue Apr 10, 2022
This better represent permissions as Linux handles such information in
octal format, meaning that the left-most 0 has an important meaning
and is not to be ignored as normally integers would.

See fluxcd#603

Signed-off-by: Peter Gundel <[email protected]>
peterfication added a commit to peterfication/source-controller that referenced this issue Apr 12, 2022
This better represent permissions as Linux handles such information in
octal format, meaning that the left-most 0 has an important meaning
and is not to be ignored as normally integers would.

See fluxcd#603

Signed-off-by: Peter Gundel <[email protected]>
peterfication added a commit to peterfication/source-controller that referenced this issue Apr 12, 2022
This better represent permissions as Linux handles such information in
octal format, meaning that the left-most 0 has an important meaning
and is not to be ignored as normally integers would.

See fluxcd#603

Signed-off-by: Peter Gundel <[email protected]>
@hiddeco
Copy link
Member

hiddeco commented Apr 20, 2022

This has been addressed in #653

@hiddeco hiddeco closed this as completed Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants
@pjbgf @hiddeco and others