From a94e13fb504736820205fe3d693af85645bff166 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 13 May 2023 01:29:21 -0400 Subject: sbopkglint: disallow /etc/ld.so.conf.d. --- sbopkglint.d/05-basic-sanity.t.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbopkglint.d/05-basic-sanity.t.sh b/sbopkglint.d/05-basic-sanity.t.sh index 0600036..ae5d653 100644 --- a/sbopkglint.d/05-basic-sanity.t.sh +++ b/sbopkglint.d/05-basic-sanity.t.sh @@ -20,7 +20,7 @@ requireddirs="usr/doc/$PRGNAM-$VERSION" # these directories *must not* exist. no need to list top-level dirs here, # the topleveldirs check already catches those. -baddirs="usr/local usr/share/doc usr/share/man usr/etc usr/share/info usr/X11 usr/X11R6 usr/man1 usr/man2 usr/man3 usr/man4 usr/man5 usr/man6 usr/man7 usr/man8 usr/man9 usr/manl usr/mann" +baddirs="etc/ld.so.conf.d usr/local usr/share/doc usr/share/man usr/etc usr/share/info usr/X11 usr/X11R6 usr/man1 usr/man2 usr/man3 usr/man4 usr/man5 usr/man6 usr/man7 usr/man8 usr/man9 usr/manl usr/mann" # these directories may only contain files with +x permissions. in # other words, no non-executable files may live here. note that -- cgit v1.2.3