Changeset 2a73970


Ignore:
Timestamp:
04/19/2020 06:25:04 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
50fdfc8
Parents:
0827a1a
Message:

Move libcap before shadow so that new{u,g}idmap can use setcap. ticket #4633

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0827a1a r2a73970  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[pierre] - Allow some shadow programs to use "setcap" by
     50          moving libcap before shadow. Fixes
     51          <ulink url="&lfs-ticket-root;4633">#4633</ulink>.</para>
     52        </listitem>
     53        <listitem>
    4954          <para>[pierre] - Fix a wrong hardcoded path in some programs
    5055          from the shadow package. Fixes
  • chapter06/chapter06.xml

    r0827a1a r2a73970  
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
     37  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
    3738  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    3839  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
    3940  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/>
    4041  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
    41   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/>
Note: See TracChangeset for help on using the changeset viewer.