diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-08 23:46:23 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-10-08 23:46:23 -0400 |
commit | e5e8fdba799158bada636f4d82253afd8f7be07b (patch) | |
tree | 5fdce709baeb8e6a6fe49b0c353a77149e728519 /TODO | |
parent | 221cefc280616835569df64e154fbb685a2abfe4 (diff) | |
download | sbo-maintainer-tools-e5e8fdba799158bada636f4d82253afd8f7be07b.tar.gz |
sbopkglint: complain louder if an empty /bin /usr/bin /sbin /usr/sbin exists.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,11 +1,11 @@ TODO: sbolint: exempt github gists URLs from check (actually, only check /archive/). TODO: sbolint: complain about backticks and chown blah.blah -TODO: sbopkglint: maybe complain louder if an empty /usr/bin dir exists? aterm... TODO: sbopkglint: maybe? change "forbidden" to: --- etc/ld.so.conf not allowed to exist in SBo packages. TODO: sbopkglint: grep for LD_LIBRARY_PATH in /etc/profile.d/* scripts. This stuff is implemented, probably works, needs more testing: +TODO: sbopkglint: complain louder if an empty /bin /usr/bin /sbin /usr/sbin exists. TODO: sbopkglint: exempt /lib/firmware and /usr/share/alsa/firmware from ELF checks DONE: sbolint and sbopkglint both: complain if PRGNAM has invalid characters. DONE: if sbopkglint finds a hardcoded $PKG in /var/lib/pkgtools/scripts/*, |