Bug 13741 - genext2fs does not allow to set perms of root node
Summary: genext2fs does not allow to set perms of root node
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2021.02.1
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-11 21:35 UTC by stsp
Modified: 2021-04-25 07:45 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stsp 2021-04-11 21:35:37 UTC
genext2fs included in buildroot,
misses this patch:
https://github.com/bestouff/genext2fs/pull/14/commits/8e4b9ae6f051454953a80b8e64443bcea6c9cc46

Without this patch you can't set
the proper permissions for the root
node, which makes genext2fs quite
useless in scenarios that need a
non-default root node perms.
Comment 1 Arnout Vandecappelle 2021-04-15 19:21:07 UTC
Fixed by commit 51d55fc132.