Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#4633 closed task (fixed)

ICA: new{g,u}idmap (shadow) differ between first and second pass

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 10.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

Using objdump -T, it is found that on second pass, those programs may call three more subprograms: prctl, seteuid, and capset. capset is from libcap, so is not linked on first build because libcap is built after shadow

Solution Move libcap before shadow. Actually, it is logical to have attr, acl and libcap grouped.

Possible side effect None yet.

Question The use of capset is morelikely to be used by pam or systemd. In both cases, we rebuild shadow in blfs, so this problem (and actually the one described in #4632 disappears then. So, is it useful to cure this? OTOH, it seems innocuous.

Change History (2)

comment:1 by Pierre Labastie, 4 years ago

Resolution: fixed
Status: newclosed

Fixed at r11812

comment:2 by Bruce Dubbs, 4 years ago

Milestone: 9.210.0

Milestone renamed

Note: See TracTickets for help on using tickets.