Actions
Feature #9139
closedcheck_rtime should be able to forbid libraries
Start date:
2018-02-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
It would be useful if check_rtime could known a given SONAME was "forbidden" (with some exceptions), and warn anyone who linked with it.
We could use this, for eg, to make sure libgcc_s didn't escape into the build, or libfakekernel wasn't used unwisely.
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 9e5936778d5f09b9cafb0e7e66bcdebd64a8cc24
commit 9e5936778d5f09b9cafb0e7e66bcdebd64a8cc24 Author: Richard Lowe <richlowe@richlowe.net> Date: 2018-04-10T18:49:07.000Z 9139 check_rtime should be able to forbid libraries 9140 check_rtime should learn libnsl is safe now 9141 check_rtime exceptions could be cleaner Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions