···17 </listitem>
1819 <listitem>
20- <para>Setting capabilities on programs is now supported with a
21- <literal>setcap-wrapper</literal> functionality. This
22- functionality and the <literal>setuid-wrapper</literal> are merged
23- into a single "wrappers" module.</para>
24 </listitem>
2526 <listitem>
···165 // should safely fit within the PATH_MAX system limit. Though I'm
166 // not positive it's safe...
167 char selfPath[PATH_MAX];
168- int selfPathSize = readlink("/proc/self/exe", selfPath, sizeof(selfPath) - 1);
169170 assert(selfPathSize > 0);
171
···165 // should safely fit within the PATH_MAX system limit. Though I'm
166 // not positive it's safe...
167 char selfPath[PATH_MAX];
168+ int selfPathSize = readlink("/proc/self/exe", selfPath, sizeof(selfPath));
169170 assert(selfPathSize > 0);
171