Skip to content

Implement chown support #29

Description

@Prana-vvb

We currently ignores requests to change the ownership of a file or directory. We need to update the Setattr implementation to correctly handle and store User ID (UID) and Group ID (GID) modifications.

  • File and directory structs store UID and GID fields.
  • The Setattr method intercepts and applies UID and GID changes when requested.
  • attr correctly reports and updates UID and GID back to the OS.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions