···1717 </listitem>
18181919 <listitem>
2020- <para>Setting capabilities on programs is now supported with a
2121- <literal>setcap-wrapper</literal> functionality. This
2222- functionality and the <literal>setuid-wrapper</literal> are merged
2323- into a single "wrappers" module.</para>
2020+ <para>The setuid wrapper functionality now supports setting
2121+ capabilities.</para>
2422 </listitem>
25232624 <listitem>
···165165 // should safely fit within the PATH_MAX system limit. Though I'm
166166 // not positive it's safe...
167167 char selfPath[PATH_MAX];
168168- int selfPathSize = readlink("/proc/self/exe", selfPath, sizeof(selfPath) - 1);
168168+ int selfPathSize = readlink("/proc/self/exe", selfPath, sizeof(selfPath));
169169170170 assert(selfPathSize > 0);
171171