diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-19 06:25:04 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-04-19 06:25:04 +0000 |
commit | 2a739707373a6146a204112da199d9d8774b0ce7 (patch) | |
tree | 3e54c7f74c96c524f4edbe4824505982f02adeb2 | |
parent | 0827a1ae4120b0fca3958f9f958e306f552b0c90 (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3b8687071..328da44b5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,11 @@ <para>2020-04-19</para> <itemizedlist> <listitem> + <para>[pierre] - Allow some shadow programs to use "setcap" by + moving libcap before shadow. Fixes + <ulink url="&lfs-ticket-root;4633">#4633</ulink>.</para> + </listitem> + <listitem> <para>[pierre] - Fix a wrong hardcoded path in some programs from the shadow package. Fixes <ulink url="&lfs-ticket-root;4632">#4632</ulink>.</para> diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 0d81f8e39..6322e3cab 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -34,11 +34,11 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mpc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/> |