diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 66482202c..c9d63a4d0 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -81,6 +81,10 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s <screen><userinput remap="pre">sed -i 's/1000/999/' etc/useradd</userinput></screen> + <para>Fix a security issue identified upstream:</para> + +<screen><userinput remap="pre">sed -i -e '47 d' -e '60,65 d' libmisc/myname.c</userinput></screen> + <para>Prepare Shadow for compilation:</para> <screen><userinput remap="configure">./configure --sysconfdir=/etc --with-group-name-max-length=32</userinput></screen> |