Skip to content

Option -U owerrides uid:gid defined by device table #2

@kosteltsev

Description

@kosteltsev

Option -U overrides uid:gid defined by device table. To fix this issue according to genext2fs behavior I suggest to change the call addFilespec() at line 125 of main.c:

from addFilespec(fd, squash_uids, squash_perms);
to addFilespec(fd, 0, 0);

Please fix that issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions