LightningCreations / LightningCreations/lc-coreutils

chmod: Errors on files that are owned by the current user, but can't be read.

Open
#11 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Presently the chmod(1) implementation here will fail if the target file is not readable by the current user (likely unless the calling process has CAP_DAC to bypass this limitation).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the chmod(1) implementation and reproduce the failure with a file owned by the current user that cannot be read. Trace why the operation requires read access; done means chmod succeeds for that target without requiring CAP_DAC.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.