aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/acl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/acl.xml')
-rw-r--r--chapter06/acl.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml
index 785963da4..238ca6f39 100644
--- a/chapter06/acl.xml
+++ b/chapter06/acl.xml
@@ -51,6 +51,13 @@
<screen><userinput remap="pre">sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</userinput></screen>
+ <para>Additionally, fix a bug that causes <command>getfacl -e</command>
+ to segfault on overly long group name:</para>
+
+<screen><userinput remap="pre">sed -i -e "s|: TABS-1;|&amp;\n\n\t\t\tif (x > (TABS-1))\n\t\t\t\tx = (TABS-1);\n|" \
+ libacl/__acl_to_any_text.c</userinput></screen>
+
+
<para>Prepare Acl for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \