-
Notifications
You must be signed in to change notification settings - Fork 187
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
Labels
good first issue
Good for newcomers
Comments
pjbgf
changed the title
Use octal format (i.e.
Use octal format (i.e. Mar 4, 2022
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.0o755
) to represent file permissions
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]>
This has been addressed in #653 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: