todo: preserve file permissions with rootless containers
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- typescript
- Domain
- devops, operating-systems
Research direction
Start by locating the tar invocation used for rootless containers in the TypeScript repository and compare its macOS handling with the referenced BSD tar behavior. Done means file permissions are preserved without passing unsupported --same-owner to macOS tar. No file or test is named, so tracing the existing container/archive path is required.
Written by the indexing model from the issue text.
Description
--same-ownerisn’t used on macOS because the system tar there is BSD tar, not GNU tar. BSD tar doesn’t support the--same-ownerflag, and would error out if we passed it. On macOS, ownership-preservation behavior is handled automatically when running under sudo, so the extra flag isn’t needed.BSD tar reference as used for mac os instead of GNU
BSD tar docs reference for owner
Originally posted by @ASuciuX in #29
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from stacks-network/hacknet
-
Difficulty 2/5 1-3 hours Newbie friendliness 50/100
stacks-network/hacknet#36 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
stacks-network/hacknet#33 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
stacks-network/hacknet#28 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
stacks-network/hacknet#24 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
stacks-network/hacknet#22 ·
All issues in stacks-network/hacknet
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug clawsweeper:linked-pr-open clawsweeper:needs-live-repro clawsweeper:no-new-fix-pr impact:message-loss issue-rating: 🐚 platinum hermit P2 regression
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
danielmiessler/LifeOS#2218 ·