Skip to content

Conversation

musicboy0322
Copy link
Contributor

Primary change: Grant full permissions to owner only

Fixes #2769

Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

outputDir.setExecutable(false, false);
// add all privilege to owner
outputDir.setReadable(true, true);
outputDir.setWritable(true, true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation issue

Copy link
Contributor Author

@musicboy0322 musicboy0322 Jul 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sandeepnRES Fixed the indentation. Thanks for pointing it out!

@sandeepnRES
Copy link
Contributor

Approved, but please fix the above identation before merging.

@sandeepnRES
Copy link
Contributor

@outSH @RafaelAPB @izuru0 can any of you please review this PR, so that we can merge it? Thanks.

@RafaelAPB
Copy link
Contributor

@sandeepnRES @musicboy0322 the PR is approved but needs a rebase.

Primary change: Grant full permissions to owner only

Fixes hyperledger-cacti#2769

Signed-off-by: musicboy0322 <[email protected]>
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.

fix(weaver): resource incorrect permission assignment

4 participants