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

Eventually add write permission when setting extended attributes #212

Merged
merged 3 commits into from
Sep 26, 2021

Commits on Aug 23, 2021

  1. Eventually add write permission when setting extended attributes

    When we need to set extended atributes of file which does not
    allow write then temporarily add write permission and after
    attributes are set, remove it again.
    
    Resolves RsyncProject#208
    TomasKorbar committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    a6a72eb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Some minor cleanup.

    WayneD authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    d9d1916 View commit details
    Browse the repository at this point in the history
  2. Simplify the code a bit

    - Make use of the sxp->st data instead of doing a new stat.
    - Only try adding S_IWUSR perm since only owner can chmod.
    - Skip the code if am_root is set.
    WayneD authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    61e415a View commit details
    Browse the repository at this point in the history