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

psh: Add chmod command #163

Merged
merged 3 commits into from
Jul 5, 2024
Merged

psh: Add chmod command #163

merged 3 commits into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. psh: Implement chmod command

    The `chmod` command allows to change file access mode bits in a
    P1003.2 4.7.7 conformant way. Each mode is either in octal form
    like e.g. 0775 or symbolic form e.g. a-rwx,a+Xr,ug+w.
    
    JIRA: RTOS-292
    gerard5 authored and agkaminski committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9d33ddb View commit details
    Browse the repository at this point in the history
  2. psh/chmod: restrict strncpy to PATH_MAX

    JIRA: RTOS-292
    gerard5 authored and agkaminski committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    12443f4 View commit details
    Browse the repository at this point in the history
  3. psh/chmod: apply MISRA

    JIRA: RTOS-292 RTOS-374
    gerard5 authored and agkaminski committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3fd5882 View commit details
    Browse the repository at this point in the history